audio_policy Struct Reference
#include < audio_policy.h >
שדות נתונים | |
int(* | set_device_connection_state )(struct audio_policy *pol, audio_devices_t device, audio_policy_dev_state_t state, const char *device_address) |
audio_policy_dev_state_t(* | get_device_connection_state )(const struct audio_policy *pol, audio_devices_t device, const char *device_address) |
בָּטֵל(* | set_phone_state )(struct audio_policy *pol, audio_mode_t state) |
בָּטֵל(* | set_ringer_mode )(struct audio_policy *pol, uint32_t mode, uint32_t mask) |
בָּטֵל(* | set_force_use )(struct audio_policy *pol, audio_policy_force_use_t usage, audio_policy_forced_cfg_t config) |
audio_policy_forced_cfg_t(* | get_force_use )(const struct audio_policy *pol, audio_policy_force_use_t usage) |
בָּטֵל(* | set_can_mute_enforced_audible )(struct audio_policy *pol, bool can_mute) |
int(* | init_check )(const struct audio_policy *pol) |
audio_io_handle_t(* | get_output )(struct audio_policy *pol, audio_stream_type_t stream, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo) |
int(* | start_output )(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session) |
int(* | stop_output )(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session) |
בָּטֵל(* | release_output )(struct audio_policy *pol, audio_io_handle_t output) |
audio_io_handle_t(* | get_input )(struct audio_policy *pol, audio_source_t inputSource, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_in_acoustics_t acoustics) |
int(* | start_input )(struct audio_policy *pol, audio_io_handle_t input) |
int(* | stop_input )(struct audio_policy *pol, audio_io_handle_t input) |
בָּטֵל(* | release_input )(struct audio_policy *pol, audio_io_handle_t input) |
בָּטֵל(* | init_stream_volume )(struct audio_policy *pol, audio_stream_type_t stream, int index_min, int index_max) |
int(* | set_stream_volume_index )(struct audio_policy *pol, audio_stream_type_t stream, int index) |
int(* | get_stream_volume_index )(const struct audio_policy *pol, audio_stream_type_t stream, int *index) |
int(* | set_stream_volume_index_for_device )(struct audio_policy *pol, audio_stream_type_t stream, int index, audio_devices_t device) |
int(* | get_stream_volume_index_for_device )(const struct audio_policy *pol, audio_stream_type_t stream, int *index, audio_devices_t device) |
uint32_t(* | get_strategy_for_stream )(const struct audio_policy *pol, audio_stream_type_t stream) |
audio_devices_t(* | get_devices_for_stream )(const struct audio_policy *pol, audio_stream_type_t stream) |
audio_io_handle_t(* | get_output_for_effect )(struct audio_policy *pol, const struct effect_descriptor_s *desc) |
int(* | register_effect )(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t output, uint32_t strategy, audio_session_t session, int id) |
int(* | unregister_effect )(struct audio_policy *pol, int id) |
int(* | set_effect_enabled )(struct audio_policy *pol, int id, bool enabled) |
bool(* | is_stream_active )(const struct audio_policy *pol, audio_stream_type_t stream, uint32_t in_past_ms) |
bool(* | is_stream_active_remotely )(const struct audio_policy *pol, audio_stream_type_t stream, uint32_t in_past_ms) |
bool(* | is_source_active )(const struct audio_policy *pol, audio_source_t source) |
int(* | dump )(const struct audio_policy *pol, int fd) |
bool(* | is_offload_supported )(const struct audio_policy *pol, const audio_offload_info_t *info) |
תיאור מפורט
הגדרה בשורה 83 של הקובץ audio_policy.h .
תיעוד שטח
int(* dump)(const struct audio_policy *pol, int fd) |
הגדרה בשורה 244 של הקובץ audio_policy.h .
audio_policy_dev_state_t(* get_device_connection_state)(const struct audio_policy *pol, audio_devices_t device, const char *device_address) |
הגדרה בשורה 95 של הקובץ audio_policy.h .
audio_devices_t(* get_devices_for_stream)(const struct audio_policy *pol, audio_stream_type_t stream) |
הגדרה בשורה 214 של הקובץ audio_policy.h .
audio_policy_forced_cfg_t(* get_force_use)(const struct audio_policy *pol, audio_policy_force_use_t usage) |
הגדרה בשורה 114 של הקובץ audio_policy.h .
audio_io_handle_t(* get_input)(struct audio_policy *pol, audio_source_t inputSource, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_in_acoustics_t acoustics) |
הגדרה בשורה 158 של הקובץ audio_policy.h .
audio_io_handle_t(* get_output)(struct audio_policy *pol, audio_stream_type_t stream, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo) |
הגדרה בשורה 131 של הקובץ audio_policy.h .
audio_io_handle_t(* get_output_for_effect)(struct audio_policy *pol, const struct effect_descriptor_s *desc) |
הגדרה בשורה 218 של הקובץ audio_policy.h .
uint32_t(* get_strategy_for_stream)(const struct audio_policy *pol, audio_stream_type_t stream) |
הגדרה בשורה 210 של הקובץ audio_policy.h .
int(* get_stream_volume_index)(const struct audio_policy *pol, audio_stream_type_t stream, int *index) |
הגדרה בשורה 191 של הקובץ audio_policy.h .
int(* get_stream_volume_index_for_device)(const struct audio_policy *pol, audio_stream_type_t stream, int *index, audio_devices_t device) |
הגדרה בשורה 204 של הקובץ audio_policy.h .
int(* init_check)(const struct audio_policy *pol) |
הגדרה בשורה 123 של הקובץ audio_policy.h .
void(* init_stream_volume)(struct audio_policy *pol, audio_stream_type_t stream, int index_min, int index_max) |
הגדרה בשורה 179 של הקובץ audio_policy.h .
bool(* is_offload_supported)(const struct audio_policy *pol, const audio_offload_info_t *info) |
הגדרה בשורה 247 של הקובץ audio_policy.h .
bool(* is_source_active)(const struct audio_policy *pol, audio_source_t source) |
הגדרה בשורה 240 של הקובץ audio_policy.h .
bool(* is_stream_active)(const struct audio_policy *pol, audio_stream_type_t stream, uint32_t in_past_ms) |
הגדרה בשורה 232 של הקובץ audio_policy.h .
bool(* is_stream_active_remotely)(const struct audio_policy *pol, audio_stream_type_t stream, uint32_t in_past_ms) |
הגדרה בשורה 236 של הקובץ audio_policy.h .
int(* register_effect)(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t output, uint32_t strategy, audio_session_t session, int id) |
הגדרה בשורה 221 של הקובץ audio_policy.h .
void(* release_input)(struct audio_policy *pol, audio_io_handle_t input) |
הגדרה בשורה 171 של הקובץ audio_policy.h .
void(* release_output)(struct audio_policy *pol, audio_io_handle_t output) |
הגדרה בשורה 154 של הקובץ audio_policy.h .
void(* set_can_mute_enforced_audible)(struct audio_policy *pol, bool can_mute) |
הגדרה בשורה 119 של הקובץ audio_policy.h .
int(* set_device_connection_state)(struct audio_policy *pol, audio_devices_t device, audio_policy_dev_state_t state, const char *device_address) |
הגדרה בשורה 89 של הקובץ audio_policy.h .
int(* set_effect_enabled)(struct audio_policy *pol, int id, bool enabled) |
הגדרה בשורה 230 של הקובץ audio_policy.h .
void(* set_force_use)(struct audio_policy *pol, audio_policy_force_use_t usage, audio_policy_forced_cfg_t config) |
הגדרה בשורה 109 של הקובץ audio_policy.h .
void(* set_phone_state)(struct audio_policy *pol, audio_mode_t state) |
הגדרה בשורה 102 של הקובץ audio_policy.h .
void(* set_ringer_mode)(struct audio_policy *pol, uint32_t mode, uint32_t mask) |
הגדרה בשורה 105 של הקובץ audio_policy.h .
int(* set_stream_volume_index)(struct audio_policy *pol, audio_stream_type_t stream, int index) |
הגדרה בשורה 186 של הקובץ audio_policy.h .
int(* set_stream_volume_index_for_device)(struct audio_policy *pol, audio_stream_type_t stream, int index, audio_devices_t device) |
הגדרה בשורה 198 של הקובץ audio_policy.h .
int(* start_input)(struct audio_policy *pol, audio_io_handle_t input) |
הגדרה בשורה 165 של הקובץ audio_policy.h .
int(* start_output)(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session) |
הגדרה בשורה 141 של הקובץ audio_policy.h .
int(* stop_input)(struct audio_policy *pol, audio_io_handle_t input) |
הגדרה בשורה 168 של הקובץ audio_policy.h .
int(* stop_output)(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session) |
הגדרה בשורה 148 של הקובץ audio_policy.h .
int(* unregister_effect)(struct audio_policy *pol, int id) |
הגדרה בשורה 228 של הקובץ audio_policy.h .
התיעוד עבור מבנה זה נוצר מהקובץ הבא:
- hardware/libhardware/include/hardware/ audio_policy.h