Functions in
audio_manager_event.h
Functions for managing audio events.
audio_manager_add_audio_system_status_change_event()
Add the audio system change status event to the event list.
audio_manager_add_concurrency_change_event()
Add a concurrency change event to the event list.
audio_manager_add_device_button_change_event()
Add a device button change event to the event list.
audio_manager_add_device_change_event()
Add a device change event to the event list.
audio_manager_add_routing_change_event()
Add a routing change event to the event list.
audio_manager_add_stat_change_event()
Add an audio statistics change event to the event list.
audio_manager_add_status_hp_boost_change_event()
Add a headphone volume boost change event to the event list.
audio_manager_add_status_hp_unsafe_zone_change_event()
Add a headphone volume unsafe-zone change event to the event list.
audio_manager_add_voice_audio_option_change_event()
Add a voice audio option change event to the event list.
audio_manager_add_voice_service_change_event()
Add a voice service change event to the event list.
audio_manager_add_voice_volume_change_event()
Add a voice volume change event to the event list.
audio_manager_add_volume_change_event()
Add a volume change event to the event list.
audio_manager_dispatch_event()
Dispatch the change event.
audio_manager_get_event()
Get the next change event.
audio_manager_get_event_context()
Allocate the event context.
audio_manager_get_event_fd()
Get the file descriptors of the events.
audio_manager_peek_event()
Check for the next change event without blocking.
audio_manager_release_event_context()
Free the event context.
audio_manager_remove_audio_system_status_change_event()
Remove the audio system status change event from the event list.
audio_manager_remove_concurrency_change_event()
Remove a concurrency change event from the event list.
audio_manager_remove_device_button_change_event()
Remove a device button change event from the event list.
audio_manager_remove_device_change_event()
Remove a device change event from the event list.
audio_manager_remove_routing_change_event()
Remove a routing change event from the event list.
audio_manager_remove_stat_change_event()
Remove an audio statistics change event from the event list.
audio_manager_remove_status_hp_boost_change_event()
Remove a headphone volume boost change event from the event list.
audio_manager_remove_status_hp_unsafe_zone_change_event()
Remove a headphone volume unsafe-zone change event from the event list.
audio_manager_remove_voice_audio_option_change_event()
Remove a voice audio option change event from the event list.
audio_manager_remove_voice_volume_change_event()
Remove a voice volume change event from the event list.
audio_manager_remove_volume_change_event()
Remove a volume change event from the event list.
audio_manager_wait_for_initialization()
Block until the audio manager service completes initialization.
Parent topic:
Audio events (audio_manager_event.h)