Home
last modified time | relevance | path

Searched refs:hasInstance (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DVmLock.h68 static bool hasInstance();
122 if (!VmLock::hasInstance()) return; in RecursiveScopedVmLockIfInstance()
/hardware/google/aemu/host-common/
DVmLock.cpp30 bool VmLock::hasInstance() { in hasInstance() function in android::VmLock
/hardware/google/aemu/base/include/aemu/base/memory/
DOnDemand.h157 if (other.hasInstance()) { in OnDemand()
191 bool hasInstance() const { return !mState.inNoObjectState(); } in hasInstance() function
223 if (hasInstance()) { in ifExists()
230 if (hasInstance()) {
DLazyInstance.h153 bool hasInstance() const { return !mState.inNoObjectState(); } in hasInstance() function