/aosp14/system/core/libutils/ |
H A D | RefBase_test.cpp | 111 ASSERT_TRUE(wp1.promote().get() == nullptr); in TEST() 398 sp<Bar> sp1 = wpBuffer.promote(); in visit3AndRemove() 434 sp<Bar> sp1 = wp1.promote(); in TEST() 438 sp1 = wp1.promote(); in TEST()
|
H A D | Threads.cpp | 766 strong = weak.promote(); in _threadLoop()
|
H A D | Looper.cpp | 47 sp<MessageHandler> handler = mHandler.promote(); in handleMessage()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_util_Binder.cpp | 475 sp<JavaBBinder> b = mBinder.promote(); in get() 495 return mBinder.promote(); in getExisting() 510 sp<JavaBBinder> b = mBinder.promote(); in getExtension() 520 sp<JavaBBinder> b = mBinder.promote(); in setExtension() 584 ScopedLocalRef<jobject> jBinderProxy(env, javaObjectForIBinder(env, who.promote())); in binderDied() 596 sp<DeathRecipientList> list = mList.promote(); in binderDied() 611 sp<DeathRecipientList> list = mList.promote(); in clearReference() 1526 sp<IBinder::DeathRecipient> sdr = dr.promote(); in android_os_BinderProxy_unlinkToDeath()
|
H A D | android_os_HwRemoteBinder.cpp | 88 sp<HwBinderDeathRecipientList> list = mList.promote(); in binderDied() 120 sp<HwBinderDeathRecipientList> list = mList.promote(); in clearReference() 398 sp<hardware::IBinder::DeathRecipient> sdr = dr.promote(); in JHwRemoteBinder_unlinkToDeath()
|
H A D | android_os_MessageQueue.cpp | 191 sp<LooperCallback> callback = mCallback.promote(); in handleEvent()
|
H A D | android_os_HwBinder.cpp | 74 sp<JHwBinder> binder = mBinder.promote(); in get()
|
/aosp14/frameworks/base/native/webview/plat_support/ |
H A D | LICENSE | 14 // contributors may be used to endorse or promote products derived from
|
/aosp14/frameworks/base/obex/ |
H A D | NOTICE | 16 may be used to endorse or promote products derived from this software
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastQueue.md | 60 BroadcastQueueModernImpl is then willing to promote those _runnable_ queues 61 into a _running_ state. We choose the next per-process queue to promote based
|
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/ |
H A D | Tuner.cpp | 139 auto tunerCallback = mTunerCallback.promote(); in serviceDied() 146 auto halModule = mHalModule.promote(); in getHalModule11()
|
/aosp14/system/core/libutils/include/utils/ |
H A D | RefBase.h | 447 sp<T> promote() const; 684 sp<T> wp<T>::promote() const in promote() function
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | VulkanManager.cpp | 102 sp<VulkanManager> vulkanManager = sWeakInstance.promote(); in getInstance() 113 return sWeakInstance.promote(); in peekInstance()
|
/aosp14/frameworks/base/media/jni/audioeffect/ |
H A D | Visualizer.cpp | 454 sp<Visualizer> receiver = mReceiver.promote(); in threadLoop()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | HardwareBitmapUploader.cpp | 276 mVulkanManagerStrong = mVulkanManagerWeak.promote(); in getVulkanManager()
|
/aosp14/system/core/storaged/ |
H A D | storaged.cpp | 183 if (mHealth != nullptr && interfacesEqual(mHealth, who.promote())) { in serviceDied()
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_ImageWriter.cpp | 215 sp<Surface> bq = wbq.promote(); in threadLoop()
|
/aosp14/frameworks/base/ |
H A D | NOTICE | 333 shall not be used in advertising or otherwise to promote the sale, use
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | AssetManager.cpp | 1457 sp<SharedZip> zip = gOpen.valueFor(path).promote(); in get()
|
H A D | AssetManager2.cpp | 1516 res = wptr.promote(); in GetApkAssets()
|