Searched refs:get_microphones (Results 1 – 3 of 3) sorted by relevance
368 if (mDevice->get_microphones != NULL && in getMicrophones()369 mDevice->get_microphones(mDevice, &mic_array[0], &actual_mics) == 0) { in getMicrophones()
775 int (*get_microphones)(const struct audio_hw_device *dev, member
6478 adev->device.get_microphones = adev_get_microphones; in adev_open()