Functions for managing audio events.
API component | Description |
---|---|
audio_manager_add_concurrency_change_event() | Add concurrency change event to the event list. |
audio_manager_add_device_button_change_event() | Add device button change event to the event list. |
audio_manager_add_device_change_event() | Add device change event to the event list. |
audio_manager_add_routing_change_event() | Add routing change event to the event list. |
audio_manager_add_stat_change_event() | Add audio statistics change event to the event list. |
audio_manager_add_status_hp_boost_change_event() | Add headphone volume boost change event to the event list. |
audio_manager_add_status_hp_unsafe_zone_change_event() | Add headphone volume unsafe-zone change event to the event list. |
audio_manager_add_voice_audio_option_change_event() | Add voice audio option change event to the event list. |
audio_manager_add_voice_service_change_event() | Add voice service change event to the event list. |
audio_manager_add_voice_volume_change_event() | Add voice volume change event to the event list. |
audio_manager_add_volume_change_event() | Add 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() | Peek the next change event. |
audio_manager_release_event_context() | Free the event context. |
audio_manager_remove_concurrency_change_event() | Remove concurrency change event from the event list. |
audio_manager_remove_device_button_change_event() | Remove device button change event from the event list. |
audio_manager_remove_device_change_event() | Remove device change event from the event list. |
audio_manager_remove_routing_change_event() | Remove routing change event from the event list. |
audio_manager_remove_stat_change_event() | Remove audio statistics change event from the event list. |
audio_manager_remove_status_hp_boost_change_event() | Remove headphone volume boost change event from the event list. |
audio_manager_remove_status_hp_unsafe_zone_change_event() | Remove headphone volume unsafe-zone change event from the event list. |
audio_manager_remove_voice_audio_option_change_event() | Remove voice audio option change event from the event list. |
audio_manager_remove_voice_service_change_event() | Remove voice service change event from the event list. |
audio_manager_remove_voice_volume_change_event() | Remove voice volume change event from the event list. |
audio_manager_remove_volume_change_event() | Remove volume change event from the event list. |
audio_manager_wait_for_initialization() | Block until the audio manager completes initialization. |