Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIStreamIn.aidl55 MicrophoneDynamicInfo[] getActiveMicrophones(); in getActiveMicrophones() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIStreamIn.aidl38 android.media.audio.common.MicrophoneDynamicInfo[] getActiveMicrophones(); in getActiveMicrophones() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIStreamIn.aidl38 android.media.audio.common.MicrophoneDynamicInfo[] getActiveMicrophones(); in getActiveMicrophones() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIStreamIn.aidl38 android.media.audio.common.MicrophoneDynamicInfo[] getActiveMicrophones(); in getActiveMicrophones() method
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamUsb.h57 ndk::ScopedAStatus getActiveMicrophones(
DStreamBluetooth.h89 ndk::ScopedAStatus getActiveMicrophones(
DStreamRemoteSubmix.h90 ndk::ScopedAStatus getActiveMicrophones(
DStream.h475 ndk::ScopedAStatus getActiveMicrophones(
/hardware/interfaces/audio/aidl/default/usb/
DStreamUsb.cpp87 ndk::ScopedAStatus StreamInUsb::getActiveMicrophones( in getActiveMicrophones() function in aidl::android::hardware::audio::core::StreamInUsb
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h125 Return<void> getActiveMicrophones(getActiveMicrophones_cb _hidl_cb) override;
/hardware/interfaces/audio/aidl/default/bluetooth/
DStreamBluetooth.cpp246 ndk::ScopedAStatus StreamInBluetooth::getActiveMicrophones( in getActiveMicrophones() function in aidl::android::hardware::audio::core::StreamInBluetooth
/hardware/interfaces/audio/4.0/
DIStreamIn.hal166 getActiveMicrophones()
/hardware/interfaces/audio/aidl/default/r_submix/
DStreamRemoteSubmix.cpp325 ndk::ScopedAStatus StreamInRemoteSubmix::getActiveMicrophones( in getActiveMicrophones() function in aidl::android::hardware::audio::core::StreamInRemoteSubmix
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp111 ASSERT_OK(stream->getActiveMicrophones(returnIn(res, activeMicrophones))); in TEST_P()
/hardware/interfaces/audio/5.0/
DIStreamIn.hal166 getActiveMicrophones()
/hardware/interfaces/audio/6.0/
DIStreamIn.hal166 getActiveMicrophones()
/hardware/interfaces/audio/7.0/
DIStreamIn.hal178 getActiveMicrophones()
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp554 Return<void> StreamIn::getActiveMicrophones(getActiveMicrophones_cb _hidl_cb) { in getActiveMicrophones() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DAudioPrimaryHidlHalTest.cpp858 ASSERT_OK(stream->getActiveMicrophones(returnIn(res, activeMicrophones))); in TEST_P()
/hardware/interfaces/audio/aidl/default/
DStream.cpp836 ndk::ScopedAStatus StreamIn::getActiveMicrophones( in getActiveMicrophones() function in aidl::android::hardware::audio::core::StreamIn
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp3493 EXPECT_IS_OK(stream.getStream()->getActiveMicrophones(&activeMics)); in TEST_P()
3509 EXPECT_IS_OK(stream.getStream()->getActiveMicrophones(&emptyMics)); in TEST_P()