Searched refs:surfaceControls (Results 1 – 4 of 4) sorted by relevance
167 surfaceControls, in addCallbackFunction()174 auto& callbackSurfaceControls = mCallbacks[callbackId].surfaceControls; in addCallbackFunction()176 for (const auto& surfaceControl : surfaceControls) { in addCallbackFunction()237 mCallbacks[callbackId].surfaceControls.emplace(std::piecewise_construct, in addSurfaceControlToCallbacks()284 .surfaceControls[surfaceStats.surfaceControl], in onTransactionCompleted()309 .surfaceControls[surfaceStats.surfaceControl], in onTransactionCompleted()314 if (callbacksMap[callbackId].surfaceControls[surfaceStats.surfaceControl]) { in onTransactionCompleted()316 .surfaceControls[surfaceStats.surfaceControl] in onTransactionCompleted()596 listenerCallbacks[listener].surfaceControls.insert(surface); in readFromParcel()675 parcel->writeUint32(static_cast<uint32_t>(callbackInfo.surfaceControls.size())); in writeToParcel()[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()
344 std::unordered_set<sp<SurfaceControl>, SCHash> surfaceControls; member669 surfaceControls; member702 surfaceControls,
327 auto remoteListenerScs = remoteCallbackInfo.surfaceControls; in TEST_F()