Home
last modified time | relevance | path

Searched refs:getSupportedFormats (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalUtils.h80 EXPECT_OK(stream->getSupportedFormats(returnIn(capabilities))); in formats()
86 EXPECT_OK(stream->getSupportedFormats(returnIn(res, capabilities))); in formats()
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/
DAudioPrimaryHidlHalUtils.h65 EXPECT_OK(stream->getSupportedFormats(returnIn(capabilities))); in formats()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h70 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
DStreamOut.h70 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
DStream.h73 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp221 Return<void> StreamOut::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
222 return mStreamCommon->getSupportedFormats(_hidl_cb); in getSupportedFormats()
DStreamIn.cpp218 Return<void> StreamIn::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
219 return mStreamCommon->getSupportedFormats(_hidl_cb); in getSupportedFormats()
DStream.cpp167 Return<void> Stream::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::CPP_VERSION::implementation::Stream
/hardware/interfaces/audio/2.0/
DIStream.hal112 getSupportedFormats() generates (vec<AudioFormat> formats);
/hardware/interfaces/audio/4.0/
DIStream.hal128 getSupportedFormats() generates (vec<AudioFormat> formats);
/hardware/interfaces/audio/6.0/
DIStream.hal130 getSupportedFormats() generates (Result retval, vec<AudioFormat> formats);
/hardware/interfaces/audio/5.0/
DIStream.hal128 getSupportedFormats() generates (vec<AudioFormat> formats);