| /frameworks/native/services/inputflinger/reader/mapper/gestures/ |
| D | GestureConverter.cpp | 125 std::list<NotifyArgs> GestureConverter::handleGesture(nsecs_t when, nsecs_t readTime, in handleGesture() 152 NotifyMotionArgs GestureConverter::handleMove(nsecs_t when, nsecs_t readTime, in handleMove() 182 std::list<NotifyArgs> GestureConverter::handleButtonsChange(nsecs_t when, nsecs_t readTime, in handleButtonsChange() 264 std::list<NotifyArgs> GestureConverter::releaseAllButtons(nsecs_t when, nsecs_t readTime) { in releaseAllButtons() 297 std::list<NotifyArgs> GestureConverter::handleScroll(nsecs_t when, nsecs_t readTime, in handleScroll() 333 std::list<NotifyArgs> GestureConverter::handleFling(nsecs_t when, nsecs_t readTime, in handleFling() 368 NotifyMotionArgs GestureConverter::endScroll(nsecs_t when, nsecs_t readTime) { in endScroll() 382 nsecs_t readTime, in handleMultiFingerSwipe() 445 nsecs_t readTime) { in handleMultiFingerSwipeLift() 472 [[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 | 1440 std::list<NotifyArgs> TouchInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync() 1541 const nsecs_t readTime = when; // consider this synthetic event to be zero latency in processRawTouches() local 1551 std::list<NotifyArgs> TouchInputMapper::cookAndDispatch(nsecs_t when, nsecs_t readTime) { in cookAndDispatch() 1798 const nsecs_t readTime = when; in timeoutExpired() local 1827 std::list<NotifyArgs> TouchInputMapper::consumeRawTouches(nsecs_t when, nsecs_t readTime, in consumeRawTouches() 1955 NotifyKeyArgs TouchInputMapper::dispatchVirtualKey(nsecs_t when, nsecs_t readTime, in dispatchVirtualKey() 1969 std::list<NotifyArgs> TouchInputMapper::abortTouches(nsecs_t when, nsecs_t readTime, in abortTouches() 2023 std::list<NotifyArgs> TouchInputMapper::dispatchTouches(nsecs_t when, nsecs_t readTime, in dispatchTouches() 2124 std::list<NotifyArgs> TouchInputMapper::dispatchHoverExit(nsecs_t when, nsecs_t readTime, in dispatchHoverExit() 2145 std::list<NotifyArgs> TouchInputMapper::dispatchHoverEnterAndMove(nsecs_t when, nsecs_t readTime, in dispatchHoverEnterAndMove() [all …]
|
| D | CapturedTouchpadEventConverter.cpp | 164 std::list<NotifyArgs> CapturedTouchpadEventConverter::sync(nsecs_t when, nsecs_t readTime) { in sync() 277 nsecs_t when, nsecs_t readTime, int32_t action, const std::vector<PointerCoords>& coords, in makeMotionArgs()
|
| D | RotaryEncoderInputMapper.cpp | 102 std::list<NotifyArgs> RotaryEncoderInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
|
| D | TouchpadInputMapper.cpp | 480 std::list<NotifyArgs> TouchpadInputMapper::sendHardwareState(nsecs_t when, nsecs_t readTime, in sendHardwareState() 504 std::list<NotifyArgs> TouchpadInputMapper::processGestures(nsecs_t when, nsecs_t readTime) { in processGestures()
|
| D | InputMapper.cpp | 91 std::list<NotifyArgs> InputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch()
|
| D | CursorInputMapper.cpp | 231 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 | 202 std::list<NotifyArgs> KeyboardInputMapper::processKey(nsecs_t when, nsecs_t readTime, bool down, in processKey()
|
| /frameworks/native/services/inputflinger/tests/fuzzers/ |
| D | InputClassifierFuzzer.cpp | 39 const nsecs_t readTime = downTime + fdp.ConsumeIntegralInRange<nsecs_t>(0, 1E8); in generateFuzzedMotionArgs() local 77 const nsecs_t readTime = in LLVMFuzzerTestOneInput() local
|
| D | LatencyTrackerFuzzer.cpp | 67 nsecs_t readTime = fdp.ConsumeIntegral<nsecs_t>(); in LLVMFuzzerTestOneInput() 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.h | 79 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/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 | 189 constexpr nsecs_t readTime = 3; // does not matter for this test in TEST_F() local
|
| D | InputMapperTest.cpp | 172 std::list<NotifyArgs> InputMapperTest::process(InputMapper& mapper, nsecs_t when, nsecs_t readTime, in process()
|
| /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/services/core/java/com/android/server/power/stats/ |
| D | KernelWakelockReader.java | 128 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 | 433 [[nodiscard]] inline std::list<NotifyArgs> cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch()
|
| D | EventHub.h | 62 nsecs_t readTime; member
|