Home
last modified time | relevance | path

Searched refs:sRegistry (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodPrivilegedOperationsRegistry.java44 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/
DTelephonyRegistryManager.java75 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/
DLongArrayMultiStateCounter.java64 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()
DLongMultiStateCounter.java60 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/
DSyncFence.java78 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/
DColorFilter.java29 public static final NativeAllocationRegistry sRegistry = field in ColorFilter.NoImagePreloadHolder
68 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
DShader.java35 public static final NativeAllocationRegistry sRegistry = field in Shader.NoImagePreloadHolder
194 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
DRuntimeShader.java248 public static final NativeAllocationRegistry sRegistry = field in RuntimeShader.NoImagePreloadHolder
271 NoImagePreloadHolder.sRegistry.registerNativeAllocation( in RuntimeShader()
DPath.java40 private static final NativeAllocationRegistry sRegistry = field in Path
66 sRegistry.registerNativeAllocation(this, mNativePath); in Path()
84 sRegistry.registerNativeAllocation(this, mNativePath); in Path()
DMatrix.java230 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()
DRenderNode.java198 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()
DCanvas.java78 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()
DPaint.java64 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()
DTypeface.java92 private static final NativeAllocationRegistry sRegistry = field in Typeface
1174 mCleaner = sRegistry.registerNativeAllocation(this, native_instance);
DColorSpace.java2812 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/
DLineBreaker.java352 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()
DMeasuredText.java211 private static final NativeAllocationRegistry sRegistry = field in MeasuredText.Builder
461 sRegistry.registerNativeAllocation(res, ptr); in build()
/frameworks/base/core/java/android/view/
DSurfaceControlHdrLayerInfoListener.java32 private static final NativeAllocationRegistry sRegistry = field in SurfaceControlHdrLayerInfoListener
62 Runnable destructor = sRegistry.registerNativeAllocation(this, nativePtr); in register()
DInputChannel.java39 private static final NativeAllocationRegistry sRegistry = field in InputChannel
97 sRegistry.registerNativeAllocation(this, nativeChannel); in setNativeInputChannel()
DSurfaceControl.java2777 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/
Dutils.h242 static CommandRegistry sRegistry; in Instance() local
243 return &sRegistry; in Instance()
/frameworks/base/core/java/android/os/
DBinderProxy.java461 NoImagePreloadHolder.sRegistry.registerNativeAllocation(result, nativeData); in getInstance()
484 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in BinderProxy.NoImagePreloadHolder
DBinder.java131 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Binder.NoImagePreloadHolder
658 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mObject); in Binder()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16243 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 …]