Home
last modified time | relevance | path

Searched refs:getPropertyValues (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/surround_view/service-impl/
DVhalHandlerTests.cpp100 EXPECT_TRUE(vhalHandler.getPropertyValues(&propertyValues)); in TEST()
115 EXPECT_TRUE(vhalHandler.getPropertyValues(&propertyValues)); in TEST()
DVhalHandler.h72 bool getPropertyValues(std::vector<vehicle::V2_0::VehiclePropValue>* property_values);
DVhalHandler.cpp190 bool VhalHandler::getPropertyValues(std::vector<VehiclePropValue>* property_values) { in getPropertyValues() function in android::hardware::automotive::sv::V1_0::implementation::VhalHandler
DSurroundView3dSession.cpp703 if (!mVhalHandler->getPropertyValues(&mPropertyValues)) { in handleFrames()