Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h44 #define APP_SEQ_ID_ANY UINT32_C(0xFFFFFF) macro
46 #define APP_ID_GET_SEQ_ID(appid) ((appid) & APP_SEQ_ID_ANY)
47 …ne APP_ID_MAKE(vendor, app) ((((uint64_t)(vendor)) << APP_VENDOR_SHF) | ((app) & APP_SEQ_ID_ANY))
/device/google/contexthub/firmware/os/core/
Dseos.c781 (seqId == APP_SEQ_ID_ANY || seqId == APP_ID_GET_SEQ_ID(curAppId))) in osExtAppFind()