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

  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 202 struct App *currApp = &apps[appCount++];
203 sscanf(line, "app: %d id: %" PRIx64 " ver: %" PRIx32 " size: %" PRIx32 "\n", &currApp->num, &currApp->id, &currApp->version, &currApp->size);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 89 milliseconds