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 898 bool shouldLive = true;
904 while(shouldLive)
914 shouldLive = processHalMsg();
947 shouldLive = false;
    [all...]
AppCallbackNotifier.cpp 270 bool shouldLive = true;
286 shouldLive = processMessage();
287 if(!shouldLive) {
305 return shouldLive;
    [all...]

Completed in 27 milliseconds