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.h46 #define APP_ID_GET_VENDOR(appid) ((appid) >> APP_VENDOR_SHF) macro
/device/google/contexthub/firmware/os/core/
Dseos.c824 vendor = APP_ID_GET_VENDOR(appId); in matchAppId()
828 if ((vendor == APP_VENDOR_ANY || vendor == APP_ID_GET_VENDOR(curAppId)) && in matchAppId()
DnanohubCommand.c359 uint64_t keyId = KEY_ID_MAKE(APP_ID_GET_VENDOR(app->hdr.appId), ki->id); in updateKey()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp44 #define APP_ID_GET_VENDOR(appid) ((appid) >> 24) macro