/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodPrivilegedOperationsRegistry.java | 44 private static WeakHashMap<IBinder, WeakReference<InputMethodPrivilegedOperations>> sRegistry; field in InputMethodPrivilegedOperationsRegistry 74 if (sRegistry == null) { in put() 75 sRegistry = new WeakHashMap<>(); in put() 77 sRegistry.put(token, new WeakReference<>(ops)); in put() 94 if (sRegistry == null) { in get() 97 final WeakReference<InputMethodPrivilegedOperations> wrapperRef = sRegistry.get(token); in get() 121 if (sRegistry == null) { in remove() 124 sRegistry.remove(token); in remove() 125 if (sRegistry.isEmpty()) { in remove() 126 sRegistry = null; in remove()
|
/frameworks/base/core/java/android/telephony/ |
D | TelephonyRegistryManager.java | 92 private static ITelephonyRegistry sRegistry; field in TelephonyRegistryManager 122 if (sRegistry == null) { in TelephonyRegistryManager() 123 sRegistry = ITelephonyRegistry.Stub.asInterface( in TelephonyRegistryManager() 161 sRegistry.addOnSubscriptionsChangedListener(mContext.getOpPackageName(), in addOnSubscriptionsChangedListener() 183 sRegistry.removeOnSubscriptionsChangedListener(mContext.getOpPackageName(), in removeOnSubscriptionsChangedListener() 228 sRegistry.addOnOpportunisticSubscriptionsChangedListener(mContext.getOpPackageName(), in addOnOpportunisticSubscriptionsChangedListener() 251 sRegistry.removeOnSubscriptionsChangedListener(mContext.getOpPackageName(), in removeOnOpportunisticSubscriptionsChangedListener() 297 sRegistry.listenWithEventList(renounceFineLocationAccess, renounceCoarseLocationAccess, in listenFromListener() 319 sRegistry.listenWithEventList(renounceFineLocationAccess, renounceCoarseLocationAccess, in listenFromCallback() 346 sRegistry.notifyCarrierNetworkChange(active); in notifyCarrierNetworkChange() [all …]
|
/frameworks/base/core/java/com/android/internal/os/ |
D | LongArrayMultiStateCounter.java | 71 private static NativeAllocationRegistry sRegistry; field in LongArrayMultiStateCounter.LongArrayContainer 86 if (sRegistry == null) { in registerNativeAllocation() 88 if (sRegistry == null) { in registerNativeAllocation() 89 sRegistry = NativeAllocationRegistry.createMalloced( in registerNativeAllocation() 94 sRegistry.registerNativeAllocation(this, mNativeObject); in registerNativeAllocation() 159 private static volatile NativeAllocationRegistry sRegistry; field in LongArrayMultiStateCounter 180 if (sRegistry == null) { in registerNativeAllocation() 182 if (sRegistry == null) { in registerNativeAllocation() 183 sRegistry = NativeAllocationRegistry.createMalloced( in registerNativeAllocation() 189 sRegistry.registerNativeAllocation(this, mNativeObject); in registerNativeAllocation()
|
D | LongMultiStateCounter.java | 63 private static NativeAllocationRegistry sRegistry; field in LongMultiStateCounter 87 if (sRegistry == null) { in registerNativeAllocation() 89 if (sRegistry == null) { in registerNativeAllocation() 90 sRegistry = NativeAllocationRegistry.createMalloced( in registerNativeAllocation() 95 sRegistry.registerNativeAllocation(this, mNativeObject); in registerNativeAllocation()
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorFilter.java | 29 public static final NativeAllocationRegistry sRegistry = field in ColorFilter.NoImagePreloadHolder 58 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeInstance); in getNativeInstance()
|
D | Shader.java | 35 public static final NativeAllocationRegistry sRegistry = field in Shader.NoImagePreloadHolder 194 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
|
D | PathIterator.java | 48 private static final NativeAllocationRegistry sRegistry = field in PathIterator 86 sRegistry.registerNativeAllocation(this, mNativeIterator); in PathIterator()
|
D | Gainmap.java | 88 public static final NativeAllocationRegistry sRegistry = field in Gainmap.NoImagePreloadHolder 105 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, nativeGainmap); in Gainmap()
|
D | RuntimeShader.java | 249 public static final NativeAllocationRegistry sRegistry = field in RuntimeShader.NoImagePreloadHolder 278 NoImagePreloadHolder.sRegistry.registerNativeAllocation( in RuntimeShader()
|
D | Path.java | 45 static final NativeAllocationRegistry sRegistry = field in Path.NoImagePreloadHolder 60 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePath); in Path() 70 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePath); in Path()
|
D | Matrix.java | 233 public static final NativeAllocationRegistry sRegistry = field in Matrix.NoImagePreloadHolder 245 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance); in Matrix() 255 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance); in Matrix()
|
D | RenderNode.java | 199 public static final NativeAllocationRegistry sRegistry = field in RenderNode.NoImagePreloadHolder 229 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode); in RenderNode() 238 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode); in RenderNode()
|
D | Canvas.java | 81 public static final NativeAllocationRegistry sRegistry = field in Canvas.NoImagePreloadHolder 99 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas() 122 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas() 137 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
|
/frameworks/base/core/java/android/hardware/ |
D | SyncFence.java | 81 private static final NativeAllocationRegistry sRegistry = field in SyncFence 95 mCloser = sRegistry.registerNativeAllocation(this, mNativePtr); in SyncFence() 106 mCloser = sRegistry.registerNativeAllocation(this, mNativePtr); in SyncFence() 121 mCloser = sRegistry.registerNativeAllocation(this, mNativePtr); in SyncFence()
|
D | OverlayProperties.java | 43 private static final NativeAllocationRegistry sRegistry = field in OverlayProperties 55 mCloser = sRegistry.registerNativeAllocation(this, nativeObject); in OverlayProperties()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControlHdrLayerInfoListener.java | 32 private static final NativeAllocationRegistry sRegistry = field in SurfaceControlHdrLayerInfoListener 65 Runnable destructor = sRegistry.registerNativeAllocation(this, nativePtr); in register()
|
D | InputChannel.java | 39 private static final NativeAllocationRegistry sRegistry = field in InputChannel 97 sRegistry.registerNativeAllocation(this, nativeChannel); in setNativeInputChannel()
|
D | SurfaceControl.java | 511 private static final NativeAllocationRegistry sRegistry = field in SurfaceControl 813 sRegistry.registerNativeAllocation(this, nativeObject); in assignNativeObject() 2775 private static final NativeAllocationRegistry sRegistry = field in SurfaceControl.TrustedPresentationCallback 2784 mFreeNativeResources = sRegistry.registerNativeAllocation(this, mNativeObject); in TrustedPresentationCallback() 2804 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in SurfaceControl.Transaction 2839 mFreeNativeResources = sRegistry.registerNativeAllocation(this, mNativeObject); in Transaction() 4696 mFreeNativeResources = sRegistry.registerNativeAllocation(this, mNativeObject); in readFromParcel()
|
/frameworks/base/ravenwood/bivalenttest/test/com/android/ravenwoodtest/bivalenttest/ |
D | RavenwoodNativeAllocationRegistryTest.java | 56 public static final NativeAllocationRegistry sRegistry = field in RavenwoodNativeAllocationRegistryTest.Data.NarHolder 63 NarHolder.sRegistry.registerNativeAllocation(this, mNativePtr); in Data()
|
/frameworks/base/core/java/android/window/ |
D | InputTransferToken.java | 64 private static final NativeAllocationRegistry sRegistry = field in InputTransferToken 75 sRegistry.registerNativeAllocation(this, nativeObject); in InputTransferToken()
|
D | ScreenCapture.java | 681 private static final NativeAllocationRegistry sRegistry = field in ScreenCapture.ScreenCaptureListener 690 sRegistry.registerNativeAllocation(this, mNativeObject); in ScreenCaptureListener() 696 sRegistry.registerNativeAllocation(this, mNativeObject); in ScreenCaptureListener()
|
/frameworks/base/graphics/java/android/graphics/text/ |
D | LineBreaker.java | 389 private static final NativeAllocationRegistry sRegistry = field in LineBreaker.Result 396 sRegistry.registerNativeAllocation(this, mPtr); in Result() 486 private static final NativeAllocationRegistry sRegistry = field in LineBreaker.NoImagePreloadHolder 507 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePtr); in LineBreaker()
|
D | MeasuredText.java | 223 private static final NativeAllocationRegistry sRegistry = field in MeasuredText.Builder 492 sRegistry.registerNativeAllocation(res, ptr); in build()
|
/frameworks/native/cmds/idlcli/ |
D | utils.h | 242 static CommandRegistry sRegistry; in Instance() local 243 return &sRegistry; in Instance()
|
/frameworks/base/core/java/android/os/ |
D | BinderProxy.java | 463 NoImagePreloadHolder.sRegistry.registerNativeAllocation(result, nativeData); in getInstance() 486 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in BinderProxy.NoImagePreloadHolder
|