OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasMsg
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4xxx/libtiutils/
MessageQueue.h
89
void setMsg(bool
hasMsg
=false);
94
bool
hasMsg
()
MessageQueue.cpp
300
@param
hasMsg
Whether the queue has a message or not
303
void MessageQueue::setMsg(bool
hasMsg
)
305
mHasMsg =
hasMsg
;
/hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp
282
if (mNotificationThread->msgQ().
hasMsg
()) {
292
if(mEventQ.
hasMsg
()) {
298
if(mFrameQ.
hasMsg
()) {
[
all
...]
Completed in 3146 milliseconds