/hardware/interfaces/audio/core/all-versions/default/ |
D | PrimaryDevice.cpp | 172 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()
|
D | Device.cpp | 530 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/ |
D | IModule.aidl | 732 MicrophoneInfo[] getMicrophones(); in getMicrophones() method
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/ |
D | IModule.aidl | 63 android.media.audio.common.MicrophoneInfo[] getMicrophones(); in getMicrophones() method
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/ |
D | IModule.aidl | 63 android.media.audio.common.MicrophoneInfo[] getMicrophones(); in getMicrophones() method
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/ |
D | IModule.aidl | 63 android.media.audio.common.MicrophoneInfo[] getMicrophones(); in getMicrophones() method
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | PrimaryDevice.h | 105 Return<void> getMicrophones(getMicrophones_cb _hidl_cb) override;
|
D | Device.h | 151 Return<void> getMicrophones(getMicrophones_cb _hidl_cb) override;
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalTest.cpp | 70 ASSERT_OK(getDevice()->getMicrophones(returnIn(res, microphones))); in TEST_P()
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | Module.h | 114 ndk::ScopedAStatus getMicrophones(
|
/hardware/interfaces/audio/5.0/ |
D | IDevice.hal | 268 getMicrophones()
|
/hardware/interfaces/audio/4.0/ |
D | IDevice.hal | 268 getMicrophones()
|
/hardware/interfaces/audio/6.0/ |
D | IDevice.hal | 291 getMicrophones()
|
/hardware/interfaces/audio/7.0/ |
D | IDevice.hal | 314 getMicrophones()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
D | AudioPrimaryHidlHalTest.cpp | 844 ASSERT_OK(getDevice()->getMicrophones(returnIn(res, microphones))); in TEST_P()
|
/hardware/interfaces/audio/aidl/default/ |
D | Module.cpp | 1342 ndk::ScopedAStatus Module::getMicrophones(std::vector<MicrophoneInfo>* _aidl_return) { in getMicrophones() function in aidl::android::hardware::audio::core::Module
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 2143 ScopedAStatus status = module->getMicrophones(&micInfos); in TEST_P() 3471 ScopedAStatus status = module->getMicrophones(&micInfos); in TEST_P()
|