Searched refs:surfaceControls (Results 1 – 5 of 5) sorted by relevance
178 surfaceControls, in addCallbackFunction()187 for (const auto& surfaceControl : surfaceControls) { in addCallbackFunction()700 for (auto surfaceControl : callbackInfo.surfaceControls) { in writeToParcel()734 auto& [callbackIds, surfaceControls] = callbackInfo; in merge()739 mListenerCallbacks[listener].surfaceControls.insert(surfaceControls.begin(), in merge()744 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()[all …]
233 SurfaceControl** surfaceControls = new SurfaceControl*[size]; in ASurfaceTransactionStats_getASurfaceControls() local234 ASurfaceControl** aSurfaceControls = reinterpret_cast<ASurfaceControl**>(surfaceControls); in ASurfaceTransactionStats_getASurfaceControls()280 SurfaceControl** surfaceControls = reinterpret_cast<SurfaceControl**>(aSurfaceControls); in ASurfaceTransactionStats_releaseASurfaceControls() local281 delete[] surfaceControls; in ASurfaceTransactionStats_releaseASurfaceControls()
348 std::unordered_set<sp<SurfaceControl>, SCHash> surfaceControls; member679 surfaceControls; member712 surfaceControls,
327 auto remoteListenerScs = remoteCallbackInfo.surfaceControls; in TEST_F()
3588 final ArrayList<SurfaceControl> surfaceControls = in hideInsetSourceViewOverflows() local