HomeSort by relevance Sort by last modified time
    Searched refs:shouldLive (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 902 bool shouldLive = true;
908 while(shouldLive)
918 shouldLive = processHalMsg();
951 shouldLive = false;
    [all...]
AppCallbackNotifier.cpp 269 bool shouldLive = true;
285 shouldLive = processMessage();
286 if(!shouldLive) {
288 return shouldLive;
305 return shouldLive;
    [all...]

Completed in 133 milliseconds