Searched refs:get_active_microphones (Results 1 – 6 of 6) sorted by relevance
487 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()
556 if (mStream->get_active_microphones != NULL && in getActiveMicrophones()557 mStream->get_active_microphones(mStream, &mic_array[0], &actual_mics) == 0) { in getActiveMicrophones()
660 int (*get_active_microphones)(const struct audio_stream_in *stream, member
1175 in->stream_in_.get_active_microphones = in_get_active_microphones; in adev_open_input_stream()
1283 in->stream.get_active_microphones = in_get_active_microphones; in adev_open_input_stream()
6034 in->stream.get_active_microphones = in_get_active_microphones; in adev_open_input_stream()