Searched refs:efState (Results 1 – 2 of 2) sorted by relevance
202 uint32_t efState = 0; in processImpl() local205 static_cast<uint32_t>(MessageQueueFlagBits::DONE_PROCESSING), &efState); in processImpl()206 if (efState & static_cast<uint32_t>(MessageQueueFlagBits::DONE_PROCESSING)) { in processImpl()
413 uint32_t efState = 0; in callWriterThread() local415 status_t ret = mEfGroup->wait(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL), &efState); in callWriterThread()416 if (efState & static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)) { in callWriterThread()706 uint32_t efState = 0; in callReaderThread() local708 status_t ret = mEfGroup->wait(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY), &efState); in callReaderThread()709 if (efState & static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY)) { in callReaderThread()