Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1227 nsecs_t timeSpentWaitingForApplication = getTimeSpentWaitingForApplicationLocked(currentTime); in findFocusedWindowTargetsLocked()
1228 updateDispatchStatistics(currentTime, entry, injectionResult, timeSpentWaitingForApplication); in findFocusedWindowTargetsLocked()
1232 injectionResult, timeSpentWaitingForApplication / 1000000.0); in findFocusedWindowTargetsLocked()
1669 nsecs_t timeSpentWaitingForApplication = getTimeSpentWaitingForApplicationLocked(currentTime); in findTouchedWindowTargetsLocked() local
1670 updateDispatchStatistics(currentTime, entry, injectionResult, timeSpentWaitingForApplication); in findTouchedWindowTargetsLocked()
1674 injectionResult, injectionPermission, timeSpentWaitingForApplication / 1000000.0); in findTouchedWindowTargetsLocked()
4428 nsecs_t timeSpentWaitingForApplication) { in updateDispatchStatistics() argument
DInputDispatcher.h454 int32_t injectionResult, nsecs_t timeSpentWaitingForApplication);