Searched refs:getSupportedFormats (Results 1 – 8 of 8) sorted by relevance
72 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
216 Return<void> StreamIn::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::V2_0::implementation::StreamIn217 return mStreamCommon->getSupportedFormats(_hidl_cb); in getSupportedFormats()
74 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
63 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
213 Return<void> StreamOut::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::V2_0::implementation::StreamOut214 return mStreamCommon->getSupportedFormats(_hidl_cb); in getSupportedFormats()
150 Return<void> Stream::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::V2_0::implementation::Stream
112 getSupportedFormats() generates (vec<AudioFormat> formats);
820 &IStream::getSupportedFormats,