Home
last modified time | relevance | path

Searched refs:SET_COUNTER (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dseos.c819 SET_COUNTER(stat.app, appCount); in osExtAppStopEraseApps()
820 SET_COUNTER(stat.task, taskCount); in osExtAppStopEraseApps()
821 SET_COUNTER(stat.op, stopCount); in osExtAppStopEraseApps()
822 SET_COUNTER(stat.erase, eraseCount); in osExtAppStopEraseApps()
903 SET_COUNTER(stat.app, appCount); in osExtAppStartApps()
904 SET_COUNTER(stat.task, taskCount); in osExtAppStartApps()
905 SET_COUNTER(stat.op, startCount); in osExtAppStartApps()
906 SET_COUNTER(stat.erase, eraseCount); in osExtAppStartApps()
/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h296 #define SET_COUNTER(counter, val) (counter = (val & 0x7F) | (val > 0x7F ? 0x80 : 0)) macro