/frameworks/av/media/libaudioclient/aidl/android/media/ |
D | IAudioRecord.aidl | 38 void getActiveMicrophones(out MicrophoneInfo[] activeMicrophones); in getActiveMicrophones() method
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | AudioSource.h | 72 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaRecorderBase.h | 73 virtual status_t getActiveMicrophones(
|
D | IMediaRecorder.h | 74 virtual status_t getActiveMicrophones(
|
D | mediarecorder.h | 266 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaRecorderClient.h | 82 virtual status_t getActiveMicrophones(
|
D | MediaRecorderClient.cpp | 521 status_t MediaRecorderClient::getActiveMicrophones( in getActiveMicrophones() function in android::MediaRecorderClient 526 return mRecorder->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
|
D | StagefrightRecorder.h | 79 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
|
D | StagefrightRecorder.cpp | 2272 status_t StagefrightRecorder::getActiveMicrophones( in getActiveMicrophones() function in android::StagefrightRecorder 2275 return mAudioSourceNode->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
|
/frameworks/av/media/libaudiohal/include/media/audiohal/ |
D | StreamHalInterface.h | 180 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones) = 0;
|
/frameworks/av/media/libaudiohal/impl/ |
D | StreamHalLocal.cpp | 353 status_t StreamInHalLocal::getActiveMicrophones( in getActiveMicrophones() function in android::CPP_VERSION::StreamInHalLocal 358 status_t StreamInHalLocal::getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones) { in getActiveMicrophones() function in android::CPP_VERSION::StreamInHalLocal
|
D | StreamHalLocal.h | 205 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones);
|
D | StreamHalHidl.cpp | 812 status_t StreamInHalHidl::getActiveMicrophones( in getActiveMicrophones() function in android::CPP_VERSION::StreamInHalHidl 825 status_t StreamInHalHidl::getActiveMicrophones( in getActiveMicrophones() function in android::CPP_VERSION::StreamInHalHidl 829 Return<void> ret = mStream->getActiveMicrophones( in getActiveMicrophones()
|
D | StreamHalHidl.h | 221 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones);
|
/frameworks/av/media/libstagefright/ |
D | AudioSource.cpp | 503 status_t AudioSource::getActiveMicrophones( in getActiveMicrophones() function in android::AudioSource 506 return mRecord->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
|
/frameworks/av/media/libmedia/ |
D | mediarecorder.cpp | 834 status_t MediaRecorder::getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones) in getActiveMicrophones() function in android::MediaRecorder 842 return mMediaRecorder->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
|
D | IMediaRecorder.cpp | 398 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones) in getActiveMicrophones() function in android::BpMediaRecorder 692 status_t status = getActiveMicrophones(&activeMicrophones); in onTransact()
|
/frameworks/av/services/audioflinger/ |
D | RecordTracks.h | 107 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
|
D | Tracks.cpp | 2038 binder::Status AudioFlinger::RecordHandle::getActiveMicrophones( in getActiveMicrophones() function in android::AudioFlinger::RecordHandle 2042 mRecordTrack->getActiveMicrophones(activeMicrophones)); in getActiveMicrophones() 2351 status_t AudioFlinger::RecordThread::RecordTrack::getActiveMicrophones( in getActiveMicrophones() function in android::AudioFlinger::RecordThread::RecordTrack 2357 return recordThread->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioRecord.h | 552 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
|
/frameworks/av/media/libmediaplayerservice/tests/stagefrightRecorder/ |
D | StagefrightRecorderTest.cpp | 286 status = mStfRecorder->getActiveMicrophones(&activeMicrophones); in TEST_F()
|
/frameworks/av/media/libaudioclient/ |
D | AudioRecord.cpp | 1427 status_t AudioRecord::getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones) in getActiveMicrophones() function in android::AudioRecord 1430 return mAudioRecord->getActiveMicrophones(activeMicrophones).transactionError(); in getActiveMicrophones()
|
/frameworks/base/media/java/android/media/ |
D | MediaRecorder.java | 1520 public List<MicrophoneInfo> getActiveMicrophones() throws IOException { in getActiveMicrophones() method in MediaRecorder
|
/frameworks/base/media/jni/ |
D | android_media_MediaRecorder.cpp | 744 status_t status = mr->getActiveMicrophones(&activeMicrophones); in android_media_MediaRecord_getActiveMicrophones()
|
/frameworks/base/core/jni/ |
D | android_media_AudioRecord.cpp | 805 status_t status = lpRecorder->getActiveMicrophones(&activeMicrophones); in android_media_AudioRecord_get_active_microphones()
|