Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dseos.h89 #define APP_ID_MAKE(vendor, app) ((((uint64_t)(vendor)) << 24) | ((app) & APP_SEQ_ID_ANY))
93 #define APP_SEQ_ID_ANY UINT64_C(0xFFFFFF) macro
/device/google/contexthub/firmware/src/
Dseos.c746 (seqId == APP_SEQ_ID_ANY || seqId == APP_ID_GET_SEQ_ID(curAppId))) in osExtAppFind()