Searched refs:getSupportedFormats (Results 1 – 12 of 12) sorted by relevance
80 EXPECT_OK(stream->getSupportedFormats(returnIn(capabilities))); in formats()86 EXPECT_OK(stream->getSupportedFormats(returnIn(res, capabilities))); in formats()
65 EXPECT_OK(stream->getSupportedFormats(returnIn(capabilities))); in formats()
70 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
73 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
221 Return<void> StreamOut::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut222 return mStreamCommon->getSupportedFormats(_hidl_cb); in getSupportedFormats()
218 Return<void> StreamIn::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn219 return mStreamCommon->getSupportedFormats(_hidl_cb); in getSupportedFormats()
167 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);
128 getSupportedFormats() generates (vec<AudioFormat> formats);
130 getSupportedFormats() generates (Result retval, vec<AudioFormat> formats);