Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/
DAppCallbackNotifier.cpp183 mNotificationThread = new NotificationThread(this); in initialize()
184 if(!mNotificationThread.get()) in initialize()
191 status_t ret = mNotificationThread->run("NotificationThread", android::PRIORITY_URGENT_DISPLAY); in initialize()
195 mNotificationThread.clear(); in initialize()
285 ret = Utils::MessageQueue::waitForMsg(&mNotificationThread->msgQ(), in notificationThread()
292 if (mNotificationThread->msgQ().hasMsg()) { in notificationThread()
1360 mNotificationThread->msgQ().get(&msg); in processMessage()
1410 mNotificationThread->msgQ().put(&msg); in ~AppCallbackNotifier()
1413 mNotificationThread->requestExit(); in ~AppCallbackNotifier()
1414 mNotificationThread->join(); in ~AppCallbackNotifier()
[all …]
/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
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h786 android::sp< NotificationThread> mNotificationThread; variable