Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DANativeWindowDisplayAdapter.cpp898 bool shouldLive = true; in displayThread() local
904 while(shouldLive) in displayThread()
914 shouldLive = processHalMsg(); in displayThread()
947 shouldLive = false; in displayThread()
DAppCallbackNotifier.cpp270 bool shouldLive = true; in notificationThread() local
286 shouldLive = processMessage(); in notificationThread()
287 if(!shouldLive) { in notificationThread()
305 return shouldLive; in notificationThread()