Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h47 #define APP_ID_GET_SEQ_ID(appid) ((appid) & APP_SEQ_ID_ANY) macro
/device/google/contexthub/firmware/os/core/
Dseos.c825 seqId = APP_ID_GET_SEQ_ID(appId); in matchAppId()
829 (seqId == APP_SEQ_ID_ANY || seqId == APP_ID_GET_SEQ_ID(curAppId))) { in matchAppId()