audio_policy 構造体のリファレンス
#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 モード、uint32_t マスク) |
空所(* | set_force_use )(struct audio_policy *pol、audio_policy_force_use_t の使用法、audio_policy_forced_cfg_t 構成) |
audio_policy_forced_cfg_t(* | get_force_use )(const struct audio_policy *pol, audio_policy_force_use_t の使用法) |
空所(* | 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 ストリーム、uint32_t testingRate、audio_format_t フォーマット、audio_channel_mask_t チャネルマスク、audio_output_flags_t フラグ、const audio_offload_info_t *offloadInfo) |
int(* | start_output )(struct audio_policy *pol、audio_io_handle_t 出力、audio_stream_type_t ストリーム、audio_session_t セッション) |
int(* | stop_output )(struct audio_policy *pol、audio_io_handle_t 出力、audio_stream_type_t ストリーム、audio_session_t セッション) |
空所(* | release_output )(struct audio_policy *pol、audio_io_handle_t 出力) |
audio_io_handle_t(* | get_input )(struct audio_policy *pol、audio_source_t inputSource、uint32_t testingRate、audio_format_t フォーマット、audio_channel_mask_t チャネルマスク、audio_in_acoustics_t 音響) |
int(* | start_input )(struct audio_policy *pol, audio_io_handle_t input) |
int(* | stop_input )(struct audio_policy *pol, audio_io_handle_t 入力) |
空所(* | release_input )(struct audio_policy *pol, audio_io_handle_t 入力) |
空所(* | init_stream_volume )(struct audio_policy *pol, audio_stream_type_t ストリーム, int Index_min, int Index_max) |
int(* | set_stream_volume_index )(struct audio_policy *pol, audio_stream_type_t ストリーム, int インデックス) |
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 ストリーム, int インデックス, audio_devices_t デバイス) |
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 出力、uint32_t ストラテジー、audio_session_t セッション、int id) |
int(* | unregister_effect )(struct audio_policy *pol, int id) |
int(* | set_effect_enabled )(struct audio_policy *pol、int id、bool 有効) |
ブール(* | is_stream_active )(const struct audio_policy *pol, audio_stream_type_t ストリーム, uint32_t in_past_ms) |
ブール(* | is_stream_active_remotely )(const struct audio_policy *pol, audio_stream_type_t ストリーム, uint32_t in_past_ms) |
ブール(* | is_source_active )(const struct audio_policy *pol, audio_source_t ソース) |
int(* | dump )(const struct audio_policy *pol, int fd) |
ブール(* | is_offload_supported )(const struct audio_policy *pol, const audio_offload_info_t *info) |
詳細な説明
ファイルaudio_policy.hの83行目の定義。
フィールドドキュメント
int(* dump)(const struct audio_policy *pol, int fd) |
ファイルaudio_policy.hの244行目の定義。
audio_policy_dev_state_t(* get_device_connection_state)(const struct audio_policy *pol, audio_devices_t device, const char *device_address) |
ファイルaudio_policy.hの95行目の定義。
audio_devices_t(* get_devices_for_stream)(const struct audio_policy *pol, audio_stream_type_t stream) |
ファイルaudio_policy.hの214行目の定義。
audio_policy_forced_cfg_t(* get_force_use)(const struct audio_policy *pol, audio_policy_force_use_t の使用法) |
ファイルaudio_policy.hの114行目の定義。
audio_io_handle_t(* get_input)(struct audio_policy *pol, audio_source_t inputSource, uint32_t testingRate, audio_format_t フォーマット, audio_channel_mask_t channelMask, audio_in_acoustics_t 音響) |
ファイルaudio_policy.hの158行目の定義。
audio_io_handle_t(* get_output)(struct audio_policy *pol、audio_stream_type_t ストリーム、uint32_t testingRate、audio_format_t フォーマット、audio_channel_mask_t チャネルマスク、audio_output_flags_t フラグ、const audio_offload_info_t *offloadInfo) |
ファイルaudio_policy.hの131行目の定義。
audio_io_handle_t(* get_output_for_effect)(struct audio_policy *pol, const struct effect_descriptor_s *desc) |
ファイルaudio_policy.hの218行目の定義。
uint32_t(* get_strategy_for_stream)(const struct audio_policy *pol, audio_stream_type_t ストリーム) |
ファイルaudio_policy.hの210行目の定義。
int(* get_stream_volume_index)(const struct audio_policy *pol, audio_stream_type_t stream, int *index) |
ファイルaudio_policy.hの191行目の定義。
int(* get_stream_volume_index_for_device)(const struct audio_policy *pol, audio_stream_type_t ストリーム, int *index, audio_devices_t device) |
ファイルaudio_policy.hの204行目の定義。
int(* init_check)(const struct audio_policy *pol) |
ファイルaudio_policy.hの123行目の定義。
void(* init_stream_volume)(struct audio_policy *pol, audio_stream_type_t ストリーム, int Index_min, int Index_max) |
ファイルaudio_policy.hの179行目の定義。
bool(* is_offload_supported)(const struct audio_policy *pol, const audio_offload_info_t *info) |
ファイルaudio_policy.hの247行目の定義。
bool(* is_source_active)(const struct audio_policy *pol, audio_source_t ソース) |
ファイルaudio_policy.hの240行目の定義。
bool(* is_stream_active)(const struct audio_policy *pol, audio_stream_type_t ストリーム, uint32_t in_past_ms) |
ファイルaudio_policy.hの232行目の定義。
bool(* is_stream_active_remotely)(const struct audio_policy *pol, audio_stream_type_t ストリーム, uint32_t in_past_ms) |
ファイルaudio_policy.hの236行目の定義。
int(* register_effect)(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t 出力、uint32_t 戦略、audio_session_t セッション、int id) |
ファイルaudio_policy.hの221行目の定義。
void(* release_input)(struct audio_policy *pol, audio_io_handle_t input) |
ファイルaudio_policy.hの171行目の定義。
void(* release_output)(struct audio_policy *pol, audio_io_handle_t 出力) |
ファイルaudio_policy.hの154行目の定義。
void(* set_can_mute_enforced_audible)(struct audio_policy *pol, bool can_mute) |
ファイルaudio_policy.hの119行目の定義。
int(* set_device_connection_state)(struct audio_policy *pol, audio_devices_t デバイス, audio_policy_dev_state_t 状態, const char *device_address) |
ファイルaudio_policy.hの89行目の定義。
int(* set_effect_enabled)(struct audio_policy *pol、int id、bool 有効) |
ファイルaudio_policy.hの230行目の定義。
void(* set_force_use)(struct audio_policy *pol、audio_policy_force_use_t の使用法、audio_policy_forced_cfg_t 構成) |
ファイルaudio_policy.hの109行目の定義。
void(* set_phone_state)(struct audio_policy *pol, audio_mode_t state) |
ファイルaudio_policy.hの102行目の定義。
void(* set_ringer_mode)(struct audio_policy *pol、uint32_t モード、uint32_t マスク) |
ファイルaudio_policy.hの105行目の定義。
int(* set_stream_volume_index)(struct audio_policy *pol, audio_stream_type_t ストリーム, int インデックス) |
ファイルaudio_policy.hの186行目の定義。
int(* set_stream_volume_index_for_device)(struct audio_policy *pol, audio_stream_type_t ストリーム, int インデックス, audio_devices_t デバイス) |
ファイルaudio_policy.hの198行目の定義。
int(* start_input)(struct audio_policy *pol, audio_io_handle_t input) |
ファイルaudio_policy.hの165行目の定義。
int(* start_output)(struct audio_policy *pol、audio_io_handle_t 出力、audio_stream_type_t ストリーム、audio_session_t セッション) |
ファイルaudio_policy.hの141行目の定義。
int(* stop_input)(struct audio_policy *pol, audio_io_handle_t 入力) |
ファイルaudio_policy.hの168行目の定義。
int(* stop_output)(struct audio_policy *pol、audio_io_handle_t 出力、audio_stream_type_t ストリーム、audio_session_t セッション) |
ファイルaudio_policy.hの148行目の定義。
int(* unregister_effect)(struct audio_policy *pol, int id) |
ファイルaudio_policy.hの228行目の定義。
この構造体のドキュメントは次のファイルから生成されました。
- hardware/libhardware/include/hardware/ audio_policy.h