Home
last modified time | relevance | path

Searched defs:readTime (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp1040 const nsecs_t readTime = when; // synthetic event in configureSurface() local
1435 void TouchInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
1529 const nsecs_t readTime = when; // consider this synthetic event to be zero latency in processRawTouches() local
1538 void TouchInputMapper::cookAndDispatch(nsecs_t when, nsecs_t readTime) { in cookAndDispatch()
1752 const nsecs_t readTime = when; in timeoutExpired() local
1775 bool TouchInputMapper::consumeRawTouches(nsecs_t when, nsecs_t readTime, uint32_t policyFlags) { in consumeRawTouches()
1875 void TouchInputMapper::dispatchVirtualKey(nsecs_t when, nsecs_t readTime, uint32_t policyFlags, in dispatchVirtualKey()
1889 void TouchInputMapper::abortTouches(nsecs_t when, nsecs_t readTime, uint32_t policyFlags) { in abortTouches()
1904 void TouchInputMapper::dispatchTouches(nsecs_t when, nsecs_t readTime, uint32_t policyFlags) { in dispatchTouches()
1992 void TouchInputMapper::dispatchHoverExit(nsecs_t when, nsecs_t readTime, uint32_t policyFlags) { in dispatchHoverExit()
[all …]
DTouchCursorInputMapperCommon.h106 nsecs_t readTime, int32_t deviceId, uint32_t source, in synthesizeButtonKey()
120 nsecs_t readTime, int32_t deviceId, uint32_t source, in synthesizeButtonKeys()
DRotaryEncoderInputMapper.cpp94 void RotaryEncoderInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
DInputMapper.cpp71 void InputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) {} in cancelTouch()
DCursorInputMapper.cpp294 void CursorInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
DJoystickInputMapper.cpp309 void JoystickInputMapper::sync(nsecs_t when, nsecs_t readTime, bool force) { in sync()
DKeyboardInputMapper.cpp271 void KeyboardInputMapper::processKey(nsecs_t when, nsecs_t readTime, bool down, int32_t scanCode, in processKey()
DTouchInputMapper.h301 nsecs_t readTime; member
/frameworks/base/core/java/com/android/internal/os/
DKernelMemoryBandwidthStats.java57 final long readTime = SystemClock.uptimeMillis() - startTime; in updateStats() local
DKernelWakelockReader.java128 final long readTime = SystemClock.uptimeMillis() - startTime; in readKernelWakelockStats() local
/frameworks/native/services/inputflinger/dispatcher/
DInputEventTimeline.h80 const nsecs_t readTime; member
DInputEventTimeline.cpp67 InputEventTimeline::InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime) in InputEventTimeline()
DLatencyTracker.cpp70 nsecs_t readTime) { in trackListener()
/frameworks/base/apct-tests/perftests/core/src/android/mtp_perf/
DAppFusePerfTest.java48 final double[] readTime = new double[samples]; in testReadWriteFile() local
/frameworks/native/services/inputflinger/include/
DInputListener.h76 nsecs_t readTime; member
125 nsecs_t readTime; member
/frameworks/native/services/inputflinger/
DInputListener.cpp53 NotifyKeyArgs::NotifyKeyArgs(int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, in NotifyKeyArgs()
99 int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, uint32_t source, in NotifyMotionArgs()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h386 inline void cancelTouch(nsecs_t when, nsecs_t readTime) { mDevice.cancelTouch(when, readTime); } in cancelTouch()
DEventHub.h60 nsecs_t readTime; member
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp527 void InputDevice::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp613 void enqueueEvent(nsecs_t when, nsecs_t readTime, int32_t deviceId, int32_t type, int32_t code, in enqueueEvent()
1782 constexpr nsecs_t readTime = 2; in TEST_F() local
2733 void process(InputMapper& mapper, nsecs_t when, nsecs_t readTime, int32_t type, int32_t code, in process()