Searched refs:traceEvent (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 340 static inline void traceEvent(const char* functionName, int32_t id) { in traceEvent() function 352 traceEvent(__func__, args->id); in notifyConfigurationChanged() 357 traceEvent(__func__, args->id); in notifyKey() 362 traceEvent(__func__, args->id); in notifyMotion() 367 traceEvent(__func__, args->id); in notifySwitch() 372 traceEvent(__func__, args->id); in notifySensor() 377 traceEvent(__func__, args->id); in notifyVibratorState() 382 traceEvent(__func__, args->id); in notifyDeviceReset() 387 traceEvent(__func__, args->id); in notifyPointerCaptureChanged()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 6031 traceEvent(q, Trace.TRACE_TAG_VIEW); in deliver() 6162 private void traceEvent(QueuedInputEvent q, long traceTag) { in traceEvent() method in ViewRootImpl.InputStage
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 17985 HSPLandroid/view/ViewRootImpl$InputStage;->traceEvent(Landroid/view/ViewRootImpl$QueuedInputEvent;J…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 18048 HSPLandroid/view/ViewRootImpl$InputStage;->traceEvent(Landroid/view/ViewRootImpl$QueuedInputEvent;J…
|