Searched refs:getSupportedFormats (Results 1 – 11 of 11) sorted by relevance
65 EXPECT_OK(stream->getSupportedFormats(returnIn(capabilities))); in formats()
79 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;
217 Return<void> StreamIn::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn218 return mStreamCommon->getSupportedFormats(_hidl_cb); in getSupportedFormats()
220 Return<void> StreamOut::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut221 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);