Home
last modified time | relevance | path

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

/packages/services/Car/vehicle_network_service/
DVehicleNetworkService.h322 bool isGettableLocked(int32_t property);
DVehicleNetworkService.cpp410 bool VehicleNetworkService::isGettableLocked(int32_t property) { in isGettableLocked() function in android::VehicleNetworkService
496 if (!isGettableLocked(data->prop)) { in getProperty()