Home
last modified time | relevance | path

Searched refs:mSurfacePackages (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/sdksandbox/SdkSandbox/src/com/android/sdksandbox/
DSandboxedSdkHolder.java59 private final SparseArray<SurfaceControlViewHost.SurfacePackage> mSurfacePackages = field in SandboxedSdkHolder
188 synchronized (mSurfacePackages) { in allocateSurfacePackageId()
191 if (!mSurfacePackages.contains(id)) { in allocateSurfacePackageId()
192 mSurfacePackages.put(id, surfacePackage); in allocateSurfacePackageId()
/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxClient/src/com/android/sdksandboxclient/
DMainActivity.java152 private final Queue<SurfacePackage> mSurfacePackages = new LinkedList<>(); field in MainActivity
340 synchronized (mSurfacePackages) { in registerReleaseAllSurfaceControlViewHost()
341 if (mSurfacePackages.isEmpty()) { in registerReleaseAllSurfaceControlViewHost()
345 while (!mSurfacePackages.isEmpty()) { in registerReleaseAllSurfaceControlViewHost()
346 mSurfacePackages.poll().notifyDetachedFromWindow(); in registerReleaseAllSurfaceControlViewHost()
1013 mSurfacePackages.add(surfacePackage); in onResult()