HomeSort by relevance Sort by last modified time
    Searched refs:vendorId (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /system/chre/util/include/chre/util/
id_from_string.h 35 * @param vendorId The vendor ID of the platform.
38 constexpr uint64_t createPlatformIdFromVendorPlatform(uint64_t vendorId,
id_from_string_impl.h 32 constexpr uint64_t createPlatformIdFromVendorPlatform(uint64_t vendorId,
36 return (vendorId & 0xffffffffff000000) | (platformId & 0xffffff);
  /frameworks/base/wifi/java/android/net/wifi/
AnqpInformationElement.java 63 public AnqpInformationElement(int vendorId, int elementId, byte[] payload) {
64 mVendorId = vendorId;
  /frameworks/base/core/java/android/hardware/input/
InputDeviceIdentifier.java 35 public InputDeviceIdentifier(String descriptor, int vendorId, int productId) {
37 this.mVendorId = vendorId;
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 88 uint16_t vendorId, productId;
98 vendorId = usb_device_get_vendor_id(device);
101 if (vendorId == 0x18D1 || vendorId == 0x22B8 || vendorId == 0x04e8) {
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidDevice.h 35 uint16_t vendorId;
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecMessageBuilder.java 172 * @param vendorId device's vendor id
175 static HdmiCecMessage buildDeviceVendorIdCommand(int src, int vendorId) {
177 (byte) ((vendorId >> 16) & 0xFF),
178 (byte) ((vendorId >> 8) & 0xFF),
179 (byte) (vendorId & 0xFF)
459 * @param vendorId vendor ID
463 static HdmiCecMessage buildVendorCommandWithId(int src, int dest, int vendorId,
465 byte[] params = new byte[operands.length + 3]; // parameter plus len(vendorId)
466 params[0] = (byte) ((vendorId >> 16) & 0xFF);
467 params[1] = (byte) ((vendorId >> 8) & 0xFF)
    [all...]
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiDeviceInfo.java 131 int vendorId = source.readInt();
135 deviceType, vendorId, displayName, powerStatus);
162 * @param vendorId vendor id of device. Used for vendor specific command.
168 int vendorId, String displayName, int powerStatus) {
176 mVendorId = vendorId;
191 * @param vendorId vendor id of device. Used for vendor specific command.
196 int vendorId, String displayName) {
198 vendorId, displayName, HdmiControlManager.POWER_STATUS_UNKNOWN);
  /device/google/contexthub/util/nanotool/
apptohostevent.h 56 constexpr uint64_t MakeAppId(uint64_t vendorId, uint32_t appId) {
57 return (vendorId << 24) | (appId & 0x00FFFFFF);
  /hardware/interfaces/tv/cec/1.0/
IHdmiCec.hal 109 * @return vendorId Identifier of the vendor that is the 24-bit unique
114 getVendorId() generates (uint32_t vendorId);
  /external/rmi4utils/rmidevice/
hiddevice.h 81 static bool LookupHidDeviceName(int bus, int vendorId, int productId, std::string &deviceName);
  /frameworks/base/core/java/android/hardware/usb/
UsbDevice.java 69 public UsbDevice(@NonNull String name, int vendorId, int productId, int Class, int subClass,
73 mVendorId = vendorId;
295 int vendorId = in.readInt();
305 UsbDevice device = new UsbDevice(name, vendorId, productId, clasz, subClass, protocol,
DeviceFilter.java 85 int vendorId = -1;
121 vendorId = intValue;
133 return new DeviceFilter(vendorId, productId,
  /frameworks/base/core/java/android/hardware/camera2/
CameraMetadata.java 193 long vendorId;
196 vendorId = ((CaptureRequest.Key<?>) k).getVendorId();
199 vendorId = ((CaptureResult.Key<?>) k).getVendorId();
202 vendorId = ((CameraCharacteristics.Key<?>) k).getVendorId();
208 CameraMetadataNative.getTag(keyName, vendorId)) >= 0) {
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 166 static jint CameraMetadata_getTagFromKey(JNIEnv *env, jobject thiz, jstring keyName, jlong vendorId);
168 static jint CameraMetadata_getTypeFromTag(JNIEnv *env, jobject thiz, jint tag, jlong vendorId);
652 metadata_vendor_id_t vendorId = CAMERA_METADATA_INVALID_VENDOR_ID;
655 vendorId = get_camera_metadata_vendor_id(metaBuffer);
659 int tagType = get_local_camera_metadata_tag_type_vendor_id(tag, vendorId);
685 metadata_vendor_id_t vendorId = get_camera_metadata_vendor_id(metaBuffer);
687 cache->getVendorTagDescriptor(vendorId, &vTags);
700 metadata_vendor_id_t vendorId = CAMERA_METADATA_INVALID_VENDOR_ID;
714 vendorId = get_camera_metadata_vendor_id(metaBuffer);
715 cache->getVendorTagDescriptor(vendorId, &vTags)
    [all...]
  /system/bt/stack/a2dp/
a2dp_vendor_aptx.cc 42 uint32_t vendorId;
53 A2DP_APTX_VENDOR_ID, /* vendorId */
64 A2DP_APTX_VENDOR_ID, /* vendorId */
102 *p_result++ = (uint8_t)(p_ie->vendorId & 0x000000FF);
103 *p_result++ = (uint8_t)((p_ie->vendorId & 0x0000FF00) >> 8);
104 *p_result++ = (uint8_t)((p_ie->vendorId & 0x00FF0000) >> 16);
105 *p_result++ = (uint8_t)((p_ie->vendorId & 0xFF000000) >> 24);
141 p_ie->vendorId = (*p_codec_info & 0x000000FF) |
149 if (p_ie->vendorId != A2DP_APTX_VENDOR_ID ||
634 result_config_cie.vendorId = a2dp_aptx_source_caps.vendorId
    [all...]
a2dp_vendor_aptx_hd.cc 42 uint32_t vendorId;
55 A2DP_APTX_HD_VENDOR_ID, /* vendorId */
69 A2DP_APTX_HD_VENDOR_ID, /* vendorId */
109 *p_result++ = (uint8_t)(p_ie->vendorId & 0x000000FF);
110 *p_result++ = (uint8_t)((p_ie->vendorId & 0x0000FF00) >> 8);
111 *p_result++ = (uint8_t)((p_ie->vendorId & 0x00FF0000) >> 16);
112 *p_result++ = (uint8_t)((p_ie->vendorId & 0xFF000000) >> 24);
152 p_ie->vendorId = (*p_codec_info & 0x000000FF) |
160 if (p_ie->vendorId != A2DP_APTX_HD_VENDOR_ID ||
651 result_config_cie.vendorId = a2dp_aptx_hd_source_caps.vendorId
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputHost.cpp 78 int32_t vendorId, InputBus bus, const char* uniqueId) {
80 mHost, name, productId, vendorId, bus, uniqueId);
InputHost.h 152 int32_t vendorId, InputBus bus, const char* uniqueId) = 0;
173 int32_t vendorId, InputBus bus, const char* uniqueId) override;
  /hardware/libhardware/tests/input/evdev/
InputMocks.h 51 void setVendorId(uint16_t vendorId) { mVendorId = vendorId; }
MockInputHost.h 73 const char* name, int32_t productId, int32_t vendorId, InputBus bus,
  /frameworks/base/libs/usb/tests/accessorytest/
usb.c 87 uint16_t vendorId, productId;
97 vendorId = usb_device_get_vendor_id(device);
100 if (!current_device && vendorId == 0x18D1 && productId >= 0x2D00 && productId <= 0x2D05) {
  /frameworks/native/services/inputflinger/host/
InputDriver.cpp 51 int32_t vendorId;
126 const char* name, int32_t productId, int32_t vendorId,
131 .vendorId = vendorId,
216 idi.vendor = id->vendorId;
  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
kernel_ExternalUsbPeripheralsDetectionStress.py 119 vendorId = connected_device_dict['deviceInfo']['vendorId']
136 if not ((vendorId + ':' + productId in lsusbOutput) and
138 vendorId, productId, manufacturer, productName) and
175 """Uses vendorId/device path and to get other device attributes.
187 usb_device_dict['deviceInfo']['vendorId'] = vendor_id
268 {'devicePath':None,'vendorId':None,'productId':None,
  /hardware/libhardware/modules/sensors/dynamic_sensor/test/
HidRawSensorTest.cpp 47 .vendorId = 0x1234,

Completed in 678 milliseconds

1 2 3 4 5 6 7 8