Searched refs:getPropertyValues (Results 1 – 4 of 4) sorted by relevance
100 EXPECT_TRUE(vhalHandler.getPropertyValues(&propertyValues)); in TEST()115 EXPECT_TRUE(vhalHandler.getPropertyValues(&propertyValues)); in TEST()
72 bool getPropertyValues(std::vector<vehicle::V2_0::VehiclePropValue>* property_values);
190 bool VhalHandler::getPropertyValues(std::vector<VehiclePropValue>* property_values) { in getPropertyValues() function in android::hardware::automotive::sv::V1_0::implementation::VhalHandler
703 if (!mVhalHandler->getPropertyValues(&mPropertyValues)) { in handleFrames()