Home
last modified time | relevance | path

Searched refs:tryAgain (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessServiceRecord.java377 boolean tryAgain = false; in incServiceCrashCountLocked()
393 tryAgain = true; in incServiceCrashCountLocked()
396 return tryAgain; in incServiceCrashCountLocked()
DAppErrors.java861 boolean tryAgain = app.mServices.incServiceCrashCountLocked(now);
904 mService.mProcessList.removeProcessLocked(app, false, tryAgain,
924 if (data != null && tryAgain) {
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp277 bool tryAgain = true; in waitForFreeSlotThenRelock() local
278 while (tryAgain) { in waitForFreeSlotThenRelock()
351 tryAgain = (*found == BufferQueueCore::INVALID_BUFFER_SLOT) || in waitForFreeSlotThenRelock()
353 if (tryAgain) { in waitForFreeSlotThenRelock()