/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GestureConverter.cpp | 138 std::list<NotifyArgs> GestureConverter::handleGesture(nsecs_t when, nsecs_t readTime, in handleGesture() 171 std::list<NotifyArgs> GestureConverter::handleMove(nsecs_t when, nsecs_t readTime, in handleMove() 222 std::list<NotifyArgs> GestureConverter::handleButtonsChange(nsecs_t when, nsecs_t readTime, in handleButtonsChange() 298 std::list<NotifyArgs> GestureConverter::releaseAllButtons(nsecs_t when, nsecs_t readTime) { in releaseAllButtons() 326 std::list<NotifyArgs> GestureConverter::handleScroll(nsecs_t when, nsecs_t readTime, in handleScroll() 360 std::list<NotifyArgs> GestureConverter::handleFling(nsecs_t when, nsecs_t readTime, in handleFling() 422 std::list<NotifyArgs> GestureConverter::endScroll(nsecs_t when, nsecs_t readTime) { in endScroll() 437 nsecs_t readTime, in handleMultiFingerSwipe() 500 nsecs_t readTime) { in handleMultiFingerSwipeLift() 525 [[nodiscard]] std::list<NotifyArgs> GestureConverter::handlePinch(nsecs_t when, nsecs_t readTime, in handlePinch() [all …]
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchCursorInputMapperCommon.cpp | 30 InputReaderContext* context, int32_t action, nsecs_t when, nsecs_t readTime, in synthesizeButtonKey() 90 InputReaderContext* context, int32_t action, nsecs_t when, nsecs_t readTime, in synthesizeButtonKeys() 104 const InputDeviceIdentifier& identifier, nsecs_t currentEventTime, nsecs_t readTime, in applyBluetoothTimestampSmoothening()
|
D | TouchInputMapper.cpp | 1418 std::list<NotifyArgs> TouchInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync() 1519 const nsecs_t readTime = when; // consider this synthetic event to be zero latency in processRawTouches() local 1529 std::list<NotifyArgs> TouchInputMapper::cookAndDispatch(nsecs_t when, nsecs_t readTime) { in cookAndDispatch() 1748 const nsecs_t readTime = when; in timeoutExpired() local 1777 std::list<NotifyArgs> TouchInputMapper::consumeRawTouches(nsecs_t when, nsecs_t readTime, in consumeRawTouches() 1904 NotifyKeyArgs TouchInputMapper::dispatchVirtualKey(nsecs_t when, nsecs_t readTime, in dispatchVirtualKey() 1918 std::list<NotifyArgs> TouchInputMapper::abortTouches(nsecs_t when, nsecs_t readTime, in abortTouches() 1972 std::list<NotifyArgs> TouchInputMapper::dispatchTouches(nsecs_t when, nsecs_t readTime, in dispatchTouches() 2073 std::list<NotifyArgs> TouchInputMapper::dispatchHoverExit(nsecs_t when, nsecs_t readTime, in dispatchHoverExit() 2094 std::list<NotifyArgs> TouchInputMapper::dispatchHoverEnterAndMove(nsecs_t when, nsecs_t readTime, in dispatchHoverEnterAndMove() [all …]
|
D | CapturedTouchpadEventConverter.cpp | 163 std::list<NotifyArgs> CapturedTouchpadEventConverter::sync(nsecs_t when, nsecs_t readTime) { in sync() 276 nsecs_t when, nsecs_t readTime, int32_t action, const std::vector<PointerCoords>& coords, in makeMotionArgs()
|
D | TouchpadInputMapper.cpp | 462 std::list<NotifyArgs> TouchpadInputMapper::sendHardwareState(nsecs_t when, nsecs_t readTime, in sendHardwareState() 487 std::list<NotifyArgs> TouchpadInputMapper::processGestures(nsecs_t when, nsecs_t readTime) { in processGestures()
|
D | RotaryEncoderInputMapper.cpp | 114 std::list<NotifyArgs> RotaryEncoderInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
|
D | InputMapper.cpp | 93 std::list<NotifyArgs> InputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch()
|
D | CursorInputMapper.cpp | 235 std::list<NotifyArgs> CursorInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
|
D | JoystickInputMapper.cpp | 313 std::list<NotifyArgs> JoystickInputMapper::sync(nsecs_t when, nsecs_t readTime, bool force) { in sync()
|
D | KeyboardInputMapper.cpp | 256 std::list<NotifyArgs> KeyboardInputMapper::processKey(nsecs_t when, nsecs_t readTime, bool down, in processKey()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | InputClassifierFuzzer.cpp | 52 const nsecs_t readTime = fdp.ConsumeIntegralInRange< in LLVMFuzzerTestOneInput() local
|
D | LatencyTrackerFuzzer.cpp | 70 nsecs_t readTime = fdp.ConsumeIntegral<nsecs_t>(); in LLVMFuzzerTestOneInput() local
|
D | FuzzedInputStream.h | 188 const nsecs_t readTime = downTime; in generateFuzzedMotionArgs() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | KernelMemoryBandwidthStats.java | 57 final long readTime = SystemClock.uptimeMillis() - startTime; in updateStats() local
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputEventTimeline.cpp | 69 InputEventTimeline::InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime, in InputEventTimeline()
|
D | InputEventTimeline.h | 82 const nsecs_t readTime; member
|
D | LatencyTracker.cpp | 71 nsecs_t readTime, DeviceId deviceId, in trackListener()
|
/frameworks/native/services/inputflinger/ |
D | NotifyArgs.cpp | 45 NotifyKeyArgs::NotifyKeyArgs(int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, in NotifyKeyArgs() 66 int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, uint32_t source, in NotifyMotionArgs()
|
/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/tests/ |
D | NotifyArgs_test.cpp | 36 nsecs_t readTime = downTime++; in TEST() local
|
D | LatencyTracker_test.cpp | 222 constexpr nsecs_t readTime = 3; // does not matter for this test in TEST_F() local
|
D | InputMapperTest.cpp | 189 std::list<NotifyArgs> InputMapperTest::process(InputMapper& mapper, nsecs_t when, nsecs_t readTime, in process()
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | KernelWakelockReader.java | 129 final long readTime = SystemClock.uptimeMillis() - startTime; in readKernelWakelockStats() local
|
/frameworks/native/services/inputflinger/include/ |
D | NotifyArgs.h | 72 nsecs_t readTime; member 120 nsecs_t readTime; member
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 473 [[nodiscard]] inline std::list<NotifyArgs> cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch()
|