/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 1470 void TouchInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync() 1568 const nsecs_t readTime = when; // consider this synthetic event to be zero latency in processRawTouches() local 1577 void TouchInputMapper::cookAndDispatch(nsecs_t when, nsecs_t readTime) { in cookAndDispatch() 1791 const nsecs_t readTime = when; in timeoutExpired() local 1814 bool TouchInputMapper::consumeRawTouches(nsecs_t when, nsecs_t readTime, uint32_t policyFlags) { in consumeRawTouches() 1916 void TouchInputMapper::dispatchVirtualKey(nsecs_t when, nsecs_t readTime, uint32_t policyFlags, in dispatchVirtualKey() 1930 void TouchInputMapper::abortTouches(nsecs_t when, nsecs_t readTime, uint32_t policyFlags) { in abortTouches() 1949 void TouchInputMapper::dispatchTouches(nsecs_t when, nsecs_t readTime, uint32_t policyFlags) { in dispatchTouches() 2037 void TouchInputMapper::dispatchHoverExit(nsecs_t when, nsecs_t readTime, uint32_t policyFlags) { in dispatchHoverExit() 2053 void TouchInputMapper::dispatchHoverEnterAndMove(nsecs_t when, nsecs_t readTime, in dispatchHoverEnterAndMove() [all …]
|
D | TouchCursorInputMapperCommon.h | 76 nsecs_t readTime, int32_t deviceId, uint32_t source, in synthesizeButtonKey() 90 nsecs_t readTime, int32_t deviceId, uint32_t source, in synthesizeButtonKeys()
|
D | RotaryEncoderInputMapper.cpp | 94 void RotaryEncoderInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
|
D | InputMapper.cpp | 75 void InputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) {} in cancelTouch()
|
D | CursorInputMapper.cpp | 297 void CursorInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
|
D | JoystickInputMapper.cpp | 308 void JoystickInputMapper::sync(nsecs_t when, nsecs_t readTime, bool force) { in sync()
|
D | KeyboardInputMapper.cpp | 271 void KeyboardInputMapper::processKey(nsecs_t when, nsecs_t readTime, bool down, int32_t scanCode, in processKey()
|
D | TouchInputMapper.h | 319 nsecs_t readTime; member
|
/frameworks/base/core/java/com/android/internal/os/ |
D | KernelMemoryBandwidthStats.java | 57 final long readTime = SystemClock.uptimeMillis() - startTime; in updateStats() local
|
D | KernelWakelockReader.java | 128 final long readTime = SystemClock.uptimeMillis() - startTime; in readKernelWakelockStats() local
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputEventTimeline.h | 80 const nsecs_t readTime; member
|
D | InputEventTimeline.cpp | 67 InputEventTimeline::InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime) in InputEventTimeline()
|
D | LatencyTracker.cpp | 69 nsecs_t readTime) { in trackListener()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | LatencyTrackerFuzzer.cpp | 67 nsecs_t readTime = fdp.ConsumeIntegral<nsecs_t>(); in LLVMFuzzerTestOneInput() local
|
/frameworks/base/apct-tests/perftests/core/src/android/mtp_perf/ |
D | AppFusePerfTest.java | 48 final double[] readTime = new double[samples]; in testReadWriteFile() local
|
/frameworks/native/services/inputflinger/include/ |
D | InputListener.h | 75 nsecs_t readTime; member 124 nsecs_t readTime; member
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 53 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/tests/ |
D | LatencyTracker_test.cpp | 187 constexpr nsecs_t readTime = 3; // does not matter for this test in TEST_F() local
|
D | InputReader_test.cpp | 692 void enqueueEvent(nsecs_t when, nsecs_t readTime, int32_t deviceId, int32_t type, int32_t code, in enqueueEvent() 1931 constexpr nsecs_t readTime = 2; in TEST_F() local 3052 void process(InputMapper& mapper, nsecs_t when, nsecs_t readTime, int32_t type, int32_t code, in process()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 398 inline void cancelTouch(nsecs_t when, nsecs_t readTime) { mDevice.cancelTouch(when, readTime); } in cancelTouch()
|
D | EventHub.h | 59 nsecs_t readTime; member
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 551 void InputDevice::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch()
|