Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h152 struct ActionForInterval { struct
171 std::unordered_map<int64_t, ActionForInterval> mActionByIntervalInNanos GUARDED_BY(mLock); argument
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp2280 ActionForInterval actionForInterval = mActionByIntervalInNanos[intervalInNanos]; in refreshTimestampForInterval()
2318 mActionByIntervalInNanos[intervalInNanos] = ActionForInterval{ in registerRefreshLocked()