Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp178 mNotificationThread = new NotificationThread(this); in initialize()
179 if(!mNotificationThread.get()) in initialize()
186 status_t ret = mNotificationThread->run("NotificationThread", PRIORITY_URGENT_DISPLAY); in initialize()
190 mNotificationThread.clear(); in initialize()
275 ret = TIUTILS::MessageQueue::waitForMsg(&mNotificationThread->msgQ(), in notificationThread()
282 if (mNotificationThread->msgQ().hasMsg()) { in notificationThread()
1284 mNotificationThread->msgQ().get(&msg); in processMessage()
1334 mNotificationThread->msgQ().put(&msg); in ~AppCallbackNotifier()
1337 mNotificationThread->requestExit(); in ~AppCallbackNotifier()
1338 mNotificationThread->join(); in ~AppCallbackNotifier()
[all …]
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h649 sp< NotificationThread> mNotificationThread; variable