Searched refs:getSupportedFormats (Results 1 – 6 of 6) sorted by relevance
52 void getSupportedFormats(IStream::getSupportedFormats_cb _hidl_cb) const;
93 void StreamCommon::getSupportedFormats(IStream::getSupportedFormats_cb _hidl_cb) const { in getSupportedFormats() function in android::hardware::audio::V6_0::implementation::StreamCommon
58 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
278 Return<void> StreamIn::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::V6_0::implementation::StreamIn279 mCommon.getSupportedFormats(_hidl_cb); in getSupportedFormats()
59 Return<void> getSupportedFormats(getSupportedFormats_cb _hidl_cb) override;
285 Return<void> StreamOut::getSupportedFormats(getSupportedFormats_cb _hidl_cb) { in getSupportedFormats() function in android::hardware::audio::V6_0::implementation::StreamOut286 mCommon.getSupportedFormats(_hidl_cb); in getSupportedFormats()