Searched refs:getProcessInstance (Results 1 – 4 of 4) sorted by relevance
82 int hash0 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseSurfaceControl()84 assertNotEquals(hash0, SurfaceControlRegistry.getProcessInstance().hashCode()); in testCreateReleaseSurfaceControl()86 assertEquals(hash0, SurfaceControlRegistry.getProcessInstance().hashCode()); in testCreateReleaseSurfaceControl()91 int hash0 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseMultipleSurfaceControls()93 int hash1 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseMultipleSurfaceControls()96 int hash1_2 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseMultipleSurfaceControls()101 int hash2 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseMultipleSurfaceControls()104 assertEquals(hash0, SurfaceControlRegistry.getProcessInstance().hashCode()); in testCreateReleaseMultipleSurfaceControls()109 int hash0 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testInvalidSurfaceControlNotAddedToRegistry()113 assertEquals(hash0, SurfaceControlRegistry.getProcessInstance().hashCode()); in testInvalidSurfaceControlNotAddedToRegistry()[all …]
1014 SurfaceControlRegistry.getProcessInstance().add(this); in assignNativeObject()1733 SurfaceControlRegistry.getProcessInstance().remove(this); in finalize()1752 SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging( in release()1768 SurfaceControlRegistry.getProcessInstance().remove(this); in release()3083 SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging( in setUpForSurfaceControlRegistry()3185 SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging( in apply()3268 SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging( in show()3286 SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging( in hide()3306 SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging( in setPosition()3328 SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging( in setScale()[all …]
233 public static SurfaceControlRegistry getProcessInstance() { in getProcessInstance() method in SurfaceControlRegistry
17382 HSPLandroid/view/SurfaceControlRegistry;->getProcessInstance()Landroid/view/SurfaceControlRegistry;