Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/android-emu/aemu/base/synchronization/
DAndroidMessageChannel.h94 bool isStoppedLocked() const { return mStopped; } in isStoppedLocked() function
123 const bool res = !isStoppedLocked(); in send()
133 const bool res = !isStoppedLocked(); in send()
161 const bool res = !isStoppedLocked(); in receive()
171 if (!isStoppedLocked()) { in receive()
192 if (pos && !isStoppedLocked()) { in timedReceive()
DAndroidMessageChannel.cpp37 return isStoppedLocked(); in isStopped()
/hardware/google/aemu/base/include/aemu/base/synchronization/
DMessageChannel.h94 bool isStoppedLocked() const { return mStopped; } in isStoppedLocked() function
123 const bool res = !isStoppedLocked(); in send()
133 const bool res = !isStoppedLocked(); in send()
161 const bool res = !isStoppedLocked(); in receive()
171 if (!isStoppedLocked()) { in receive()
192 if (pos && !isStoppedLocked()) { in timedReceive()
/hardware/google/aemu/base/
DMessageChannel.cpp37 return isStoppedLocked(); in isStopped()