Searched refs:getSupportedFormats (Results 1 – 12 of 12) sorted by relevance
84 EXPECT_OK(stream->getSupportedFormats(returnIn(capabilities))); in formats()90 EXPECT_OK(stream->getSupportedFormats(returnIn(res, capabilities))); in formats()
67 EXPECT_OK(stream->getSupportedFormats(returnIn(capabilities))); in formats()
74 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
73 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
81 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
226 Return<void> StreamIn::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn227 return mStreamCommon->getSupportedFormats(_hidl_cb); in getSupportedFormats()
233 Return<void> StreamOut::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut234 return mStreamCommon->getSupportedFormats(_hidl_cb); in getSupportedFormats()
179 Return<void> Stream::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::CPP_VERSION::implementation::Stream
112 getSupportedFormats() generates (vec<AudioFormat> formats);
130 getSupportedFormats() generates (Result retval, vec<AudioFormat> formats);
128 getSupportedFormats() generates (vec<AudioFormat> formats);