Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/5.0/
H A DAudioPrimaryHidlHalTest.cpp26 ASSERT_RESULT(okOrNotSupported, stream->setMicrophoneDirection(dir)); in TEST_P()
32 stream->setMicrophoneDirection(MicrophoneDirection(dir))); in TEST_P()
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/
H A DStreamIn.h125 Return<Result> setMicrophoneDirection(MicrophoneDirection direction) override;
/aosp12/hardware/interfaces/audio/5.0/
H A DIStreamIn.hal181 setMicrophoneDirection(MicrophoneDirection direction)
/aosp12/hardware/interfaces/audio/6.0/
H A DIStreamIn.hal181 setMicrophoneDirection(MicrophoneDirection direction)
/aosp12/hardware/interfaces/audio/7.0/
H A DIStreamIn.hal193 setMicrophoneDirection(MicrophoneDirection direction)
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStreamIn.cpp571 Return<Result> StreamIn::setMicrophoneDirection(MicrophoneDirection direction) { in setMicrophoneDirection() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DStreamHalHidl.cpp1061 mStream->setMicrophoneDirection(static_cast<MicrophoneDirection>(direction))); in setPreferredMicrophoneDirection()