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.h46 #define APP_ID_GET_SEQ_ID(appid) ((appid) & APP_SEQ_ID_ANY) macro
/device/google/contexthub/firmware/os/core/
Dseos.c764 uint64_t seqId = APP_ID_GET_SEQ_ID(appId); in osExtAppFind()
781 (seqId == APP_SEQ_ID_ANY || seqId == APP_ID_GET_SEQ_ID(curAppId))) in osExtAppFind()