Home
last modified time | relevance | path

Searched defs:APP_ID_GET_VENDOR (Results 1 – 2 of 2) 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/sensorhal/
Dhubconnection.cpp44 #define APP_ID_GET_VENDOR(appid) ((appid) >> 24) macro