Searched refs:callbackContext (Results 1 – 3 of 3) sorted by relevance
414 TransactionCompletedCallbackTakesContext callback, void* callbackContext);
1038 TransactionCompletedCallbackTakesContext callback, void* callbackContext) { in addTransactionCompletedCallback() argument1041 auto callbackWithContext = std::bind(callback, callbackContext, std::placeholders::_1, in addTransactionCompletedCallback()
3267 static void function(void* callbackContext, nsecs_t latchTime, const sp<Fence>& presentFence, in function() argument3269 if (!callbackContext) { in function()3272 CallbackHelper* helper = static_cast<CallbackHelper*>(callbackContext); in function()