Searched defs:hasMsg (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/libtiutils/
H A DMessageQueue.h89 void setMsg(bool hasMsg=false);
94 bool hasMsg() function in class:TIUTILS::MessageQueue
H A DMessageQueue.cpp300 @param hasMsg Whether the queue has a message or not
303 void MessageQueue::setMsg(bool hasMsg) argument
305 mHasMsg = hasMsg;

Completed in 30 milliseconds