Home
last modified time | relevance | path

Searched refs:callbackContext (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/test/
H A DCallbackUtils.h171 static void function(void* callbackContext, nsecs_t latchTime, const sp<Fence>& presentFence, in function() argument
173 if (!callbackContext) { in function()
176 CallbackHelper* helper = static_cast<CallbackHelper*>(callbackContext); in function()
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DReleaseBufferCallback_test.cpp32 static void function(void* callbackContext, ReleaseCallbackId callbackId, in function() argument
35 if (!callbackContext) { in function()
39 static_cast<ReleaseBufferCallbackHelper*>(callbackContext); in function()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h496 void* callbackContext, CallbackId::Type callbackType);
499 TransactionCompletedCallbackTakesContext callback, void* callbackContext);
502 TransactionCompletedCallbackTakesContext callback, void* callbackContext);
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1468 TransactionCompletedCallbackTakesContext callback, void* callbackContext, in addTransactionCallback() argument
1472 auto callbackWithContext = std::bind(callback, callbackContext, std::placeholders::_1, in addTransactionCallback()
1487 TransactionCompletedCallbackTakesContext callback, void* callbackContext) { in addTransactionCompletedCallback() argument
1488 return addTransactionCallback(callback, callbackContext, CallbackId::Type::ON_COMPLETE); in addTransactionCompletedCallback()
1493 TransactionCompletedCallbackTakesContext callback, void* callbackContext) { in addTransactionCommittedCallback() argument
1494 return addTransactionCallback(callback, callbackContext, CallbackId::Type::ON_COMMIT); in addTransactionCommittedCallback()