Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHalManager.h101 bool checkReadPermission(const VehiclePropConfig &config) const;
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DDefaultVehicleHal.h183 VhalResult<void> checkReadPermission(const aidlvhal::VehiclePropValue& value) const;
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp120 if (!checkReadPermission(*config)) { in get()
541 bool VehicleHalManager::checkReadPermission(const VehiclePropConfig &config) const { in checkReadPermission() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp474 if (auto result = checkReadPermission(request.prop); !result.ok()) { in getValues()
913 VhalResult<void> DefaultVehicleHal::checkReadPermission(const VehiclePropValue& value) const { in checkReadPermission() function in android::hardware::automotive::vehicle::DefaultVehicleHal