class ProfileProvider
Defined at line 18 of file ../../src/media/audio/audio_core/profile_provider.h
Public Methods
fidl::InterfaceRequestHandler<fuchsia::media::ProfileProvider> GetFidlRequestHandler ()
Defined at line 16 of file ../../src/media/audio/audio_core/profile_provider.cc
void ProfileProvider (sys::ComponentContext & context, const MixProfileConfig & mix_profile_config)
Defined at line 20 of file ../../src/media/audio/audio_core/profile_provider.h
void RegisterHandlerWithCapacity (zx::threadthread_handle,std::stringname,int64_tperiod,floatutilization,RegisterHandlerWithCapacityCallbackcallback)
fuchsia::media::ProfileProvider implementation.
Defined at line 21 of file ../../src/media/audio/audio_core/profile_provider.cc
void UnregisterHandler (zx::threadthread_handle,std::stringname,UnregisterHandlerCallbackcallback)
Defined at line 58 of file ../../src/media/audio/audio_core/profile_provider.cc
void RegisterMemoryRange (zx::vmarvmar_handle,std::stringname,RegisterMemoryRangeCallbackcallback)
Defined at line 81 of file ../../src/media/audio/audio_core/profile_provider.cc
void UnregisterMemoryRange (zx::vmar vmar_handle, UnregisterMemoryRangeCallback callback)
Defined at line 105 of file ../../src/media/audio/audio_core/profile_provider.cc