Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h42 #define APP_VENDOR_ANY UINT64_C(0xFFFFFFFFFF) macro
/device/google/contexthub/firmware/os/core/
Dseos.c780 if ((vendor == APP_VENDOR_ANY || vendor == APP_ID_GET_VENDOR(curAppId)) && in osExtAppFind()