Home
last modified time | relevance | path

Searched refs:get_microphones (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/core/all-versions/default/
DDevice.cpp368 if (mDevice->get_microphones != NULL && in getMicrophones()
369 mDevice->get_microphones(mDevice, &mic_array[0], &actual_mics) == 0) { in getMicrophones()
/hardware/libhardware/include/hardware/
Daudio.h775 int (*get_microphones)(const struct audio_hw_device *dev, member
/hardware/qcom/audio/hal/
Daudio_hw.c6478 adev->device.get_microphones = adev_get_microphones; in adev_open()