Home
last modified time | relevance | path

Searched refs:sRegistry (Results 1 – 21 of 21) 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()
78 sRegistry.put(token, new WeakReference<>(ops)); in put()
99 if (sRegistry == null) { in get()
102 final WeakReference<InputMethodPrivilegedOperations> wrapperRef = sRegistry.get(token); in get()
126 if (sRegistry == null) { in remove()
129 sRegistry.remove(token); in remove()
130 if (sRegistry.isEmpty()) { in remove()
131 sRegistry = null; in remove()
[all …]
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java66 private static ITelephonyRegistry sRegistry; field in TelephonyRegistryManager
87 if (sRegistry == null) { in TelephonyRegistryManager()
88 sRegistry = ITelephonyRegistry.Stub.asInterface( in TelephonyRegistryManager()
124 sRegistry.addOnSubscriptionsChangedListener(mContext.getOpPackageName(), in addOnSubscriptionsChangedListener()
144 sRegistry.removeOnSubscriptionsChangedListener(mContext.getOpPackageName(), in removeOnSubscriptionsChangedListener()
187 sRegistry.addOnOpportunisticSubscriptionsChangedListener(mContext.getOpPackageName(), in addOnOpportunisticSubscriptionsChangedListener()
208 sRegistry.removeOnSubscriptionsChangedListener(mContext.getOpPackageName(), in removeOnOpportunisticSubscriptionsChangedListener()
250 sRegistry.listenWithEventList( in listenFromListener()
270 sRegistry.listenWithEventList( in listenFromCallback()
294 sRegistry.notifyCarrierNetworkChange(active); in notifyCarrierNetworkChange()
[all …]
/frameworks/base/graphics/java/android/graphics/
DColorFilter.java29 public static final NativeAllocationRegistry sRegistry = field in ColorFilter.NoImagePreloadHolder
68 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
DRuntimeShader.java30 public static final NativeAllocationRegistry sRegistry = field in RuntimeShader.NoImagePreloadHolder
54 NoImagePreloadHolder.sRegistry.registerNativeAllocation( in RuntimeShader()
DShader.java35 public static final NativeAllocationRegistry sRegistry = field in Shader.NoImagePreloadHolder
194 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
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.java197 public static final NativeAllocationRegistry sRegistry = field in RenderNode.NoImagePreloadHolder
227 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode); in RenderNode()
236 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.java63 public static final NativeAllocationRegistry sRegistry = field in Paint.NoImagePreloadHolder
597 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint()
617 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.java2756 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePtr); in Rgb()
2763 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.java173 private static final NativeAllocationRegistry sRegistry = field in MeasuredText.Builder
325 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.java2578 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in SurfaceControl.Transaction
2610 = sRegistry.registerNativeAllocation(this, mNativeObject); in Transaction()
3506 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.java451 NoImagePreloadHolder.sRegistry.registerNativeAllocation(result, nativeData); in getInstance()
474 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in BinderProxy.NoImagePreloadHolder
DBinder.java128 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Binder.NoImagePreloadHolder
619 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mObject); in Binder()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19121 Landroid/graphics/Canvas$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry;
19184 Landroid/graphics/ColorFilter$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegist…
20826 Landroid/graphics/Matrix$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry;
20903 Landroid/graphics/Paint$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry;
21098 Landroid/graphics/Path;->sRegistry:Llibcore/util/NativeAllocationRegistry;
21289 Landroid/graphics/Shader$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry;
21372 Landroid/graphics/Typeface;->sRegistry:Llibcore/util/NativeAllocationRegistry;
38772 Landroid/os/Binder$NoImagePreloadHolder;->sRegistry:Llibcore/util/NativeAllocationRegistry;
52396 Landroid/service/carrier/CarrierService;->sRegistry:Lcom/android/internal/telephony/ITelephonyRegis…
59593 Landroid/text/MeasuredParagraph;->sRegistry:Llibcore/util/NativeAllocationRegistry;
[all …]