HomeSort by relevance Sort by last modified time
    Searched refs:uuid_str (Results 1 - 12 of 12) sorted by null

  /external/netperf/src/
net_uuid.c 329 void get_uuid_string(char *uuid_str, size_t size) {
333 snpuid(uuid_str,size,u);
344 char uuid_str[38]; local
348 snpuid(uuid_str,sizeof(uuid_str),u);
349 printf("\nas a string %s\n",uuid_str);
351 get_uuid_string(uuid_str,sizeof(uuid_str));
352 printf("uuid_str is %s\n",uuid_str);
    [all...]
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/
bluetooth_SDP_ServiceSearchRequestBasic.py 92 uuid_str = str(uuid.UUID(int=uuid128))
93 self.device.register_profile(path_str, uuid_str, {})
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 717 char uuid_str[100]; local
720 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
729 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state,
742 char uuid_str[100]; local
743 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
744 wpa_msg(wpa_s, MSG_INFO, WPS_EVENT_ER_AP_REMOVE "%s", uuid_str);
751 char uuid_str[100]; local
754 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str))
777 char uuid_str[100]; local
788 char uuid_str[100]; local
814 char uuid_str[100]; local
    [all...]
ctrl_iface.c 2036 char uuid_str[100]; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 687 char uuid_str[17], label_str[129], *cp; local
780 sprintf(uuid_str, "%016llX", blkid_le64(ns->volume_serial));
781 blkid_set_tag(probe->dev, "UUID", uuid_str, 0);
1165 char uuid_str[17]; local
1175 sprintf(uuid_str, "%016llX", uuid);
1176 blkid_set_tag(probe->dev, "UUID", uuid_str, 0);
1209 char uuid_str[17], label[512]; local
1241 sprintf(uuid_str, "%016llX", uuid);
1242 blkid_set_tag(probe->dev, "UUID", uuid_str, 0);
    [all...]
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
bluetooth_SDP_ServiceAttributeRequest.py 431 uuid_str = str(uuid.UUID(int=uuid128))
434 uuid_str,
  /system/bt/service/client/
main.cpp 464 std::string uuid_str = *iter; local
465 uuid = bluetooth::UUID(uuid_str);
467 PrintError("Invalid UUID: " + uuid_str);
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
bluetooth_SDP_ServiceSearchAttributeRequest.py 458 uuid_str = str(uuid.UUID(int=uuid128))
461 uuid_str,
  /external/dbus/dbus/
dbus-internals.c 884 * @param uuid_str string to append hex-encoded machine uuid to
888 _dbus_get_local_machine_uuid_encoded (DBusString *uuid_str)
916 ok = _dbus_uuid_encode (&machine_uuid, uuid_str);
dbus-internals.h 369 dbus_bool_t _dbus_get_local_machine_uuid_encoded (DBusString *uuid_str);
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 140 bool str_to_uuid(char* uuid_str, sound_trigger_uuid_t* uuid) {
141 if (uuid_str == NULL) {
147 if (sscanf(uuid_str, "%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x",
149 ALOGI("Invalid UUID, got: %s", uuid_str);
    [all...]
  /system/bt/btif/src/
btif_dm.c 1176 char uuid_str[128] = UUID_HUMAN_INTERFACE_DEVICE; local
    [all...]

Completed in 579 milliseconds