Lines Matching refs:surfaceControls
178 surfaceControls, in addCallbackFunction()
185 auto& callbackSurfaceControls = mCallbacks[callbackId].surfaceControls; in addCallbackFunction()
187 for (const auto& surfaceControl : surfaceControls) { in addCallbackFunction()
248 mCallbacks[callbackId].surfaceControls.emplace(std::piecewise_construct, in addSurfaceControlToCallbacks()
295 .surfaceControls[surfaceStats.surfaceControl], in onTransactionCompleted()
320 .surfaceControls[surfaceStats.surfaceControl], in onTransactionCompleted()
325 if (callbacksMap[callbackId].surfaceControls[surfaceStats.surfaceControl]) { in onTransactionCompleted()
327 .surfaceControls[surfaceStats.surfaceControl] in onTransactionCompleted()
363 callbacksMap[callbackId].surfaceControls[surfaceStats.surfaceControl]; in onTransactionCompleted()
620 listenerCallbacks[listener].surfaceControls.insert(surface); in readFromParcel()
699 parcel->writeUint32(static_cast<uint32_t>(callbackInfo.surfaceControls.size())); in writeToParcel()
700 for (auto surfaceControl : callbackInfo.surfaceControls) { in writeToParcel()
734 auto& [callbackIds, surfaceControls] = callbackInfo; in merge()
739 mListenerCallbacks[listener].surfaceControls.insert(surfaceControls.begin(), in merge()
740 surfaceControls.end()); in merge()
744 currentProcessCallbackInfo.surfaceControls in merge()
745 .insert(std::make_move_iterator(surfaceControls.begin()), in merge()
746 std::make_move_iterator(surfaceControls.end())); in merge()
749 for (const auto& surfaceControl : currentProcessCallbackInfo.surfaceControls) { in merge()
855 auto& [callbackIds, surfaceControls] = callbackInfo; in apply()
860 if (surfaceControls.empty()) { in apply()
865 for (const auto& surfaceControl : surfaceControls) { in apply()
987 callbackInfo.surfaceControls.insert(sc); in registerSurfaceControlForCallback()
1474 const auto& surfaceControls = in addTransactionCallback() local
1475 mListenerCallbacks[TransactionCompletedListener::getIInstance()].surfaceControls; in addTransactionCallback()
1478 listener->addCallbackFunction(callbackWithContext, surfaceControls, callbackType); in addTransactionCallback()