Searched refs:activeMicrophones (Results 1 – 4 of 4) sorted by relevance
1769 ArrayList<MicrophoneInfo> activeMicrophones = new ArrayList<>(); in getActiveMicrophones() local1770 int status = native_getActiveMicrophones(activeMicrophones); in getActiveMicrophones()1777 AudioManager.setPortIdForMicrophones(activeMicrophones); in getActiveMicrophones()1780 if (activeMicrophones.size() == 0) { in getActiveMicrophones()1789 activeMicrophones.add(microphone); in getActiveMicrophones()1792 return activeMicrophones; in getActiveMicrophones()1796 ArrayList<MicrophoneInfo> activeMicrophones); in native_getActiveMicrophones() argument
2203 ArrayList<MicrophoneInfo> activeMicrophones = new ArrayList<>(); in getActiveMicrophones() local2204 int status = native_get_active_microphones(activeMicrophones); in getActiveMicrophones()2211 AudioManager.setPortIdForMicrophones(activeMicrophones); in getActiveMicrophones()2214 if (activeMicrophones.size() == 0) { in getActiveMicrophones()2223 activeMicrophones.add(microphone); in getActiveMicrophones()2226 return activeMicrophones; in getActiveMicrophones()2512 ArrayList<MicrophoneInfo> activeMicrophones); in native_get_active_microphones() argument
718 std::vector<media::MicrophoneInfoFw> activeMicrophones; in android_media_AudioRecord_get_active_microphones() local719 status_t status = lpRecorder->getActiveMicrophones(&activeMicrophones); in android_media_AudioRecord_get_active_microphones()726 for (size_t i = 0; i < activeMicrophones.size(); i++) { in android_media_AudioRecord_get_active_microphones()728 jStatus = convertMicrophoneInfoFromNative(env, &jMicrophoneInfo, &activeMicrophones[i]); in android_media_AudioRecord_get_active_microphones()
776 std::vector<media::MicrophoneInfoFw> activeMicrophones; in android_media_MediaRecord_getActiveMicrophones() local777 status_t status = mr->getActiveMicrophones(&activeMicrophones); in android_media_MediaRecord_getActiveMicrophones()784 for (size_t i = 0; i < activeMicrophones.size(); i++) { in android_media_MediaRecord_getActiveMicrophones()786 jStatus = convertMicrophoneInfoFromNative(env, &jMicrophoneInfo, &activeMicrophones[i]); in android_media_MediaRecord_getActiveMicrophones()