Home
last modified time | relevance | path

Searched refs:setMicrophoneDirection (Results 1 – 4 of 4) 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.h116 Return<Result> setMicrophoneDirection(MicrophoneDirection direction) override;
/hardware/interfaces/audio/5.0/
DIStreamIn.hal181 setMicrophoneDirection(MicrophoneDirection direction)
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp502 Return<Result> StreamIn::setMicrophoneDirection(MicrophoneDirection direction) { in setMicrophoneDirection() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn