/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_ssdp.c | 18 #include "uuid.h" 141 uuid_bin2str(a->sm->wps->uuid, uuid_string, sizeof(uuid_string)); 192 wpabuf_printf(msg, "USN: uuid:%s::upnp:rootdevice\r\n", 196 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string); 197 wpabuf_printf(msg, "USN: uuid:%s\r\n", uuid_string); 202 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-" 208 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-" 284 * One pair for rootdevice, one pair for uuid, and a pair each for 417 * One pair for rootdevice, one pair for uuid, and a pair each for 470 * ST header of the M-SEARCH request is "ssdp:all", "upnp:rootdevice", "uuid: [all...] |
wps_upnp_event.c | 17 #include "uuid.h" 304 wpabuf_put_str(buf, "SID: uuid:"); 306 uuid_bin2str(s->uuid, b, 80);
|
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | 328 u8 uuid[16]; member in struct:p2p_config 807 void p2p_set_uuid(struct p2p_data *p2p, const u8 *uuid); [all...] |
p2p_build.c | 386 wps_build_uuid_e(buf, p2p->cfg->uuid);
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_ssdp.c | 18 #include "uuid.h" 134 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string)); 185 wpabuf_printf(msg, "USN: uuid:%s::upnp:rootdevice\r\n", 189 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string); 190 wpabuf_printf(msg, "USN: uuid:%s\r\n", uuid_string); 195 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-" 201 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-" 276 * One pair for rootdevice, one pair for uuid, and a pair each for 395 * One pair for rootdevice, one pair for uuid, and a pair each for 448 * ST header of the M-SEARCH request is "ssdp:all", "upnp:rootdevice", "uuid: [all...] |
/hardware/samsung_slsi/exynos5/libkeymaster/ |
tlcTeeKeymaster_if.c | 43 static const mcUuid_t uuid = TEE_KEYMASTER_TL_UUID; variable 90 &uuid,
|
/external/wpa_supplicant_8/src/ap/ |
ap_config.h | 337 u8 uuid[16]; member in struct:hostapd_bss_config
|
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_api.c | 758 ** service UUID. When the operation is complete the 767 tBTA_JV_STATUS BTA_JvServiceSelect(UINT16 uuid) 776 p_msg->uuid = uuid; [all...] |
bta_jv_act.c | 765 logu("in, uuid:", u); 766 debug("uuid len:%d", u->len); 779 debug("shorten to 16 bits uuid: %x", su.uu.uuid16); 787 debug("shorten to 32 bits uuid: %x", su.uu.uuid32); 792 debug("cannot shorten none-reserved 128 bits uuid"); 830 logu("bta_jv_cb.uuid", bta_jv_cb.uuid.uu.uuid128); 831 tBT_UUID su = shorten_sdp_uuid(&bta_jv_cb.uuid); 832 logu("shorten uuid:", su.uu.uuid128); 890 bta_jv_cb.uuid = p_data->start_discovery.uuid_list[0] [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
config_winreg.c | 39 #include "uuid.h" 175 str = wpa_config_read_reg_string(hk, TEXT("uuid")); 179 if (uuid_str2bin(str, config->uuid)) 560 if (!is_nil_uuid(config->uuid)) { 562 uuid_bin2str(config->uuid, buf, sizeof(buf)); 563 wpa_config_write_reg_string(hk, "uuid", buf);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_winreg.c | 33 #include "uuid.h" 169 str = wpa_config_read_reg_string(hk, TEXT("uuid")); 173 if (uuid_str2bin(str, config->uuid)) 567 if (!is_nil_uuid(config->uuid)) { 569 uuid_bin2str(config->uuid, buf, sizeof(buf)); 570 wpa_config_write_reg_string(hk, "uuid", buf);
|
ctrl_iface.c | 830 char *uuid = cmd, *pin, *pos; local 832 pin = os_strchr(uuid, ' '); 842 return wpas_wps_er_add_pin(wpa_s, addr, uuid, pin); 849 char *uuid = cmd, *pin; local 850 pin = os_strchr(uuid, ' '); 854 return wpas_wps_er_learn(wpa_s, uuid, pin); 861 char *uuid = cmd, *id; local 862 id = os_strchr(uuid, ' '); 866 return wpas_wps_er_set_config(wpa_s, uuid, atoi(id)); 921 char *uuid; local [all...] |
config_file.c | 18 #include "uuid.h" 797 if (!is_nil_uuid(config->uuid)) { 799 uuid_bin2str(config->uuid, buf, sizeof(buf)); 800 fprintf(f, "uuid=%s\n", buf);
|
nmake.mak | 168 LIBS = wbemuuid.lib libcmt.lib kernel32.lib uuid.lib ole32.lib oleaut32.lib \
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
LCML_DspCodec.c | 296 status = DSPManager_RegisterObject((struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[dllinfo].uuid, 343 (struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[0].uuid, 360 (struct DSP_UUID *)phandle->dspCodec->DeviceInfo.AllUUIDs[0].uuid, 611 status = DSPManager_RegisterObject((struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[dllinfo].uuid, 661 (struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[0].uuid, 671 (struct DSP_UUID *)phandle->dspCodec->DeviceInfo.AllUUIDs[0].uuid, [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDec_Utils.c | [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_gap.c | 824 if (len >= (2 + 2 + p_attr->data_len))/* len byte(1) + ATTR type(1) + Uuid len(2) + value length */ 826 *p ++ = p_attr->data_len + 2 + 1; /* Uuid len + value length */ 828 UINT16_TO_STREAM(p, p_attr->uuid); 845 if (len >= (2 + p_elem->len))/* len byte(1) + ATTR type(1) + Uuid len(2) + value length */ 847 *p ++ = p_elem->len + 1; /* Uuid len + value length */ [all...] |
/external/quake/quake/src/QW/server/ |
qwsv.mak | 100 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
101 # ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /profile /machine:I386
103 comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib\
257 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
258 # ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /profile /map /debug /machine:I386
260 comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib\
[all...] |
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
scm.py | 358 return cls.value_from_svn_info(path, 'Repository UUID') 371 uuid = SVN.find_uuid(path) 373 if not uuid: 375 # Search up the directory hierarchy until we find a different UUID. 378 if uuid != SVN.find_uuid(path): [all...] |
/frameworks/av/media/libmedia/ |
IAudioFlinger.cpp | 1023 effect_uuid_t uuid; local [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_jv_api.h | [all...] |
bta_api.h | 95 #define BTA_USER_SERVICE_ID 30 /* User requested UUID */ 100 #define BTA_USER_SERVICE_ID 29 /* User requested UUID */ 160 /* extended service mask, including mask with one or more GATT UUID */ 287 UINT32 uuid_mask[BTM_EIR_SERVICE_ARRAY_SIZE]; /* mask of UUID list in EIR */ 336 UINT16 uuid; member in struct:__anon2131 [all...] |
/external/bluetooth/bluedroid/stack/include/ |
gatt_api.h | 238 UINT16 descr; /* as UUID as defined by SIG */ 332 /* read request always based on UUID */ 421 tBT_UUID uuid; member in struct:__anon2819 496 tBT_UUID char_uuid; /* characteristic UUID type */ 512 tBT_UUID service_type; /* included service UUID */ 520 tGATT_GROUP_VALUE group_value; /* Service UUID type. 676 ** application UUID, service UUID and service instance 711 ** p_svc_uuid : service UUID 750 ** char_uuid : Characteristic UUID [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_core.c | [all...] |
/external/valgrind/main/include/vki/ |
vki-darwin.h | 1000 #include <uuid/uuid.h>
|