Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DSensorInputMapper.h128 void processHardWareTimestamp(nsecs_t evTime, int32_t evValue);
H A DSensorInputMapper.cpp235 void SensorInputMapper::processHardWareTimestamp(nsecs_t evTime, int32_t mscTime) { in processHardWareTimestamp() function in android::SensorInputMapper
285 processHardWareTimestamp(rawEvent->when, rawEvent->value); in process()