Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/5.0/
DAudioPrimaryHidlHalTest.cpp42 ASSERT_RESULT(okOrNotSupported, stream->setMicrophoneFieldDimension(val)); in TEST_P()
47 ASSERT_RESULT(invalidArgsOrNotSupported, stream->setMicrophoneFieldDimension(val)); in TEST_P()
48 ASSERT_RESULT(invalidArgsOrNotSupported, stream->setMicrophoneFieldDimension(-val)); in TEST_P()
51 ASSERT_RESULT(invalidArgsOrNotSupported, stream->setMicrophoneFieldDimension(NAN)); in TEST_P()
52 ASSERT_RESULT(invalidArgsOrNotSupported, stream->setMicrophoneFieldDimension(-NAN)); in TEST_P()
53 ASSERT_RESULT(invalidArgsOrNotSupported, stream->setMicrophoneFieldDimension(INFINITY)); in TEST_P()
54 ASSERT_RESULT(invalidArgsOrNotSupported, stream->setMicrophoneFieldDimension(-INFINITY)); in TEST_P()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h126 Return<Result> setMicrophoneFieldDimension(float zoom) override;
/hardware/interfaces/audio/6.0/
DIStreamIn.hal198 setMicrophoneFieldDimension(float zoom) generates(Result retval);
/hardware/interfaces/audio/5.0/
DIStreamIn.hal198 setMicrophoneFieldDimension(float zoom) generates(Result retval);
/hardware/interfaces/audio/7.0/
DIStreamIn.hal210 setMicrophoneFieldDimension(float zoom) generates(Result retval);
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp585 Return<Result> StreamIn::setMicrophoneFieldDimension(float zoom) { in setMicrophoneFieldDimension() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn