Home
last modified time | relevance | path

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

12

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioRecord.aidl42 void getActiveMicrophones(out MicrophoneInfoData[] activeMicrophones); in getActiveMicrophones() method
/frameworks/av/media/libmedia/include/media/
DIMediaRecorder.h76 virtual status_t getActiveMicrophones(
DMediaRecorderBase.h76 virtual status_t getActiveMicrophones(
Dmediarecorder.h271 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.h85 virtual status_t getActiveMicrophones(
DMediaRecorderClient.cpp565 status_t MediaRecorderClient::getActiveMicrophones( in getActiveMicrophones() function in android::MediaRecorderClient
570 return mRecorder->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
DStagefrightRecorder.h86 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
DStagefrightRecorder.cpp2578 status_t StagefrightRecorder::getActiveMicrophones( in getActiveMicrophones() function in android::StagefrightRecorder
2581 return mAudioSourceNode->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
/frameworks/av/media/libstagefright/include/media/stagefright/
DAudioSource.h86 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/media/libstagefright/
DAudioSource.cpp524 status_t AudioSource::getActiveMicrophones( in getActiveMicrophones() function in android::AudioSource
527 return mRecord->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DStreamHalInterface.h276 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones) = 0;
/frameworks/av/services/audioflinger/
DRecordTracks.h76 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
DTracks.cpp2358 binder::Status AudioFlinger::RecordHandle::getActiveMicrophones( in getActiveMicrophones() function in android::AudioFlinger::RecordHandle
2362 status_t status = mRecordTrack->getActiveMicrophones(&mics); in getActiveMicrophones()
2686 status_t AudioFlinger::RecordThread::RecordTrack::getActiveMicrophones( in getActiveMicrophones() function in android::AudioFlinger::RecordThread::RecordTrack
2692 return recordThread->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
DAudioFlinger.h702 virtual binder::Status getActiveMicrophones(
/frameworks/av/media/libmedia/
Dmediarecorder.cpp887 status_t MediaRecorder::getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones) in getActiveMicrophones() function in android::MediaRecorder
895 return mMediaRecorder->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
DIMediaRecorder.cpp431 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones) in getActiveMicrophones() function in android::BpMediaRecorder
760 status_t status = getActiveMicrophones(&activeMicrophones); in onTransact()
/frameworks/av/media/libaudiohal/impl/
DStreamHalHidl.h256 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones);
DStreamHalHidl.cpp1174 status_t StreamInHalHidl::getActiveMicrophones( in getActiveMicrophones() function in android::StreamInHalHidl
1187 status_t StreamInHalHidl::getActiveMicrophones( in getActiveMicrophones() function in android::StreamInHalHidl
1192 Return<void> ret = mStream->getActiveMicrophones( in getActiveMicrophones()
/frameworks/av/media/libmediaplayerservice/fuzzer/
Dmediarecorder_fuzzer.cpp197 mStfRecorder->getActiveMicrophones(&activeMicrophones); in getConfig()
/frameworks/av/media/libmediaplayerservice/tests/stagefrightRecorder/
DStagefrightRecorderTest.cpp290 status = mStfRecorder->getActiveMicrophones(&activeMicrophones); in TEST_F()
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h642 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp725 status_t status = lpRecorder->getActiveMicrophones(&activeMicrophones); in android_media_AudioRecord_get_active_microphones()
/frameworks/base/media/java/android/media/
DMediaRecorder.java1768 public List<MicrophoneInfo> getActiveMicrophones() throws IOException { in getActiveMicrophones() method in MediaRecorder
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1715 status_t AudioRecord::getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones) in getActiveMicrophones() function in android::AudioRecord
1719 status_t status = statusTFromBinderStatus(mAudioRecord->getActiveMicrophones(&mics)); in getActiveMicrophones()
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp778 status_t status = mr->getActiveMicrophones(&activeMicrophones); in android_media_MediaRecord_getActiveMicrophones()

12