Home
last modified time | relevance | path

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

/system/libfmq/tests/
Dmsgq_test_client.cpp227 static_cast<uint32_t>(ITestMsgQ::EventFlagBits::FMQ_NOT_FULL), in TEST_F()
285 static_cast<uint32_t>(ITestMsgQ::EventFlagBits::FMQ_NOT_FULL), in TEST_F()
313 static_cast<uint32_t>(ITestMsgQ::EventFlagBits::FMQ_NOT_FULL), in TEST_F()
340 static_cast<uint32_t>(ITestMsgQ::EventFlagBits::FMQ_NOT_FULL), in TEST_F()
360 static_cast<uint32_t>(ITestMsgQ::EventFlagBits::FMQ_NOT_FULL), in TEST_F()
369 static_cast<uint32_t>(ITestMsgQ::EventFlagBits::FMQ_NOT_FULL), in TEST_F()
/system/libfmq/include/fmq/
DMessageQueue.h431 FMQ_NOT_FULL = 0x01, enumerator
840 return writeBlocking(data, count, FMQ_NOT_FULL, FMQ_NOT_EMPTY, timeOutNanos); in writeBlocking()
952 return readBlocking(data, count, FMQ_NOT_FULL, FMQ_NOT_EMPTY, timeOutNanos); in readBlocking()