Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h414 TransactionCompletedCallbackTakesContext callback, void* callbackContext);
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1038 TransactionCompletedCallbackTakesContext callback, void* callbackContext) { in addTransactionCompletedCallback() argument
1041 auto callbackWithContext = std::bind(callback, callbackContext, std::placeholders::_1, in addTransactionCompletedCallback()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp3267 static void function(void* callbackContext, nsecs_t latchTime, const sp<Fence>& presentFence, in function() argument
3269 if (!callbackContext) { in function()
3272 CallbackHelper* helper = static_cast<CallbackHelper*>(callbackContext); in function()