Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dseos.h92 #define APP_VENDOR_ANY UINT64_C(0xFFFFFFFFFF) macro
/device/google/contexthub/firmware/src/
Dseos.c745 if ((vendor == APP_VENDOR_ANY || vendor == APP_ID_GET_VENDOR(curAppId)) && in osExtAppFind()