Searched refs:MicrophoneDirection (Results 1 – 16 of 16) sorted by relevance
59 enum MicrophoneDirection { enum84 MicrophoneDirection getMicrophoneDirection(); in getMicrophoneDirection()95 void setMicrophoneDirection(MicrophoneDirection direction); in setMicrophoneDirection()
39 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
25 for (MicrophoneDirection dir : android::hardware::hidl_enum_range<MicrophoneDirection>()) { in TEST_P()32 stream->setMicrophoneDirection(MicrophoneDirection(dir))); in TEST_P()
229 * MicrophoneDirection Constants are defined in MicrophoneDirection.java.232 enum MicrophoneDirection : int32_t {
181 setMicrophoneDirection(MicrophoneDirection direction)
128 Return<Result> setMicrophoneDirection(MicrophoneDirection direction) override;
245 * MicrophoneDirection Constants are defined in MicrophoneDirection.java.248 enum MicrophoneDirection : int32_t {
193 setMicrophoneDirection(MicrophoneDirection direction)
478 ndk::ScopedAStatus getMicrophoneDirection(MicrophoneDirection* _aidl_return) override;479 ndk::ScopedAStatus setMicrophoneDirection(MicrophoneDirection in_direction) override;
575 Return<Result> StreamIn::setMicrophoneDirection(MicrophoneDirection direction) { in setMicrophoneDirection()
855 ndk::ScopedAStatus StreamIn::getMicrophoneDirection(MicrophoneDirection* _aidl_return) { in getMicrophoneDirection()861 ndk::ScopedAStatus StreamIn::setMicrophoneDirection(MicrophoneDirection in_direction) { in setMicrophoneDirection()
3463 std::ostream& operator<<(std::ostream& os, const IStreamIn::MicrophoneDirection& md) { in operator <<()3518 TEST_P(AudioStreamIn, MicrophoneDirection) { in TEST_P() argument3519 using MD = IStreamIn::MicrophoneDirection; in TEST_P()