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