Home
last modified time | relevance | path

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

12

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioRecord.aidl42 void getActiveMicrophones(out MicrophoneInfoFw[] activeMicrophones); in getActiveMicrophones() method
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/core-mock/
DStreamInMock.h35 ndk::ScopedAStatus getActiveMicrophones(std::vector<MicrophoneDynamicInfo>*) override { in getActiveMicrophones() function
/frameworks/av/media/libmedia/include/media/
DMediaRecorderBase.h75 virtual status_t getActiveMicrophones(
DIMediaRecorder.h76 virtual status_t getActiveMicrophones(
Dmediarecorder.h271 status_t getActiveMicrophones(std::vector<media::MicrophoneInfoFw>* activeMicrophones);
/frameworks/av/media/libstagefright/include/media/stagefright/
DAudioSource.h85 status_t getActiveMicrophones(std::vector<media::MicrophoneInfoFw>* activeMicrophones);
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.h85 virtual status_t getActiveMicrophones(
DMediaRecorderClient.cpp571 status_t MediaRecorderClient::getActiveMicrophones( in getActiveMicrophones() function in android::MediaRecorderClient
576 return mRecorder->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
DStagefrightRecorder.h86 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfoFw>* 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.h313 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfoFw> *microphones) = 0;
/frameworks/av/media/libmedia/
Dmediarecorder.cpp887 status_t MediaRecorder::getActiveMicrophones( in getActiveMicrophones() function in android::MediaRecorder
896 return mMediaRecorder->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
DIMediaRecorder.cpp431 status_t getActiveMicrophones(std::vector<media::MicrophoneInfoFw>* activeMicrophones) in getActiveMicrophones() function in android::BpMediaRecorder
760 status_t status = getActiveMicrophones(&activeMicrophones); in onTransact()
/frameworks/av/services/audioflinger/
DRecordTracks.h79 status_t getActiveMicrophones(
DIAfTrack.h524 virtual status_t getActiveMicrophones(
DTracks.cpp2636 binder::Status getActiveMicrophones(
2688 binder::Status RecordHandle::getActiveMicrophones( in getActiveMicrophones() function in android::RecordHandle
2691 return binderStatusFromStatusT(mRecordTrack->getActiveMicrophones(activeMicrophones)); in getActiveMicrophones()
3044 status_t RecordTrack::getActiveMicrophones( in getActiveMicrophones() function in android::RecordTrack
3050 return recordThread->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
/frameworks/av/media/libaudiohal/impl/
DStreamHalHidl.h270 status_t getActiveMicrophones(std::vector<media::MicrophoneInfoFw> *microphones) override;
DStreamHalHidl.cpp1212 status_t StreamInHalHidl::getActiveMicrophones( in getActiveMicrophones() function in android::StreamInHalHidl
1225 status_t StreamInHalHidl::getActiveMicrophones( in getActiveMicrophones() function in android::StreamInHalHidl
1230 Return<void> ret = mStream->getActiveMicrophones( in getActiveMicrophones()
DStreamHalAidl.h436 status_t getActiveMicrophones(std::vector<media::MicrophoneInfoFw> *microphones) override;
DStreamHalAidl.cpp1079 status_t StreamInHalAidl::getActiveMicrophones(std::vector<media::MicrophoneInfoFw> *microphones) { in getActiveMicrophones() function in android::StreamInHalAidl
1090 RETURN_STATUS_IF_ERROR(statusTFromBinderStatus(mStream->getActiveMicrophones(&dynamicInfo))); in getActiveMicrophones()
/frameworks/av/media/libmediaplayerservice/fuzzer/
Dmediarecorder_fuzzer.cpp198 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.h589 status_t getActiveMicrophones(
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1634 status_t AudioRecord::getActiveMicrophones(std::vector<media::MicrophoneInfoFw>* activeMicrophones) in getActiveMicrophones() function in android::AudioRecord
1637 return statusTFromBinderStatus(mAudioRecord->getActiveMicrophones(activeMicrophones)); in getActiveMicrophones()
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp716 status_t status = lpRecorder->getActiveMicrophones(&activeMicrophones); in android_media_AudioRecord_get_active_microphones()

12