Home
last modified time | relevance | path

Searched refs:isStoppedLocked (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/base/synchronization/
DAndroidMessageChannel.h95 bool isStoppedLocked() const { return mStopped; } in isStoppedLocked() function
124 const bool res = !isStoppedLocked(); in send()
134 const bool res = !isStoppedLocked(); in send()
162 const bool res = !isStoppedLocked(); in receive()
172 if (!isStoppedLocked()) { in receive()
193 if (pos && !isStoppedLocked()) { in timedReceive()
DAndroidMessageChannel.cpp38 return isStoppedLocked(); in isStopped()