Home
last modified time | relevance | path

Searched refs:hasMsg (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/libtiutils/
DMessageQueue.h89 void setMsg(bool hasMsg=false);
94 bool hasMsg() in hasMsg() function
DMessageQueue.cpp303 void MessageQueue::setMsg(bool hasMsg) in setMsg() argument
305 mHasMsg = hasMsg; in setMsg()
/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp282 if (mNotificationThread->msgQ().hasMsg()) { in notificationThread()
292 if(mEventQ.hasMsg()) { in notificationThread()
298 if(mFrameQ.hasMsg()) { in notificationThread()