Searched refs:getDevices (Results 1 – 8 of 8) sorted by relevance
55 void getDevices(IStream::getDevices_cb _hidl_cb) const;
106 void StreamCommon::getDevices(IStream::getDevices_cb _hidl_cb) const { in getDevices() function in android::hardware::audio::V6_0::implementation::StreamCommon
64 Return<void> getDevices(getDevices_cb _hidl_cb) override;
315 Return<void> StreamIn::getDevices(getDevices_cb _hidl_cb) { in getDevices() function in android::hardware::audio::V6_0::implementation::StreamIn316 mCommon.getDevices(_hidl_cb); in getDevices()
67 Return<void> getDevices(getDevices_cb _hidl_cb) override;
345 Return<void> StreamOut::getDevices(getDevices_cb _hidl_cb) { in getDevices() function in android::hardware::audio::V6_0::implementation::StreamOut346 mCommon.getDevices(_hidl_cb); in getDevices()
72 Return<void> getDevices(getDevices_cb _hidl_cb) override;
260 Return<void> StreamOutImpl::getDevices(getDevices_cb _hidl_cb) { in getDevices() function in audio_proxy::CPP_VERSION::StreamOutImpl