Home
last modified time | relevance | path

Searched defs:attached (Results 1 – 12 of 12) sorted by relevance

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_key.cc29 bool attached; in RunGuestPthreadKeyDtor() local
Dguest_thread_manager.cc57 bool attached; in GetCurrentGuestThread() local
153 GuestThread* AttachCurrentThread(bool register_dtor, bool* attached) { in AttachCurrentThread()
Dguest_signal_handling.cc85 bool attached; in HandleHostSignal() local
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
DDomainVerificationPersistenceTest.kt99 val attached = DomainVerificationStateMap<DomainVerificationPkgState>().apply { in <lambda>() constant
117 val (attached, pending, restored) = mockWriteValues() in <lambda>() constant
136 val (attached, pending, restored) = mockWriteValues() in <lambda>() constant
165 val (attached, pending, restored) = mockWriteValues { "SIGNATURE_$it" } in <lambda>() constant
/frameworks/base/core/tests/coretests/src/android/view/
DViewAttachView.java32 private boolean attached; field in ViewAttachView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionInconsistencyTracker.kt114 private var attached: Boolean = false in <lambda>() variable in com.android.systemui.statusbar.notification.collection.notifcollection.NotifCollectionInconsistencyTracker
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationLegacySettings.java191 private boolean attached; field in DomainVerificationLegacySettings.LegacyState
DDomainVerificationPersistence.java91 @NonNull DomainVerificationStateMap<DomainVerificationPkgState> attached, in writeToXml()
/frameworks/base/core/tests/companiontests/src/android/companion/
DSystemDataTransportTest.java228 final CountDownLatch attached = new CountDownLatch(1); in testDisassociationCleanup() local
/frameworks/native/libs/binder/
DBpBinder.cpp131 if (auto attached = static_cast<Tag*>(e.object)->binder.promote()) { in lookupOrCreateWeak() local
/frameworks/base/core/java/android/view/
DViewTreeObserver.java1060 final void dispatchOnWindowAttachedChange(boolean attached) { in dispatchOnWindowAttachedChange()
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java1294 private boolean notifyUsbDeviceHotplugLocked(@NonNull UsbDevice device, boolean attached) { in notifyUsbDeviceHotplugLocked()