Home
last modified time | relevance | path

Searched defs:vendor (Results 1 – 11 of 11) sorted by relevance

/device/generic/car/car_x86_64/
Dmanifest.ini5 vendor=Google Inc key
/device/sample/sdk_addon/
Dmanifest.ini12 vendor=Android Open Source Project key
/device/google/contexthub/lefty/
DLefty.cpp21 namespace vendor { namespace
/device/google/contexthub/firmware/os/inc/
Dseos.h92 #define KEY_ID_MAKE(vendor, key) ((((uint64_t)(vendor)) << 24) | ((key) & KEY_SEQ_ID_ANY)) argument
93 #define HW_ID_MAKE(vendor, ver) ((((uint64_t)(vendor)) << 24) | (PLATFORM_ID(ver) & HW_ID_ANY)) argument
/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp52 char vendor[6]; in operator <<() local
/device/google/coral-kernel/sm8150/kernel-headers/drm/
Ddrm_fourcc.h111 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | (val & 0x0… argument
/device/google/coral-kernel/sm8150/original-kernel-headers/drm/
Ddrm_fourcc.h190 #define fourcc_mod_code(vendor, val) \ argument
/device/google/contexthub/contexthubhal/test/
Dmain.cpp28 char vendor[6]; in operator <<() local
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h48 #define APP_ID_MAKE(vendor, app) ((((uint64_t)(vendor)) << APP_VENDOR_SHF) | ((app) & APP_SEQ_ID_… argument
/device/google/contexthub/sensorhal/
Dhubconnection.cpp45 #define APP_ID_MAKE(vendor, app) ((((uint64_t)(vendor)) << 24) | ((app) & 0x00FFFFFF)) argument
/device/google/contexthub/firmware/os/core/
Dseos.c821 uint64_t appId, vendor, seqId, curAppId; in matchAppId() local