Searched refs:getSupportedProfiles (Results 1 – 8 of 8) sorted by relevance
77 Return<void> getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) override;
76 Return<void> getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) override;
84 Return<void> getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) override;
236 Return<void> StreamIn::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn237 return mStreamCommon->getSupportedProfiles(_hidl_cb); in getSupportedProfiles()
243 Return<void> StreamOut::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut244 return mStreamCommon->getSupportedProfiles(_hidl_cb); in getSupportedProfiles()
218 Return<void> Stream::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::Stream
62 getSupportedProfiles()
1442 auto ret = stream->getSupportedProfiles(returnIn(res, profiles));1457 auto ret = stream->getSupportedProfiles(returnIn(res, profiles));