Searched refs:mNotificationThread (Results 1 – 4 of 4) sorted by relevance
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()[all …]
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()[all …]
649 sp< NotificationThread> mNotificationThread; variable
786 android::sp< NotificationThread> mNotificationThread; variable