Searched refs:refreshTimestamp (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehiclePropertyStore.h | 81 std::unique_ptr<VehiclePropValue> refreshTimestamp(int32_t propId, int32_t areaId);
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/ |
D | VehiclePropertyStore.h | 117 void refreshTimestamp(int32_t propId, int32_t areaId, EventMode eventMode) EXCLUDES(mLock);
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehiclePropertyStore.cpp | 84 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::refreshTimestamp(int32_t propId, in refreshTimestamp() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/ |
D | VehiclePropertyStoreTest.cpp | 566 mStore->refreshTimestamp(propId, areaId, VehiclePropertyStore::EventMode::ALWAYS); in TEST_F() 597 mStore->refreshTimestamp(propId, areaId, VehiclePropertyStore::EventMode::ON_VALUE_CHANGE); in TEST_F()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/ |
D | VehiclePropertyStore.cpp | 190 void VehiclePropertyStore::refreshTimestamp(int32_t propId, int32_t areaId, EventMode eventMode) { in refreshTimestamp() function in android::hardware::automotive::vehicle::VehiclePropertyStore
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | DefaultVehicleHal.cpp | 497 auto refreshedProp = mPropStore->refreshTimestamp(property, areaId); in onContinuousPropertyTimer()
|