Searched refs:efState (Results 1 – 2 of 2) sorted by relevance
154 uint32_t efState = 0; in processImpl() local157 static_cast<uint32_t>(MessageQueueFlagBits::DONE_PROCESSING), &efState); in processImpl()158 if (efState & static_cast<uint32_t>(MessageQueueFlagBits::DONE_PROCESSING)) { in processImpl()
442 uint32_t efState = 0; in callWriterThread() local444 status_t ret = mEfGroup->wait(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL), &efState); in callWriterThread()445 if (efState & static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)) { in callWriterThread()874 uint32_t efState = 0; in callReaderThread() local876 status_t ret = mEfGroup->wait(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY), &efState); in callReaderThread()877 if (efState & static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY)) { in callReaderThread()