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

  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 193 uint8_t appCount;
220 appCount = 0;
227 struct App *currApp = &apps[appCount++];
241 for (i = 0; i < appCount; i++) {
  /device/google/contexthub/firmware/os/core/
seos.c 864 uint32_t appCount = 0;
875 appCount++;
888 SET_COUNTER(stat.app, appCount);
938 uint32_t appCount = 0;
953 appCount++;
972 SET_COUNTER(stat.app, appCount);
    [all...]

Completed in 92 milliseconds