Searched refs:setDevices (Results 1 – 8 of 8) sorted by relevance
86 Return<Result> setDevices(const hidl_vec<DeviceAddress>& devices) override;
273 Return<Result> StreamIn::setDevices(const hidl_vec<DeviceAddress>& devices) { in setDevices() function274 return mStreamCommon->setDevices(devices); in setDevices()
88 Return<Result> setDevices(const hidl_vec<DeviceAddress>& devices) override;
277 Return<Result> StreamOut::setDevices(const hidl_vec<DeviceAddress>& devices) { in setDevices() function278 return mStreamCommon->setDevices(devices); in setDevices()
258 Return<Result> Stream::setDevices(const hidl_vec<DeviceAddress>& devices) { in setDevices() function
850 EXPECT_OK(stream->setDevices({otherAddress})); in testSetDevices()852 ASSERT_OK(stream->setDevices({address})); // Go back to the original value in testSetDevices()
197 setDevices(vec<DeviceAddress> devices) generates (Result retval);