HomeSort by relevance Sort by last modified time
    Searched refs:vendor (Results 101 - 125 of 543) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/ril/rild/
Android.mk 16 # temporary hack for broken vendor rils
  /external/wpa_supplicant_8/src/eap_peer/
eap_gpsk.c 32 int vendor; /* CSuite/Specifier */ member in struct:eap_gpsk_data
187 data->vendor = EAP_GPSK_VENDOR_IETF;
191 int vendor, specifier; local
192 vendor = WPA_GET_BE32(csuite->vendor);
195 i, vendor, specifier);
196 if (data->vendor == EAP_GPSK_VENDOR_IETF &&
198 eap_gpsk_supported_ciphersuite(vendor, specifier)) {
199 data->vendor = vendor;
470 int vendor, specifier; local
    [all...]
eap.c 38 static Boolean eap_sm_allowMethod(struct eap_sm *sm, int vendor,
114 * @vendor: Vendor-Id for expanded types or 0 = IETF for legacy types
118 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method)
128 for (i = 0; m[i].vendor != EAP_VENDOR_IETF ||
130 if (m[i].vendor == vendor && m[i].method == method)
250 wpa_printf(MSG_DEBUG, "EAP: vendor %u method %u not allowed",
253 "vendor=%u method=%u -> NAK",
261 "vendor=%u method=%u", sm->reqVendor, method)
1873 int vendor; local
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 164 // Get the vendor part of the address: "00:11:22" for "00:11:22:33:44:55"
165 std::string vendor = GetAddress().substr(0, 8); local
168 if ((type == DEVICE_MOUSE && vendor == "00:12:A1") ||
170 (type == DEVICE_MOUSE && vendor == "7C:ED:8D"))
  /frameworks/base/core/tests/overlaytests/
runtests.sh 74 $adb shell rm /vendor/overlay/framework/framework-res.apk
75 $adb shell rm /data/resource-cache/vendor@overlay@framework@framework-res.apk@idmap
81 mkdir_if_needed "/system/vendor"
82 mkdir_if_needed "/vendor/overlay/framework"
83 $adb shell ln -s /data/app/com.android.overlaytest.overlay.apk /vendor/overlay/framework/framework-res.apk
  /external/kernel-headers/original/linux/
pci.h 121 unsigned short vendor; member in struct:pci_dev
362 * @vend: the 16 bit PCI Vendor ID
370 .vendor = (vend), .device = (dev), \
379 * specific PCI class. The vendor, device, subvendor, and subdevice
384 .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \
443 struct pci_dev *pci_find_device (unsigned int vendor, unsigned int device, const struct pci_dev *from);
444 struct pci_dev *pci_find_device_reverse (unsigned int vendor, unsigned int device, const struct pci_dev *from);
451 struct pci_dev *pci_get_device (unsigned int vendor, unsigned int device, struct pci_dev *from);
452 struct pci_dev *pci_get_subsys (unsigned int vendor, unsigned int device,
641 static inline struct pci_dev *pci_find_device(unsigned int vendor, unsigned int device, const struct pci_dev *from
751 u16 vendor, device; \/* You can use PCI_ANY_ID here of course *\/ member in struct:pci_fixup
    [all...]
  /device/asus/flo/self-extractors/asus/staging/
device-partial.mk 17 vendor/asus/flo/proprietary/libAKM.so:system/lib/libAKM.so:asus \
18 vendor/asus/flo/proprietary/libacdbdata.so:system/lib/libacdbdata.so:asus \
  /external/chromium_org/chrome/browser/chromeos/dbus/
printer_service_provider_unittest.cc 18 void(const std::string& vendor, const std::string& product));
  /external/chromium_org/ui/gl/
gl_implementation.h 31 std::string vendor; member in struct:gfx::GLWindowSystemBindingInfo
  /external/tremolo/Tremolo/
ivorbiscodec.h 83 char *vendor; member in struct:vorbis_comment
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gpsk.c 32 int vendor; /* CSuite/Vendor */ member in struct:eap_gpsk_data
75 WPA_PUT_BE32(data->csuite_list[data->csuite_count].vendor,
83 WPA_PUT_BE32(data->csuite_list[data->csuite_count].vendor,
152 miclen = eap_gpsk_mic_len(data->vendor, data->specifier);
172 WPA_PUT_BE32(csuite->vendor, data->vendor);
179 if (eap_gpsk_compute_mic(data->sk, data->sk_len, data->vendor,
372 WPA_GET_BE32(csuite->vendor),
377 data->vendor = WPA_GET_BE32(csuite->vendor)
    [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLExtensions.h 60 GLubyte const* vendor,
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4335/
device-bcm.mk 21 hardware/broadcom/wlan/bcmdhd/firmware/bcm4335/$(BCM_FW_SRC_FILE_STA):system/vendor/firmware/fw_bcmdhd.bin \
22 hardware/broadcom/wlan/bcmdhd/firmware/bcm4335/$(BCM_FW_SRC_FILE_AP):system/vendor/firmware/fw_bcmdhd_ap.bin
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4339/
device-bcm.mk 21 hardware/broadcom/wlan/bcmdhd/firmware/bcm4339/$(BCM_FW_SRC_FILE_STA):system/vendor/firmware/fw_bcmdhd.bin \
22 hardware/broadcom/wlan/bcmdhd/firmware/bcm4339/$(BCM_FW_SRC_FILE_AP):system/vendor/firmware/fw_bcmdhd_apsta.bin
  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api.h 80 * The underlying GL's vendor/renderer/version strings are returned to the
83 DECL(void, getHardwareStrings, (const char** vendor, const char** renderer,
  /device/asus/grouper/
BoardConfigCommon.mk 54 WIFI_DRIVER_FW_PATH_STA := "/vendor/firmware/fw_bcmdhd.bin"
55 WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin"
72 -include vendor/nvidia/proprietary_src/build/definitions.mk
73 -include vendor/nvidia/build/definitions.mk
BoardConfig.mk 27 # we use the camera stub when the vendor tree isn't present, and
28 # the true camera library when the vendor tree is available. Similarly,
40 -include vendor/asus/grouper/BoardConfigVendor.mk
  /external/oprofile/module/x86/
cpu_type.c 147 __u8 vendor = current_cpu_data.x86_vendor; local
155 switch (vendor) {
  /hardware/ti/omap4xxx/hwc/
Android.mk 9 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/../vendor/lib/hw
  /device/asus/tilapia/
BoardConfig.mk 27 # we use the camera stub when the vendor tree isn't present, and
28 # the true camera library when the vendor tree is available. Similarly,
41 -include vendor/asus/tilapia/BoardConfigVendor.mk
  /system/core/adb/
usb_osx.c 57 UInt16 vendor, UInt16 product);
64 SInt32 vendor, if_subclass, if_protocol; local
88 //* Match based on vendor id, interface subclass and protocol
89 vendor = vendorIds[i];
94 kCFNumberSInt32Type, &vendor));
129 UInt16 vendor; local
196 kr = (*dev)->GetDeviceVendor(dev, &vendor);
255 DBG("INFO: Found vid=%04x pid=%04x serial=%s\n", vendor, product,
259 vendor, product);
304 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product
    [all...]
  /external/dhcpcd/
if-options.c 79 {"vendor", required_argument, NULL, 'v'},
469 syslog(LOG_ERR, "invalid vendor format");
473 /* If vendor starts with , then it is not encapsulated */
476 s = parse_string((char *)ifo->vendor + 1,
479 syslog(LOG_ERR, "vendor: %m");
482 ifo->vendor[0] = (uint8_t)s;
487 /* Encapsulated vendor options */
490 ifo->vendor[0] = 0;
497 syslog(LOG_ERR, "vendor option should be between"
501 s = VENDOR_MAX_LEN - ifo->vendor[0] - 2
    [all...]
  /frameworks/native/libs/input/
InputDevice.cpp 59 if (deviceIdentifier.vendor !=0 && deviceIdentifier.product != 0) {
61 // Try vendor product version.
64 deviceIdentifier.vendor, deviceIdentifier.product,
72 // Try vendor product.
75 deviceIdentifier.vendor, deviceIdentifier.product),
  /sdk/emulator/opengl/host/libs/libOpenglRender/
render_api.cpp 213 void getHardwareStrings(const char** vendor, const char** renderer, const char** version)
217 fb->getGLStrings(vendor, renderer, version);
219 *vendor = *renderer = *version = NULL;
  /external/grub/netboot/
pci.c 403 unsigned short vendor, device; local
427 vendor = l & 0xffff;
431 printf("bus %hhX, function %hhX, vendor %hX, device %hX\n",
432 bus, devfn, vendor, device);
434 for (i = 0; pcidev[i].vendor != 0; i++) {
435 if (vendor != pcidev[i].vendor

Completed in 1054 milliseconds

1 2 3 45 6 7 8 91011>>