Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dseos.c523 if (osSegmentGetState(it.seg) == SEG_ST_EMPTY) { in osSegmentGetFree()
581 if (osSegmentGetState(it.seg) == SEG_ST_EMPTY) { in osAppSegmentCreate()
658 if (!seg || size == SEG_SIZE_INVALID || state == SEG_ST_EMPTY) { in osAppWipeData()
845 if (seg->state == SEG_ST_EMPTY) in osExtAppFind()
912 case SEG_ST_EMPTY: in osScanExternal()
DnanohubCommand.c1612 case SEG_ST_EMPTY: in halAppInfo()
/device/google/contexthub/firmware/os/inc/
Dseos.h112 #define SEG_ST_EMPTY SEG_ST(SEG_ID_EMPTY) macro