Searched refs:efState (Results 1 – 2 of 2) sorted by relevance
172 uint32_t efState = 0; in processImpl() local175 static_cast<uint32_t>(MessageQueueFlagBits::DONE_PROCESSING), &efState); in processImpl()176 if (efState & static_cast<uint32_t>(MessageQueueFlagBits::DONE_PROCESSING)) { in processImpl()
504 uint32_t efState = 0; in callWriterThread() local506 status_t ret = mEfGroup->wait(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL), &efState); in callWriterThread()507 if (efState & static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)) { in callWriterThread()1057 uint32_t efState = 0; in callReaderThread() local1059 status_t ret = mEfGroup->wait(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY), &efState); in callReaderThread()1060 if (efState & static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY)) { in callReaderThread()