OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_SEQ_ID_ANY
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/inc/
seos.h
94
#define APP_ID_MAKE(vendor, app) ((((uint64_t)(vendor)) << 24) | ((app) &
APP_SEQ_ID_ANY
))
98
#define
APP_SEQ_ID_ANY
UINT64_C(0xFFFFFF)
/device/google/contexthub/firmware/src/
seos.c
759
(seqId ==
APP_SEQ_ID_ANY
|| seqId == APP_ID_GET_SEQ_ID(curAppId)))
[
all
...]
Completed in 78 milliseconds