/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 | 75 private static ITelephonyRegistry sRegistry; field in TelephonyRegistryManager 96 if (sRegistry == null) { in TelephonyRegistryManager() 97 sRegistry = ITelephonyRegistry.Stub.asInterface( in TelephonyRegistryManager() 133 sRegistry.addOnSubscriptionsChangedListener(mContext.getOpPackageName(), in addOnSubscriptionsChangedListener() 154 sRegistry.removeOnSubscriptionsChangedListener(mContext.getOpPackageName(), in removeOnSubscriptionsChangedListener() 198 sRegistry.addOnOpportunisticSubscriptionsChangedListener(mContext.getOpPackageName(), in addOnOpportunisticSubscriptionsChangedListener() 220 sRegistry.removeOnSubscriptionsChangedListener(mContext.getOpPackageName(), in removeOnOpportunisticSubscriptionsChangedListener() 265 sRegistry.listenWithEventList(renounceFineLocationAccess, renounceCoarseLocationAccess, in listenFromListener() 287 sRegistry.listenWithEventList(renounceFineLocationAccess, renounceCoarseLocationAccess, in listenFromCallback() 313 sRegistry.notifyCarrierNetworkChange(active); in notifyCarrierNetworkChange() [all …]
|
/frameworks/base/core/java/com/android/internal/os/ |
D | LongArrayMultiStateCounter.java | 64 private static final NativeAllocationRegistry sRegistry = field in LongArrayMultiStateCounter.LongArrayContainer 76 sRegistry.registerNativeAllocation(this, mNativeObject); in LongArrayContainer() 121 private static final NativeAllocationRegistry sRegistry = field in LongArrayMultiStateCounter 139 sRegistry.registerNativeAllocation(this, mNativeObject); in LongArrayMultiStateCounter() 144 sRegistry.registerNativeAllocation(this, mNativeObject); in LongArrayMultiStateCounter()
|
D | LongMultiStateCounter.java | 60 private static final NativeAllocationRegistry sRegistry = field in LongMultiStateCounter 74 sRegistry.registerNativeAllocation(this, mNativeObject); in LongMultiStateCounter() 79 sRegistry.registerNativeAllocation(this, mNativeObject); in LongMultiStateCounter()
|
/frameworks/base/core/java/android/hardware/ |
D | SyncFence.java | 78 private static final NativeAllocationRegistry sRegistry = field in SyncFence 92 mCloser = sRegistry.registerNativeAllocation(this, mNativePtr); in SyncFence() 103 mCloser = sRegistry.registerNativeAllocation(this, mNativePtr); in SyncFence() 118 mCloser = sRegistry.registerNativeAllocation(this, mNativePtr); in SyncFence()
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorFilter.java | 29 public static final NativeAllocationRegistry sRegistry = field in ColorFilter.NoImagePreloadHolder 68 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
|
D | Shader.java | 35 public static final NativeAllocationRegistry sRegistry = field in Shader.NoImagePreloadHolder 194 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
|
D | RuntimeShader.java | 248 public static final NativeAllocationRegistry sRegistry = field in RuntimeShader.NoImagePreloadHolder 271 NoImagePreloadHolder.sRegistry.registerNativeAllocation( in RuntimeShader()
|
D | Path.java | 40 private static final NativeAllocationRegistry sRegistry = field in Path 66 sRegistry.registerNativeAllocation(this, mNativePath); in Path() 84 sRegistry.registerNativeAllocation(this, mNativePath); in Path()
|
D | Matrix.java | 230 public static final NativeAllocationRegistry sRegistry = field in Matrix.NoImagePreloadHolder 242 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance); in Matrix() 252 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance); in Matrix()
|
D | RenderNode.java | 198 public static final NativeAllocationRegistry sRegistry = field in RenderNode.NoImagePreloadHolder 228 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode); in RenderNode() 237 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode); in RenderNode()
|
D | Canvas.java | 78 public static final NativeAllocationRegistry sRegistry = field in Canvas.NoImagePreloadHolder 96 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas() 118 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas() 133 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
|
D | Paint.java | 64 public static final NativeAllocationRegistry sRegistry = field in Paint.NoImagePreloadHolder 605 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint() 625 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint()
|
D | Typeface.java | 92 private static final NativeAllocationRegistry sRegistry = field in Typeface 1174 mCleaner = sRegistry.registerNativeAllocation(this, native_instance);
|
D | ColorSpace.java | 2812 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePtr); in Rgb() 2819 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in ColorSpace.Rgb.NoImagePreloadHolder
|
/frameworks/base/graphics/java/android/graphics/text/ |
D | LineBreaker.java | 352 private static final NativeAllocationRegistry sRegistry = field in LineBreaker.Result 359 sRegistry.registerNativeAllocation(this, mPtr); in Result() 448 private static final NativeAllocationRegistry sRegistry = field in LineBreaker 462 sRegistry.registerNativeAllocation(this, mNativePtr); in LineBreaker()
|
D | MeasuredText.java | 211 private static final NativeAllocationRegistry sRegistry = field in MeasuredText.Builder 461 sRegistry.registerNativeAllocation(res, ptr); in build()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControlHdrLayerInfoListener.java | 32 private static final NativeAllocationRegistry sRegistry = field in SurfaceControlHdrLayerInfoListener 62 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 | 2777 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in SurfaceControl.Transaction 2813 sRegistry.registerNativeAllocation(this, mNativeObject); in Transaction() 4070 mFreeNativeResources = sRegistry.registerNativeAllocation(this, mNativeObject); in readFromParcel()
|
/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 | 461 NoImagePreloadHolder.sRegistry.registerNativeAllocation(result, nativeData); in getInstance() 484 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in BinderProxy.NoImagePreloadHolder
|
D | Binder.java | 131 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Binder.NoImagePreloadHolder 658 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mObject); in Binder()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 16243 Landroid/graphics/Canvas$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry; 16306 Landroid/graphics/ColorFilter$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegist… 17948 Landroid/graphics/Matrix$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry; 18025 Landroid/graphics/Paint$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry; 18220 Landroid/graphics/Path;->sRegistry:Llibcore/util/NativeAllocationRegistry; 18411 Landroid/graphics/Shader$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry; 18494 Landroid/graphics/Typeface;->sRegistry:Llibcore/util/NativeAllocationRegistry; 35449 Landroid/os/Binder$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry; 49073 Landroid/service/carrier/CarrierService;->sRegistry:Lcom/android/internal/telephony/ITelephonyRegis… 56270 Landroid/text/MeasuredParagraph;->sRegistry:Llibcore/util/NativeAllocationRegistry; [all …]
|