Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp365 bool isReadWrite = (cfg.getAccess() == toInt(VehiclePropertyAccess::READ_WRITE)); in TEST_P() local
368 isReadWrite = (cfg.getAreaConfigs()[0]->getAccess() == in TEST_P()
371 if (isReadWrite && isBooleanGlobalProp(propId) && !hvacProps.count(propId)) { in TEST_P()