Searched refs:getSupportedProfiles (Results 1 – 8 of 8) sorted by relevance
251 Return<void> StreamIn::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn252 mCommon.getSupportedProfiles(_hidl_cb); in getSupportedProfiles()
43 void getSupportedProfiles(const IStream::getSupportedProfiles_cb &_hidl_cb) const;
57 void StreamCommon::getSupportedProfiles(const IStream::getSupportedProfiles_cb &_hidl_cb) const { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::StreamCommon
301 Return<void> StreamOut::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut302 mCommon.getSupportedProfiles(_hidl_cb); in getSupportedProfiles()
52 Return<void> getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) override;
53 Return<void> getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) override;
76 Return<void> getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) override;
107 Return<void> StreamOutImpl::getSupportedProfiles( in getSupportedProfiles() function in audio_proxy::service::StreamOutImpl