Lines Matching refs:mNotificationThread
178 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()
1341 mNotificationThread.clear(); in ~AppCallbackNotifier()