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::thread thread_handle, std::string name, int64_t period, float utilization, RegisterHandlerWithCapacityCallback callback)
fuchsia::media::ProfileProvider implementation.
Defined at line 21 of file ../../src/media/audio/audio_core/profile_provider.cc
void UnregisterHandler (zx::thread thread_handle, std::string name, UnregisterHandlerCallback callback)
Defined at line 58 of file ../../src/media/audio/audio_core/profile_provider.cc
void RegisterMemoryRange (zx::vmar vmar_handle, std::string name, RegisterMemoryRangeCallback callback)
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