Searched refs:callback_context (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/native/android/ |
H A D | surface_control.cpp | 151 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 D | monitor.h | 128 void* callback_context,
|
H A D | monitor.cc | 1446 void* callback_context, in VisitLocks() argument 1469 callback(lock, callback_context); in VisitLocks() 1523 callback(o, callback_context); in VisitLocks()
|