Home
last modified time | relevance | path

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

/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/vts/functional/4.0/
DAudioPrimaryHidlHalUtils.h79 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/
DStreamIn.cpp217 Return<void> StreamIn::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
218 return mStreamCommon->getSupportedFormats(_hidl_cb); in getSupportedFormats()
DStreamOut.cpp220 Return<void> StreamOut::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
221 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/5.0/
DIStream.hal128 getSupportedFormats() generates (vec<AudioFormat> formats);