Home
last modified time | relevance | path

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

12

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioRecord.aidl38 void getActiveMicrophones(out MicrophoneInfo[] activeMicrophones); in getActiveMicrophones() method
/frameworks/av/media/libmedia/include/media/
DMediaRecorderBase.h73 virtual status_t getActiveMicrophones(
DIMediaRecorder.h74 virtual status_t getActiveMicrophones(
Dmediarecorder.h262 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/include/media/
DIMediaRecorder.h74 virtual status_t getActiveMicrophones(
DMediaRecorderBase.h73 virtual status_t getActiveMicrophones(
Dmediarecorder.h262 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
DAudioRecord.h535 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/media/libstagefright/include/media/stagefright/
DAudioSource.h70 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/services/audioflinger/
DRecordTracks.h70 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
DTracks.cpp1633 binder::Status AudioFlinger::RecordHandle::getActiveMicrophones( in getActiveMicrophones() function in android::AudioFlinger::RecordHandle
1637 mRecordTrack->getActiveMicrophones(activeMicrophones)); in getActiveMicrophones()
1855 status_t AudioFlinger::RecordThread::RecordTrack::getActiveMicrophones( in getActiveMicrophones() function in android::AudioFlinger::RecordThread::RecordTrack
1861 return recordThread->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DStreamHalInterface.h177 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones) = 0;
/frameworks/av/media/libstagefright/
DAudioSource.cpp501 status_t AudioSource::getActiveMicrophones( in getActiveMicrophones() function in android::AudioSource
504 return mRecord->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp531 status_t MediaRecorderClient::getActiveMicrophones( in getActiveMicrophones() function in android::MediaRecorderClient
536 return mRecorder->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
DMediaRecorderClient.h110 virtual status_t getActiveMicrophones(
DStagefrightRecorder.h79 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);
/frameworks/av/media/libaudiohal/4.0/
DStreamHalLocal.h202 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones);
DStreamHalHidl.h218 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones);
DStreamHalLocal.cpp344 status_t StreamInHalLocal::getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones) { in getActiveMicrophones() function in android::V4_0::StreamInHalLocal
/frameworks/av/media/libaudiohal/2.0/
DStreamHalLocal.h201 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones);
DStreamHalHidl.h217 virtual status_t getActiveMicrophones(std::vector<media::MicrophoneInfo> *microphones);
DStreamHalLocal.cpp342 status_t StreamInHalLocal::getActiveMicrophones( in getActiveMicrophones() function in android::StreamInHalLocal
/frameworks/av/media/libmedia/
Dmediarecorder.cpp832 status_t MediaRecorder::getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones) in getActiveMicrophones() function in android::MediaRecorder
840 return mMediaRecorder->getActiveMicrophones(activeMicrophones); in getActiveMicrophones()
DIMediaRecorder.cpp396 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones) in getActiveMicrophones() function in android::BpMediaRecorder
655 status_t status = getActiveMicrophones(&activeMicrophones); in onTransact()
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h535 status_t getActiveMicrophones(std::vector<media::MicrophoneInfo>* activeMicrophones);

12