Home
last modified time | relevance | path

Searched refs:APP_ID_GET_VENDOR (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h45 #define APP_ID_GET_VENDOR(appid) ((appid) >> APP_VENDOR_SHF) macro
/device/google/contexthub/firmware/os/core/
Dseos.c763 uint64_t vendor = APP_ID_GET_VENDOR(appId); in osExtAppFind()
780 if ((vendor == APP_VENDOR_ANY || vendor == APP_ID_GET_VENDOR(curAppId)) && in osExtAppFind()
DnanohubCommand.c347 uint64_t keyId = KEY_ID_MAKE(APP_ID_GET_VENDOR(app->hdr.appId), ki->id); in updateKey()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp52 #define APP_ID_GET_VENDOR(appid) ((appid) >> 24) macro