Searched refs:vendor (Results 276 - 300 of 306) sorted by relevance

<<111213

/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c908 * payload if a vendor attribute with subtype is found, otherwise returns NULL.
912 static u8 *radius_msg_get_vendor_attr(struct radius_msg *msg, u32 vendor, argument
941 if (ntohl(vendor_id) != vendor)
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_act.c290 bta_hh_update_di_info(p_cb, di_rec.rec.vendor, di_rec.rec.product, di_rec.rec.version, 0);
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_api.c230 ** Description This function processes received vendor command.
365 /* Skip over vendor header (ctype, subunit*, opcode, CO_ID) */
540 tAVRC_MSG_VENDOR *p_msg = &msg.vendor;
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h173 #define AVRC_ID_VENDOR 0x7E /* vendor unique */
188 /* Define the PDUs carried in the vendor dependant data
216 /* Define the vendor unique id carried in the pass through data
220 /* the only pass through vendor unique commands defined by AVRC is the group navigation commands
221 * The len for vendor unique data is 5 */
763 * vendor-dependent. Value range is 0-7. */
764 UINT8 opcode; /* Op Code (passthrough, vendor, etc) */
773 UINT8 unit; /* This value is vendor dependent and typically zero. */
794 UINT8 *p_vendor_data;/* Pointer to vendor dependent data. */
795 UINT16 vendor_len; /* Length in bytes of vendor dependen
833 tAVRC_MSG_VENDOR vendor; /* VENDOR DEPENDENT message. */ member in union:__anon1331
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dinput.h43 __u16 vendor; member in struct:input_id
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_eke.c489 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF &&
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_eke.c489 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF &&
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_eke.c489 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF &&
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c1875 user->methods[i].vendor = eap_user->methods[i].vendor;
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c1875 user->methods[i].vendor = eap_user->methods[i].vendor;
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c323 while (eap->vendor != EAP_VENDOR_IETF ||
325 if (eap->vendor == EAP_VENDOR_IETF) {
H A Dconfig_file.c798 name = eap_get_name(cred->eap_method[0].vendor,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c1875 user->methods[i].vendor = eap_user->methods[i].vendor;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c295 dev.id.vendor = 0x0000;
705 BTIF_TRACE_DEBUG("%s:Discard vendor dependent rsp. code: %d label:%d.",
712 BTIF_TRACE_DEBUG("%s:Received vendor dependent rsp. code: %d len: %d. Not processing it.",
720 BTIF_TRACE_DEBUG("Received vendor command.code,PDU and label: %d, %d,%d",pmeta_msg->code,
1029 default: /* vendor */
1537 BTIF_TRACE_DEBUG("%s:Received vendor dependent in adv ctrl rsp. code: %d len: %d. Not processing it.",
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp128 const GrGLubyte* vendor; local
131 GL_CALL_RET(vendor, GetString(GR_GL_VENDOR));
136 GrPrintf("------ VENDOR %s\n", vendor);
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2441 int64_t vendor; member in struct:PciDeviceInfo::__anon30067
H A Dqapi-visit.c2564 visit_type_int(m, obj ? &(*obj)->id.vendor : NULL, "vendor", &err);
/external/qemu-pc-bios/vgabios/
H A Dclext.c951 mov ax, #0x1013 ;; vendor Cirrus
H A Dvgabios.c213 #error "Unknown PCI vendor and device id"
3837 ; in - ax: PCI device vendor local
3854 cmp ax, bx ;; check vendor
/external/libvorbis/doc/
H A D01-introduction.tex280 The comment header includes user text comments (``tags'') and a vendor
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c346 &user->methods[num_methods].vendor);
347 if (user->methods[num_methods].vendor ==
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js34 var safari = /Apple Computer/.test(navigator.vendor);

Completed in 627 milliseconds

<<111213