HomeSort by relevance Sort by last modified time
    Searched refs:APP_ID_GET_VENDOR (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/firmware/inc/
seos.h 92 #define APP_ID_GET_VENDOR(appid) ((appid) >> 24)
  /device/google/contexthub/firmware/src/
seos.c 743 uint64_t vendor = APP_ID_GET_VENDOR(appId);
758 if ((vendor == APP_VENDOR_ANY || vendor == APP_ID_GET_VENDOR(curAppId)) &&
    [all...]
nanohubCommand.c 335 uint64_t keyId = KEY_ID_MAKE(APP_ID_GET_VENDOR(app->hdr.appId), ki->id);
    [all...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp 40 #define APP_ID_GET_VENDOR(appid) ((appid) >> 24)
    [all...]

Completed in 235 milliseconds