Home
last modified time | relevance | path

Searched defs:appid (Results 1 – 3 of 3) sorted by relevance

/device/google/dragon/crash_collector/
Dcrash_collector.cc189 const uid_t appid = uid % AID_USER; in main() local
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h45 #define APP_ID_GET_VENDOR(appid) ((appid) >> APP_VENDOR_SHF) argument
46 #define APP_ID_GET_SEQ_ID(appid) ((appid) & APP_SEQ_ID_ANY) argument
/device/google/contexthub/sensorhal/
Dhubconnection.cpp52 #define APP_ID_GET_VENDOR(appid) ((appid) >> 24) argument