Home
last modified time | relevance | path

Searched refs:getMicrophoneDirection (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIStreamIn.aidl84 MicrophoneDirection getMicrophoneDirection(); in getMicrophoneDirection() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIStreamIn.aidl39 android.hardware.audio.core.IStreamIn.MicrophoneDirection getMicrophoneDirection(); in getMicrophoneDirection() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIStreamIn.aidl39 android.hardware.audio.core.IStreamIn.MicrophoneDirection getMicrophoneDirection(); in getMicrophoneDirection() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIStreamIn.aidl39 android.hardware.audio.core.IStreamIn.MicrophoneDirection getMicrophoneDirection(); in getMicrophoneDirection() method
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h478 ndk::ScopedAStatus getMicrophoneDirection(MicrophoneDirection* _aidl_return) override;
/hardware/interfaces/audio/aidl/default/
DStream.cpp855 ndk::ScopedAStatus StreamIn::getMicrophoneDirection(MicrophoneDirection* _aidl_return) { in getMicrophoneDirection() function in aidl::android::hardware::audio::core::StreamIn
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp3534 TestAccessors<MD>(stream.getStream(), &IStreamIn::getMicrophoneDirection, in TEST_P()