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.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.h269 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/media/libstagefright/include/media/stagefright/
DAudioSource.h85 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.h85 virtual status_t getActiveMicrophones(
DMediaRecorderClient.cpp560 status_t MediaRecorderClient::getActiveMicrophones( in getActiveMicrophones() function in android::MediaRecorderClient
565 return mRecorder->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
DStagefrightRecorder.h85 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/media/libaudiohal/include/media/audiohal/
DStreamHalInterface.h216 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones) = 0;
/frameworks/av/media/libstagefright/
DAudioSource.cpp537 status_t AudioSource::getActiveMicrophones( in getActiveMicrophones() function in android::AudioSource
540 return mRecord->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
/frameworks/av/media/libaudiohal/impl/
DStreamHalLocal.h224 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones);
DStreamHalLocal.cpp480 status_t StreamInHalLocal::getActiveMicrophones( in getActiveMicrophones() function in android::CPP_VERSION::StreamInHalLocal
485 status_t StreamInHalLocal::getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones) { in getActiveMicrophones() function in android::CPP_VERSION::StreamInHalLocal
DStreamHalHidl.h240 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones);
DStreamHalHidl.cpp989 status_t StreamInHalHidl::getActiveMicrophones( in getActiveMicrophones() function in android::CPP_VERSION::StreamInHalHidl
1002 status_t StreamInHalHidl::getActiveMicrophones( in getActiveMicrophones() function in android::CPP_VERSION::StreamInHalHidl
1006 Return<void> ret = mStream->getActiveMicrophones( in getActiveMicrophones()
/frameworks/av/services/audioflinger/
DRecordTracks.h76 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
DTracks.cpp2282 binder::Status AudioFlinger::RecordHandle::getActiveMicrophones( in getActiveMicrophones() function in android::AudioFlinger::RecordHandle
2286 status_t status = mRecordTrack->getActiveMicrophones(&mics); in getActiveMicrophones()
2608 status_t AudioFlinger::RecordThread::RecordTrack::getActiveMicrophones( in getActiveMicrophones() function in android::AudioFlinger::RecordThread::RecordTrack
2614 return recordThread->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
DAudioFlinger.h682 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/libmediaplayerservice/tests/stagefrightRecorder/
DStagefrightRecorderTest.cpp290 status = mStfRecorder->getActiveMicrophones(&activeMicrophones); in TEST_F()
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h578 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1541 status_t AudioRecord::getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones) in getActiveMicrophones() function in android::AudioRecord
1545 status_t status = statusTFromBinderStatus(mAudioRecord->getActiveMicrophones(&mics)); in getActiveMicrophones()
/frameworks/base/media/java/android/media/
DMediaRecorder.java1744 public List<MicrophoneInfo> getActiveMicrophones() throws IOException { in getActiveMicrophones() method in MediaRecorder
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp778 status_t status = mr->getActiveMicrophones(&activeMicrophones); in android_media_MediaRecord_getActiveMicrophones()
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp810 status_t status = lpRecorder->getActiveMicrophones(&activeMicrophones); in android_media_AudioRecord_get_active_microphones()

12