Searched refs:setDevices (Results 1 – 9 of 9) sorted by relevance
176 EXPECT_OK(stream->setDevices({otherAddress})); in testSetDevices()178 ASSERT_OK(stream->setDevices({address})); // Go back to the original value in testSetDevices()
85 Return<Result> setDevices(const hidl_vec<DeviceAddress>& devices) override;
88 Return<Result> setDevices(const hidl_vec<DeviceAddress>& devices) override;
274 Return<Result> StreamIn::setDevices(const hidl_vec<DeviceAddress>& devices) { in setDevices() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn275 return mStreamCommon->setDevices(devices); in setDevices()
278 Return<Result> StreamOut::setDevices(const hidl_vec<DeviceAddress>& devices) { in setDevices() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut279 return mStreamCommon->setDevices(devices); in setDevices()
262 Return<Result> Stream::setDevices(const hidl_vec<DeviceAddress>& devices) { in setDevices() function in android::hardware::audio::CPP_VERSION::implementation::Stream
197 setDevices(vec<DeviceAddress> devices) generates (Result retval);