Home
last modified time | relevance | path

Searched refs:applyToken (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp387 sp<IBinder> applyToken = IInterface::asBinder(TransactionCompletedListener::getIInstance()); in doDropReferenceTransaction() local
388 sf->setTransactionState(composerStates, displayStates, 0, applyToken, {}, -1, {}, {}); in doDropReferenceTransaction()
398 sp<IBinder> applyToken = IInterface::asBinder(TransactionCompletedListener::getIInstance()); in doUncacheBufferTransaction() local
399 sf->setTransactionState({}, {}, 0, applyToken, {}, -1, uncacheBuffer, {}); in doUncacheBufferTransaction()
503 sp<IBinder> applyToken = IInterface::asBinder(TransactionCompletedListener::getIInstance()); in apply() local
504 sf->setTransactionState(composerStates, displayStates, flags, applyToken, mInputWindowCommands, in apply()
DISurfaceComposer.cpp69 const sp<IBinder>& applyToken, in setTransactionState() argument
88 data.writeStrongBinder(applyToken); in setTransactionState()
1032 sp<IBinder> applyToken = data.readStrongBinder(); in onTransact() local
1052 setTransactionState(state, displays, stateFlags, applyToken, inputWindowCommands, in onTransact()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h140 const sp<IBinder>& applyToken,
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3667 auto& [applyToken, transactionQueue] = *it; in flushTransactionQueues()
3747 const sp<IBinder>& applyToken, in setTransactionState() argument
3765 auto itr = mTransactionQueues.find(applyToken); in setTransactionState()
3777 itr = mTransactionQueues.find(applyToken); in setTransactionState()
3782 mTransactionQueues[applyToken].emplace(states, displays, flags, desiredPresentTime, in setTransactionState()
DSurfaceFlinger.h406 const sp<IBinder>& applyToken,