Home
last modified time | relevance | path

Searched refs:promote (Results 1 – 20 of 20) sorted by relevance

/aosp14/system/core/libutils/
H A DRefBase_test.cpp111 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 DThreads.cpp766 strong = weak.promote(); in _threadLoop()
H A DLooper.cpp47 sp<MessageHandler> handler = mHandler.promote(); in handleMessage()
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp475 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 Dandroid_os_HwRemoteBinder.cpp88 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 Dandroid_os_MessageQueue.cpp191 sp<LooperCallback> callback = mCallback.promote(); in handleEvent()
H A Dandroid_os_HwBinder.cpp74 sp<JHwBinder> binder = mBinder.promote(); in get()
/aosp14/frameworks/base/native/webview/plat_support/
H A DLICENSE14 // contributors may be used to endorse or promote products derived from
/aosp14/frameworks/base/obex/
H A DNOTICE16 may be used to endorse or promote products derived from this software
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueue.md60 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 DTuner.cpp139 auto tunerCallback = mTunerCallback.promote(); in serviceDied()
146 auto halModule = mHalModule.promote(); in getHalModule11()
/aosp14/system/core/libutils/include/utils/
H A DRefBase.h447 sp<T> promote() const;
684 sp<T> wp<T>::promote() const in promote() function
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp102 sp<VulkanManager> vulkanManager = sWeakInstance.promote(); in getInstance()
113 return sWeakInstance.promote(); in peekInstance()
/aosp14/frameworks/base/media/jni/audioeffect/
H A DVisualizer.cpp454 sp<Visualizer> receiver = mReceiver.promote(); in threadLoop()
/aosp14/frameworks/base/libs/hwui/
H A DHardwareBitmapUploader.cpp276 mVulkanManagerStrong = mVulkanManagerWeak.promote(); in getVulkanManager()
/aosp14/system/core/storaged/
H A Dstoraged.cpp183 if (mHealth != nullptr && interfacesEqual(mHealth, who.promote())) { in serviceDied()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp215 sp<Surface> bq = wbq.promote(); in threadLoop()
/aosp14/frameworks/base/
H A DNOTICE333 shall not be used in advertising or otherwise to promote the sale, use
/aosp14/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1457 sp<SharedZip> zip = gOpen.valueFor(path).promote(); in get()
H A DAssetManager2.cpp1516 res = wptr.promote(); in GetApkAssets()