Searched refs:getValueSync (Results 1 – 7 of 7) sorted by relevance
58 getValueSync, (const android::frameworks::automotive::vhal::IHalPropValue&),
61 VhalClientResult<std::unique_ptr<IHalPropValue>> IVhalClient::getValueSync( in getValueSync() function in android::frameworks::automotive::vhal::IVhalClient
91 VhalClientResult<std::unique_ptr<IHalPropValue>> result = vehicle->getValueSync(*desired_prop); in getSeedVhalProperty()
278 virtual VhalClientResult<std::unique_ptr<IHalPropValue>> getValueSync(
305 VhalClientResult<std::unique_ptr<IHalPropValue>> result = mVehicle->getValueSync(*halPropValue); in invokeGet()
382 VhalClientResult<std::unique_ptr<IHalPropValue>> result = getClient()->getValueSync(propValue); in TEST_F()414 VhalClientResult<std::unique_ptr<IHalPropValue>> result = getClient()->getValueSync(propValue); in TEST_F()
1231 vhalService->getValueSync(*vhalService->createHalPropValue(prop)); in subscribeToProperty()