Home
last modified time | relevance | path

Searched refs:getMicrophones (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/audio/core/all-versions/default/
DPrimaryDevice.cpp172 Return<void> PrimaryDevice::getMicrophones(getMicrophones_cb _hidl_cb) { in getMicrophones() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
173 return mDevice->getMicrophones(_hidl_cb); in getMicrophones()
DDevice.cpp530 Return<void> Device::getMicrophones(getMicrophones_cb _hidl_cb) { in openOutputStreamImpl() function in android::hardware::audio::CPP_VERSION::implementation::Device
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl732 MicrophoneInfo[] getMicrophones(); in getMicrophones() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl63 android.media.audio.common.MicrophoneInfo[] getMicrophones(); in getMicrophones() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl63 android.media.audio.common.MicrophoneInfo[] getMicrophones(); in getMicrophones() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl63 android.media.audio.common.MicrophoneInfo[] getMicrophones(); in getMicrophones() method
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DPrimaryDevice.h105 Return<void> getMicrophones(getMicrophones_cb _hidl_cb) override;
DDevice.h151 Return<void> getMicrophones(getMicrophones_cb _hidl_cb) override;
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp70 ASSERT_OK(getDevice()->getMicrophones(returnIn(res, microphones))); in TEST_P()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h114 ndk::ScopedAStatus getMicrophones(
/hardware/interfaces/audio/5.0/
DIDevice.hal268 getMicrophones()
/hardware/interfaces/audio/4.0/
DIDevice.hal268 getMicrophones()
/hardware/interfaces/audio/6.0/
DIDevice.hal291 getMicrophones()
/hardware/interfaces/audio/7.0/
DIDevice.hal314 getMicrophones()
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DAudioPrimaryHidlHalTest.cpp844 ASSERT_OK(getDevice()->getMicrophones(returnIn(res, microphones))); in TEST_P()
/hardware/interfaces/audio/aidl/default/
DModule.cpp1342 ndk::ScopedAStatus Module::getMicrophones(std::vector<MicrophoneInfo>* _aidl_return) { in getMicrophones() function in aidl::android::hardware::audio::core::Module
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2143 ScopedAStatus status = module->getMicrophones(&micInfos); in TEST_P()
3471 ScopedAStatus status = module->getMicrophones(&micInfos); in TEST_P()