Home
last modified time | relevance | path

Searched refs:getActiveMicrophones (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioRecord.aidl38 void getActiveMicrophones(out MicrophoneInfo[] activeMicrophones); in getActiveMicrophones() method
/frameworks/av/media/libstagefright/include/media/stagefright/
DAudioSource.h72 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/media/libmedia/include/media/
DMediaRecorderBase.h73 virtual status_t getActiveMicrophones(
DIMediaRecorder.h74 virtual status_t getActiveMicrophones(
Dmediarecorder.h266 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.h82 virtual status_t getActiveMicrophones(
DMediaRecorderClient.cpp521 status_t MediaRecorderClient::getActiveMicrophones( in getActiveMicrophones() function in android::MediaRecorderClient
526 return mRecorder->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
DStagefrightRecorder.h79 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
DStagefrightRecorder.cpp2272 status_t StagefrightRecorder::getActiveMicrophones( in getActiveMicrophones() function in android::StagefrightRecorder
2275 return mAudioSourceNode->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DStreamHalInterface.h180 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones) = 0;
/frameworks/av/media/libaudiohal/impl/
DStreamHalLocal.cpp353 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
DStreamHalLocal.h205 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones);
DStreamHalHidl.cpp812 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()
DStreamHalHidl.h221 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones);
/frameworks/av/media/libstagefright/
DAudioSource.cpp503 status_t AudioSource::getActiveMicrophones( in getActiveMicrophones() function in android::AudioSource
506 return mRecord->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
/frameworks/av/media/libmedia/
Dmediarecorder.cpp834 status_t MediaRecorder::getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones) in getActiveMicrophones() function in android::MediaRecorder
842 return mMediaRecorder->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
DIMediaRecorder.cpp398 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/
DRecordTracks.h107 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
DTracks.cpp2038 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/
DAudioRecord.h552 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/media/libmediaplayerservice/tests/stagefrightRecorder/
DStagefrightRecorderTest.cpp286 status = mStfRecorder->getActiveMicrophones(&activeMicrophones); in TEST_F()
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1427 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/
DMediaRecorder.java1520 public List<MicrophoneInfo> getActiveMicrophones() throws IOException { in getActiveMicrophones() method in MediaRecorder
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp744 status_t status = mr->getActiveMicrophones(&activeMicrophones); in android_media_MediaRecord_getActiveMicrophones()
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp805 status_t status = lpRecorder->getActiveMicrophones(&activeMicrophones); in android_media_AudioRecord_get_active_microphones()

12