Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp66 uint32_t seqId = appId.id & NANOAPP_VENDOR_ALL_APPS; in operator <<() local
72 os << vendor << ", " << std::hex << std::setw(6) << seqId; in operator <<()
/device/google/contexthub/firmware/src/
Dseos.c731 uint64_t seqId = APP_ID_GET_SEQ_ID(appId); in osExtAppFind() local
746 (seqId == APP_SEQ_ID_ANY || seqId == APP_ID_GET_SEQ_ID(curAppId))) in osExtAppFind()