audio_hw_device 構造体リファレンス

audio_hw_device 構造体リファレンス

#include < audio.h >

データ フィールド

struct hw_device_t   common
 
uint32_t(* get_supported_devices )(const struct audio_hw_device *dev)
 
int(*  init_check )(const struct audio_hw_device *dev)
 
int(*  set_voice_volume )(struct audio_hw_device *dev, float volume)
 
int(*  set_master_volume )(struct audio_hw_device *dev, float volume)
 
int(*  get_master_volume )(struct audio_hw_device *dev, float *volume)
 
int(*  set_mode )(struct audio_hw_device *dev, audio_mode_t mode)
 
int(*  set_mic_mute )(struct audio_hw_device *dev, bool state)
 
int(*  get_mic_mute )(const struct audio_hw_device *dev, bool *state)
 
int(*  set_parameters )(struct audio_hw_device *dev, const char *kv_pairs)
 
char *(*  get_parameters )(const struct audio_hw_device *dev, const char *keys)
 
size_t(*  get_input_buffer_size )(const struct audio_hw_device *dev, const struct audio_config *config)
 
int(*  open_output_stream )(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out, const char *address)
 
void(*  close_output_stream )(struct audio_hw_device *dev, struct audio_stream_out *stream_out)
 
int(*  open_input_stream )(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in, audio_input_flags_t flags, const char *address, audio_source_t source)
 
void(*  close_input_stream )(struct audio_hw_device *dev, struct audio_stream_in *stream_in)
 
int(*  dump )(const struct audio_hw_device *dev, int fd)
 
int(*  set_master_mute )(struct audio_hw_device *dev, bool mute)
 
int(*  get_master_mute )(struct audio_hw_device *dev, bool *mute)
 
int(*  create_audio_patch )(struct audio_hw_device *dev, unsigned int num_sources, const struct audio_port_config *sources, unsigned int num_sinks, const struct audio_port_config *sinks, audio_patch_handle_t *handle)
 
int(*  release_audio_patch )(struct audio_hw_device *dev, audio_patch_handle_t handle)
 
int(*  get_audio_port )(struct audio_hw_device *dev, struct audio_port *port)
 
int(*  set_audio_port_config )(struct audio_hw_device *dev, const struct audio_port_config *config)
 

詳細な説明

ファイル audio.h 516 行 の定義。

フィールドのドキュメント

void(* close_input_stream)(struct audio_hw_device *dev, struct audio_stream_in *stream_in)

ファイル audio.h 620 行 の定義。

void(* close_output_stream)(struct audio_hw_device *dev, struct audio_stream_out *stream_out)

ファイル audio.h 607 行 の定義。

struct hw_device_t common

オーディオ デバイスの一般的なメソッド。この構造体のユーザーは、 hw_device_t audio_hw_device を参照していることが判明しているコンテキストで、 hw_device_t audio_hw_device ポインタにキャストするため、これは audio_hw_device の最初のメンバーである必要があります。

ファイル audio.h 522 行 の定義。

int(* create_audio_patch)(struct audio_hw_device *dev, unsigned int num_sources, const struct audio_port_config *sources, unsigned int num_sinks, const struct audio_port_config *sinks, audio_patch_handle_t *handle)

ルーティング制御

ファイル audio.h 648 行目の定義。

int(* dump)(const struct audio_hw_device *dev, int fd)

このメソッドは、オーディオ ハードウェアの状態をダンプします。

ファイル audio.h 624 行 の定義。

int(* get_audio_port)(struct audio_hw_device *dev, struct audio_port *port)

ファイル audio.h 665 行の定義。

size_t(* get_input_buffer_size)(const struct audio_hw_device *dev, const struct audio_config *config)

ファイル audio.h 588 行 の定義。

int(* get_master_mute)(struct audio_hw_device *dev, bool *mute)

HAL がマスターミュート コントロールをサポートしている場合は、HAL の現在のマスターミュート ステータスを取得します。AudioFlinger は、サービスが開始されたときにプライマリ オーディオ HAL からこの値をクエリし、その値を使用してすべての HAL で初期マスターミュート設定を行います。このメソッドをサポートしていない HAL では、NULL に設定されたままになることがあります。

ファイル audio.h 639 行 の定義。

int(* get_master_volume)(struct audio_hw_device *dev, float *volume)

HAL がマスター音量コントロールをサポートしている場合は、HAL の現在のマスター音量値を取得します。AudioFlinger は、サービスが開始されたときにプライマリ オーディオ HAL からこの値をクエリし、すべての HAL で初期マスター音量を設定するためにこの値を使用します。このメソッドをサポートしていない HAL では、NULL に設定されたままになることがあります。

ファイル audio.h の行 561 の定義。

int(* get_mic_mute)(const struct audio_hw_device *dev, bool *state)

ファイル audio.h 572 行 の定義。

char*(* get_parameters)(const struct audio_hw_device *dev, const char *keys)

ファイル audio.h 581 行 の定義。

uint32_t(* get_supported_devices)(const struct audio_hw_device *dev)

オーディオ フリンジャーが、各 audio_hw_device 実装でサポートされているデバイスを列挙するために使用します。

戻り値は、audio_devices_t の 1 つ以上の値のビットマスクです。

注: AUDIO_DEVICE_API_VERSION_2_0 以降の音声 HAL 実装では、この関数は実装されていません。サポートされているデバイスはすべて audio_policy.conf ファイルにリストされている必要があります。また、オーディオ ポリシー マネージャーは、このファイルの情報に基づいて適切なオーディオ モジュールを選択する必要があります。

ファイル audio.h 536 行 の定義。

int(* init_check)(const struct audio_hw_device *dev)

オーディオ ハードウェア インターフェースが初期化されているかどうかを確認します。成功した場合は 0、失敗した場合は -ENODEV を返します。

ファイル audio.h 542 行の定義。

int(* open_input_stream)(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in, audio_input_flags_t flags, const char *address, audio_source_t source)

このメソッドは、オーディオ ハードウェア入力ストリームを作成して開きます。

ファイル audio.h の行 611 の定義。

int(* open_output_stream)(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out, const char *address)

このメソッドは、音声ハードウェア出力ストリームを作成して開きます。「address」パラメータは、必要に応じて「devices」オーディオ デバイス タイプを修飾します。形式はデバイスの種類によって異なります。

  • Bluetooth デバイスは、デバイスの MAC アドレス(「00:11:22:AA:BB:CC」の形式)を使用します。
  • USB デバイスは、ALSA カードとデバイス番号を「card=X;device=Y」の形式で使用します。
  • 他のデバイスでは、数値や他の文字列が使用される場合があります。

ファイル audio.h 599 行 の定義。

int(* release_audio_patch)(struct audio_hw_device *dev, audio_patch_handle_t handle)

ファイル audio.h 656 行 の定義。

int(* set_audio_port_config)(struct audio_hw_device *dev, const struct audio_port_config *config)

ファイル audio.h 669 行 の定義。

int(* set_master_mute)(struct audio_hw_device *dev, bool mute)

すべての音声アクティビティの音声ミュート ステータスを設定します。0 以外の値が返された場合、ソフトウェア ミキサーはこの機能をエミュレートします。

ファイル audio.h 630 行 の定義。

int(* set_master_volume)(struct audio_hw_device *dev, float volume)

音声通話以外のすべての音声アクティビティの音量を設定します。範囲は 0.0 ~ 1.0 です。0 以外の値が返された場合、ソフトウェア ミキサーはこの機能をエミュレートします。

ファイル audio.h 552 行の定義。

int(* set_mic_mute)(struct audio_hw_device *dev, bool state)

ファイル audio.h 571 行 の定義。

int(* set_mode)(struct audio_hw_device *dev, audio_mode_t mode)

set_mode は、音声モードが変更されたときに呼び出されます。AUDIO_MODE_NORMAL モードは標準のオーディオ再生用、AUDIO_MODE_RINGTONE は着信音の再生中、AUDIO_MODE_IN_CALL は通話中です。

ファイル audio.h の行 568 の定義。

int(* set_parameters)(struct audio_hw_device *dev, const char *kv_pairs)

ファイル audio.h 575 行 の定義。

int(* set_voice_volume)(struct audio_hw_device *dev, float volume)

音声通話の音量を設定します。範囲は 0.0 ~ 1.0 です

ファイル audio.h 545 行の定義。


この構造体のドキュメントは、次のファイルから生成されました。
  • hardware/libhardware/include/hardware/ audio.h