Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
Dseos.c525 if (osSegmentGetState(it.seg) == SEG_ST_EMPTY) { in osAppSegmentCreate()
602 if (!seg || size == SEG_SIZE_INVALID || state == SEG_ST_EMPTY) { in osAppWipeData()
738 if (seg->state == SEG_ST_EMPTY) in osExtAppFind()
808 case SEG_ST_EMPTY: in osScanExternal()
/device/google/contexthub/firmware/inc/
Dseos.h111 #define SEG_ST_EMPTY SEG_ST(SEG_ID_EMPTY) macro