Home
last modified time | relevance | path

Searched refs:promoted (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinator.kt58 .mapNotNull { (promoted, summary) -> in <lambda>() method
62 originalGroup == promoted.parent -> null in <lambda>()
/frameworks/native/libs/binder/
DBinder.cpp235 auto promoted = mBinder.promote(); in binderDied() local
237 promoted ? String8(promoted->getInterfaceDescriptor()).c_str() : "<NULL>"); in binderDied()
247 if (promoted) { in binderDied()
248 promoted->removeRpcServerLink(sp<RpcServerLink>::fromExisting(this)); in binderDied()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DLayerState.h43 android::sp<T> promoted = p.promote();
44 return std::hash<void*>()(promoted ? promoted.get() : nullptr);