Searched refs:shouldLive (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DANativeWindowDisplayAdapter.cpp865 bool shouldLive = true; local
871 while(shouldLive)
881 shouldLive = processHalMsg();
914 shouldLive = false;
H A DAppCallbackNotifier.cpp279 bool shouldLive = true; local
295 shouldLive = processMessage();
296 if(!shouldLive) {
298 return shouldLive;
315 return shouldLive;
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp902 bool shouldLive = true; local
908 while(shouldLive)
918 shouldLive = processHalMsg();
951 shouldLive = false;
H A DAppCallbackNotifier.cpp269 bool shouldLive = true; local
285 shouldLive = processMessage();
286 if(!shouldLive) {
288 return shouldLive;
305 return shouldLive;

Completed in 95 milliseconds