Searched refs:traceEvent (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 308 static inline void traceEvent(const char* functionName, int32_t id) { in traceEvent() function 328 traceEvent(__func__, args->id); in notifyConfigurationChanged() 333 traceEvent(__func__, args->id); in notifyKey() 338 traceEvent(__func__, args->id); in notifyMotion() 343 traceEvent(__func__, args->id); in notifySwitch() 348 traceEvent(__func__, args->id); in notifySensor() 353 traceEvent(__func__, args->id); in notifyVibratorState() 358 traceEvent(__func__, args->id); in notifyDeviceReset() 363 traceEvent(__func__, args->id); in notifyPointerCaptureChanged()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 5620 traceEvent(q, Trace.TRACE_TAG_VIEW); in deliver() 5751 private void traceEvent(QueuedInputEvent q, long traceTag) { in traceEvent() method in InputStage
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 18502 HSPLandroid/view/ViewRootImpl$InputStage;->traceEvent(Landroid/view/ViewRootImpl$QueuedInputEvent;J…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 18550 HSPLandroid/view/ViewRootImpl$InputStage;->traceEvent(Landroid/view/ViewRootImpl$QueuedInputEvent;J…
|