Searched refs:hasMsg (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap4-aah/libtiutils/
H A DMessageQueue.h76 void setMsg(bool hasMsg=false);
81 bool hasMsg() function in class:Ti::Utils::MessageQueue
H A DMessageQueue.cpp303 @param hasMsg Whether the queue has a message or not
306 void MessageQueue::setMsg(bool hasMsg) argument
308 mHasMsg = hasMsg;
/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;
/hardware/ti/omap4-aah/camera/
H A DAppCallbackNotifier.cpp292 if (mNotificationThread->msgQ().hasMsg()) {
302 if(mEventQ.hasMsg()) {
308 if(mFrameQ.hasMsg()) {
325 if ( !mEventQ.hasMsg() ) {
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp282 if (mNotificationThread->msgQ().hasMsg()) {
292 if(mEventQ.hasMsg()) {
298 if(mFrameQ.hasMsg()) {

Completed in 240 milliseconds