Home
last modified time | relevance | path

Searched refs:get_active_microphones (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/libaudiohal/impl/
H A DStreamHalLocal.cpp487 if (mStream->get_active_microphones == NULL) return INVALID_OPERATION; in getActiveMicrophones()
490 status_t status = mStream->get_active_microphones(mStream, &mic_array[0], &actual_mics); in getActiveMicrophones()
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStreamIn.cpp556 if (mStream->get_active_microphones != NULL && in getActiveMicrophones()
557 mStream->get_active_microphones(mStream, &mic_array[0], &actual_mics) == 0) { in getActiveMicrophones()
/aosp12/hardware/libhardware/include/hardware/
H A Daudio.h660 int (*get_active_microphones)(const struct audio_stream_in *stream, member
/aosp12/system/bt/audio_bluetooth_hw/
H A Dstream_apis.cc1175 in->stream_in_.get_active_microphones = in_get_active_microphones; in adev_open_input_stream()
/aosp12/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c1283 in->stream.get_active_microphones = in_get_active_microphones; in adev_open_input_stream()
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c6034 in->stream.get_active_microphones = in_get_active_microphones; in adev_open_input_stream()