Home
last modified time | relevance | path

Searched refs:callback_context (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/native/android/
H A Dsurface_control.cpp151 SurfaceStatsCallback callback = [func](void* callback_context, in ASurfaceControl_registerSurfaceStatsListener()
164 (*func)(callback_context, aSurfaceControl, &aSurfaceControlStats); in ASurfaceControl_registerSurfaceStatsListener()
289 TransactionCompletedCallbackTakesContext callback = [func](void* callback_context, in ASurfaceTransaction_setOnComplete()
307 (*func)(callback_context, &aSurfaceTransactionStats); in ASurfaceTransaction_setOnComplete()
643 [func](void* callback_context, nsecs_t latchTime, const sp<Fence>& /* presentFence */, in ASurfaceTransaction_setOnCommit()
659 (*func)(callback_context, &aSurfaceTransactionStats); in ASurfaceTransaction_setOnCommit()
/aosp12/art/runtime/
H A Dmonitor.h128 void* callback_context,
H A Dmonitor.cc1446 void* callback_context, in VisitLocks() argument
1469 callback(lock, callback_context); in VisitLocks()
1523 callback(o, callback_context); in VisitLocks()