مرجع بنية audio_hw_device

مرجع بنية audio_hw_device

#include < audio.h >

حقول البيانات

struct hw_device_t   شائعة
 
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)
 

وصف مفصّل

التعريف في السطر 516 من الملف audio.h .

مستندات الحقل

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

التعريف في السطر 620 من الملف audio.h .

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

التعريف في السطر 607 من الملف audio.h .

struct hw_device_t common

الطرق الشائعة لجهاز الصوت يجب أن يكون هذا العنصر العنصر الأول في audio_hw_device لأنّ مستخدمي هذه البنية سيحوّلون hw_device_t إلى مؤشر audio_hw_device في السياقات التي يُعرف فيها أنّ hw_device_t يشير إلى audio_hw_device .

التعريف في السطر 522 من الملف audio.h .

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)

التحكّم في التوجيه

التعريف في السطر 648 من الملف audio.h .

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

تؤدي هذه الطريقة إلى تفريغ حالة أجهزة الصوت.

التعريف في السطر 624 من الملف audio.h .

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

التعريف في السطر 665 من الملف audio.h .

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

التعريف في السطر 588 من الملف audio.h .

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

الحصول على حالة كتم الصوت الرئيسية الحالية لواجهة HAL، إذا كانت واجهة HAL تتيح التحكّم في كتم الصوت الرئيسي سيطلب AudioFlinger هذه القيمة من HAL الأساسي للصوت عند بدء الخدمة وسيستخدم القيمة لضبط كتم الصوت الرئيسي الأولي في جميع HAL. قد تترك واجهات HAL التي لا تتوافق مع هذه الطريقة القيمة على NULL.

التعريف في السطر 639 من الملف audio.h .

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

الحصول على قيمة مستوى الصوت الرئيسي الحالي لواجهة HAL، إذا كانت واجهة HAL تتيح التحكّم في مستوى الصوت الرئيسي سيطلب AudioFlinger هذه القيمة من HAL الأساسي للصوت عند بدء الخدمة وسيستخدم القيمة لضبط مستوى الصوت الرئيسي الأولي في جميع واجهات HAL. قد تترك واجهات HAL التي لا تتوافق مع هذه الطريقة القيمة على NULL.

التعريف في السطر 561 من الملف audio.h .

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

التعريف في السطر 572 من الملف audio.h .

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

التعريف في السطر 581 من الملف audio.h .

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

يستخدمه Audio Flinger لتعداد الأجهزة المتوافقة مع كل audio_hw_device تنفيذ.

القيمة المعروضة هي قناع بتات يتضمّن قيمة واحدة أو أكثر من audio_devices_t

ملاحظة: لا تُنفِّذ عمليات تنفيذ HAL للصوت بدءًا من AUDIO_DEVICE_API_VERSION_2_0 هذه الوظيفة. يجب إدراج جميع الأجهزة المتوافقة في ملف audio_policy.conf، وعلى مدير سياسة الصوت اختيار وحدة الصوت المناسبة استنادًا إلى المعلومات الواردة في هذا الملف.

التعريف في السطر 536 من الملف audio.h .

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

للتحقّق مما إذا تم إعداد واجهة أجهزة الصوت، يتم عرض القيمة 0 في حال النجاح، و-ENODEV في حال تعذُّر ذلك.

التعريف في السطر 542 من الملف audio.h .

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)

تنشئ هذه الطريقة بث إدخال الأجهزة الصوتية وتفتحه.

التعريف في السطر 611 من الملف audio.h .

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 إذا لزم الأمر. يعتمد تنسيق المحتوى على نوع الجهاز:

  • تستخدم أجهزة البلوتوث عنوان MAC للجهاز بالتنسيق "00:11:22:AA:BB:CC".
  • تستخدم أجهزة USB بطاقة ALSA وأرقام الأجهزة في الشكل "card=X;device=Y".
  • قد تستخدم الأجهزة الأخرى رقمًا أو أي سلسلة أخرى.

التعريف في السطر 599 من الملف audio.h .

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

التعريف في السطر 656 من الملف audio.h .

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

التعريف في السطر 669 من الملف audio.h .

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

ضبط حالة كتم الصوت لجميع الأنشطة الصوتية إذا تم إرجاع أي قيمة غير 0، سيحاكى أداة خلط البرامج هذه الميزة.

التعريف في السطر 630 من الملف audio.h .

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

ضبط مستوى الصوت لجميع الأنشطة الصوتية بخلاف المكالمات الصوتية يجب أن تتراوح القيمة بين 0.0 و1.0. إذا تم إرجاع أي قيمة غير 0، سيحاكى أداة خلط البرامج هذه الميزة.

التعريف في السطر 552 من الملف audio.h .

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

التعريف في السطر 571 من الملف audio.h .

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

يتمّ استدعاء set_mode عند تغيير وضع الصوت. يُستخدَم وضع AUDIO_MODE_NORMAL لتشغيل الصوت العادي، ووضع AUDIO_MODE_RINGTONE عند تشغيل نغمة رنين، ووضع AUDIO_MODE_IN_CALL عندما تكون مكالمة جارية.

التعريف في السطر 568 من الملف audio.h .

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

التعريف في السطر 575 من الملف audio.h .

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

ضبط مستوى صوت مكالمة صوتية النطاق يتراوح بين 0.0 و1.0

التعريف في السطر 545 من الملف audio.h .


تم إنشاء مستندات هذه البنية من الملف التالي:
  • hardware/libhardware/include/hardware/ audio.h