Home
last modified time | relevance | path

Searched refs:setMicrophoneDirection (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/audio/core/all-versions/vts/functional/5.0/
DAudioPrimaryHidlHalTest.cpp26 ASSERT_RESULT(okOrNotSupported, stream->setMicrophoneDirection(dir)); in TEST_P()
32 stream->setMicrophoneDirection(MicrophoneDirection(dir))); in TEST_P()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h125 Return<Result> setMicrophoneDirection(MicrophoneDirection direction) override;
/hardware/interfaces/audio/6.0/
DIStreamIn.hal181 setMicrophoneDirection(MicrophoneDirection direction)
/hardware/interfaces/audio/5.0/
DIStreamIn.hal181 setMicrophoneDirection(MicrophoneDirection direction)
/hardware/interfaces/audio/7.0/
DIStreamIn.hal193 setMicrophoneDirection(MicrophoneDirection direction)
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp571 Return<Result> StreamIn::setMicrophoneDirection(MicrophoneDirection direction) { in setMicrophoneDirection() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn