/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 36 import java.util.UUID; 54 * {@link #listenUsingRfcommWithServiceRecord(String,UUID)}. 658 private final UUID mUuid; 660 public RfcommChannelPicker(UUID uuid) { 675 mUuid = uuid; 722 * UUID, service name, and auto-assigned channel. Remote Bluetooth devices 723 * can use the same UUID to query our SDP server and discover which channel 727 * connect to this socket from another device using the same {@link UUID}. 730 * @param uuid uuid for SDP recor [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
wps_supplicant.c | 24 #include "uuid.h" 635 char uuid[40], txt[400]; local 637 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) 639 wpa_printf(MSG_DEBUG, "WPS: PIN needed for UUID-E %s", uuid); 642 uuid, MAC2STR(dev->mac_addr), dev->device_name, 699 if (is_nil_uuid(wpa_s->conf->uuid)) { 700 uuid_gen_mac_addr(wpa_s->own_addr, wps->uuid); 701 wpa_hexdump(MSG_DEBUG, "WPS: UUID based on MAC address" 847 const u8 *sel_uuid, *uuid; local [all...] |
/external/bluetooth/bluez/src/ |
device.c | 485 uuid_t uuid; local 487 if (bt_string2uuid(&uuid, pattern) < 0) 490 sdp_uuid128_to_uuid(&uuid); 492 err = device_browse(device, conn, msg, &uuid, FALSE); 1076 char *uuid; local 1079 uuid = bt_uuid2string(pat->data); 1080 if (!uuid) 1083 ret = strcasecmp(uuid, profile_uuid); 1085 g_free(uuid); 1119 const char **uuid; local 1218 const char **uuid; local 1457 uuid_t uuid; local 1507 uuid_t uuid; local [all...] |
device.h | 48 const char *uuid); 49 void btd_device_add_uuid(struct btd_device *device, const char *uuid);
|
/external/opencore/nodes/streaming/medialayernode/include/ |
pvmf_medialayer_node.h | 177 OSCL_IMPORT_REF virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0; 182 /** Mimetype and Uuid for the extension interface */ 214 bool queryInterface(const PVUuid& uuid, PVInterface*& iface) 216 if (uuid == Uuid()) 351 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) 354 if (uuid == PVUuid(PVMF_MEDIALAYERNODE_EXTENSIONINTERFACE_UUID)) 372 return (iExtensionInterface->queryInterface(uuid, iface));
|
/external/bluetooth/bluez/input/ |
manager.c | 50 static void input_remove(struct btd_device *device, const char *uuid) 56 input_device_unregister(path, uuid);
|
/external/bluetooth/bluez/test/ |
rctest.c | 75 static uint16_t uuid = 0x0000; variable 94 static uint8_t get_channel(const char *svr, uint16_t uuid) 110 sdp_uuid16_create(&svclass, uuid); 145 if (uuid != 0x0000) 146 channel = get_channel(svr, uuid); 582 "\t[-b bytes] [-i device] [-P channel] [-U uuid]\n" 659 uuid = SERIAL_PORT_SVCLASS_ID; 661 uuid = strtoul(optarg + 2, NULL, 16); 663 uuid = atoi(optarg);
|
/external/bluetooth/glib/gio/ |
gwin32volumemonitor.c | 220 get_volume_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid) 226 get_mount_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid)
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_uuid.h | 20 * @brief This file defines the OSCL UUID structure used for unique 48 * OSCL UUID structure used for unique identification of modules and interfaces. 75 //The OSCL UUID structure takes in a string parameter 197 OsclUuid(const OsclUuid &uuid) 199 oscl_memcpy(this, &uuid, sizeof(OsclUuid));
|
/external/opencore/protocols/rtsp_client_engine/src/ |
pvrtspenginenodeextensioninterface_impl.cpp | 46 bool PVRTSPEngineNodeExtensionInterfaceImpl::queryInterface(const PVUuid& uuid, PVInterface*& iface) 48 if (uuid == Uuid())
|
pvrtspenginenodeextensioninterface_impl.h | 43 OSCL_IMPORT_REF virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
|
/external/webkit/WebKit/win/Interfaces/ |
DOMRange.idl | 64 uuid(2F33E42C-0B39-48b3-B7B6-E910CDB325AD),
|
IWebError.idl | 127 uuid(89E3B189-0B60-4d6b-A87A-3F1172CB5538),
|
IWebFrameLoadDelegate.idl | 52 uuid(3354665B-84BA-4fdf-B35E-BF5CF9D96026),
|
IWebHistory.idl | 63 uuid(F34E4B1A-361D-4b9f-9A3F-D869DCD97F9A),
|
IWebHistoryItemPrivate.idl | 37 uuid(E9D5DC2C-192F-4795-B0EC-4E770E539D97),
|
IWebResourceLoadDelegate.idl | 59 uuid(AF3289AA-90DB-4ca4-A112-A1E5F0517953),
|
IWebScrollBarPrivate.idl | 38 uuid(6C585B08-2E4F-4594-9B90-0425E3A33FD0),
|
IWebURLRequest.idl | 43 uuid(F4B85F1D-F3B2-493d-B786-0930E804A3BA),
|
/external/opencore/nodes/pvmp4ffcomposernode/include/ |
pvmp4ffcn_clipconfig.h | 122 * @param uuid Uuid of the requested interface 127 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_media_data.h | 85 OSCL_IMPORT_REF virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
|
pvmf_port_interface.h | 240 virtual void QueryInterface(const PVUuid &uuid, OsclAny* &ptr) = 0;
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/ |
LCML_Types.h | 131 * Structure to capture uuid information. 135 struct DSP_UUID *uuid; member in struct:LCML_UUIDINFO
|
/external/dbus/dbus/ |
dbus-internals.h | 334 void _dbus_generate_uuid (DBusGUID *uuid); 335 dbus_bool_t _dbus_uuid_encode (const DBusGUID *uuid, 338 DBusGUID *uuid,
|
/external/e2fsprogs/debugfs/ |
Makefile.in | 103 $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/uuid/uuid.h \ 141 $(top_srcdir)/lib/uuid/uuid.h $(top_srcdir)/lib/e2p/e2p.h 150 $(top_srcdir)/lib/uuid/uuid.h
|