Home
last modified time | relevance | path

Searched refs:MicrophoneDirection (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIStreamIn.aidl59 enum MicrophoneDirection { enum
84 MicrophoneDirection getMicrophoneDirection(); in getMicrophoneDirection()
95 void setMicrophoneDirection(MicrophoneDirection direction); in setMicrophoneDirection()
/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()
40 void setMicrophoneDirection(android.hardware.audio.core.IStreamIn.MicrophoneDirection direction); in setMicrophoneDirection()
52 enum MicrophoneDirection { enum
/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()
40 void setMicrophoneDirection(android.hardware.audio.core.IStreamIn.MicrophoneDirection direction); in setMicrophoneDirection()
52 enum MicrophoneDirection { enum
/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()
40 void setMicrophoneDirection(android.hardware.audio.core.IStreamIn.MicrophoneDirection direction); in setMicrophoneDirection()
52 enum MicrophoneDirection { enum
/hardware/interfaces/audio/core/all-versions/vts/functional/5.0/
DAudioPrimaryHidlHalTest.cpp25 for (MicrophoneDirection dir : android::hardware::hidl_enum_range<MicrophoneDirection>()) { in TEST_P()
32 stream->setMicrophoneDirection(MicrophoneDirection(dir))); in TEST_P()
/hardware/interfaces/audio/5.0/
Dtypes.hal229 * MicrophoneDirection Constants are defined in MicrophoneDirection.java.
232 enum MicrophoneDirection : int32_t {
DIStreamIn.hal181 setMicrophoneDirection(MicrophoneDirection direction)
/hardware/interfaces/audio/6.0/
Dtypes.hal229 * MicrophoneDirection Constants are defined in MicrophoneDirection.java.
232 enum MicrophoneDirection : int32_t {
DIStreamIn.hal181 setMicrophoneDirection(MicrophoneDirection direction)
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h128 Return<Result> setMicrophoneDirection(MicrophoneDirection direction) override;
/hardware/interfaces/audio/7.0/
Dtypes.hal245 * MicrophoneDirection Constants are defined in MicrophoneDirection.java.
248 enum MicrophoneDirection : int32_t {
DIStreamIn.hal193 setMicrophoneDirection(MicrophoneDirection direction)
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h478 ndk::ScopedAStatus getMicrophoneDirection(MicrophoneDirection* _aidl_return) override;
479 ndk::ScopedAStatus setMicrophoneDirection(MicrophoneDirection in_direction) override;
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp575 Return<Result> StreamIn::setMicrophoneDirection(MicrophoneDirection direction) { in setMicrophoneDirection()
/hardware/interfaces/audio/aidl/default/
DStream.cpp855 ndk::ScopedAStatus StreamIn::getMicrophoneDirection(MicrophoneDirection* _aidl_return) { in getMicrophoneDirection()
861 ndk::ScopedAStatus StreamIn::setMicrophoneDirection(MicrophoneDirection in_direction) { in setMicrophoneDirection()
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp3463 std::ostream& operator<<(std::ostream& os, const IStreamIn::MicrophoneDirection& md) { in operator <<()
3518 TEST_P(AudioStreamIn, MicrophoneDirection) { in TEST_P() argument
3519 using MD = IStreamIn::MicrophoneDirection; in TEST_P()