Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h299 void refreshTimestampForInterval(int64_t intervalInNanos) EXCLUDES(mLock);
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp2267 void FakeVehicleHardware::refreshTimestampForInterval(int64_t intervalInNanos) { in refreshTimestampForInterval() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardware
2317 [this, intervalInNanos] { refreshTimestampForInterval(intervalInNanos); }); in registerRefreshLocked()