Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp48 RecordId recId = getRecordIdLocked(propValue); in writeValueLocked()
87 RecordId recId = getRecordIdLocked(VehiclePropValue{ in refreshTimestamp()
102 RecordId recId = getRecordIdLocked(propValue); in removeValue()
139 RecordId recId = getRecordIdLocked(request); in readValueOrNull()
178 VehiclePropertyStore::RecordId VehiclePropertyStore::getRecordIdLocked( in getRecordIdLocked() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp78 VehiclePropertyStore::RecordId VehiclePropertyStore::getRecordIdLocked( in getRecordIdLocked() function in android::hardware::automotive::vehicle::VehiclePropertyStore
142 VehiclePropertyStore::RecordId recId = getRecordIdLocked(*propValue, *record); in writeValue()
225 VehiclePropertyStore::RecordId recId = getRecordIdLocked(propValue, *record); in refreshTimestamps()
268 VehiclePropertyStore::RecordId recId = getRecordIdLocked(propValue, *record); in removeValue()
326 VehiclePropertyStore::RecordId recId = getRecordIdLocked(propValue, *record); in readValue()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h97 RecordId getRecordIdLocked(const VehiclePropValue& valuePrototype) const;
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h210 RecordId getRecordIdLocked(