HomeSort by relevance Sort by last modified time
    Searched refs:uuid (Results 151 - 175 of 583) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis_int.h 31 UINT16 uuid; member in struct:__anon1274
  /external/chromium_org/chrome/browser/feedback/
feedback_data.h 99 void set_attached_file_uuid(const std::string& uuid) {
100 attached_file_uuid_ = uuid;
102 void set_screenshot_uuid(const std::string& uuid) {
103 screenshot_uuid_ = uuid;
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h 40 // Primary service class UUID (if different from the actual UUID)
81 // |uuid| specifies the identifier of the profile and |options| the way in
84 const std::string& uuid,
fake_bluetooth_agent_service_provider.h 50 const std::string& uuid,
  /external/chromium_org/remoting/host/win/
rdp_desktop_session.h 22 class __declspec(uuid(RDP_DESKTOP_SESSION_CLSID)) RdpDesktopSession
  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobData.h 214 static PassRefPtr<BlobDataHandle> create(const String& uuid, const String& type, long long size)
216 return adoptRef(new BlobDataHandle(uuid, type, size));
219 String uuid() const { return m_uuid.isolatedCopy(); } function in class:WebCore::BlobDataHandle
228 BlobDataHandle(const String& uuid, const String& type, long long size);
BlobData.cpp 34 #include "platform/UUID.h"
118 BlobDataHandle::BlobDataHandle(const String& uuid, const String& type, long long size)
119 : m_uuid(uuid.isolatedCopy())
  /external/chromium_org/third_party/WebKit/public/web/
WebBlob.h 66 BLINK_EXPORT WebString uuid();
  /external/clang/test/SemaCXX/
borland-extensions.cpp 50 struct __declspec(uuid("{12345678-1234-1234-1234-123456789abc}")) Foo;
  /external/wpa_supplicant_8/src/utils/
Makefile 22 uuid.o \
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 34 bool isCryptoSchemeSupported(const uint8_t uuid[16]);
36 status_t createDrmPlugin(const uint8_t uuid[16], DrmPlugin **plugin);
44 bool isCryptoSchemeSupported(const uint8_t uuid[16]) const;
46 const uint8_t uuid[16], const void *data, size_t size,
  /frameworks/av/media/libmediaplayerservice/
Drm.h 40 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType);
42 virtual status_t createPlugin(const uint8_t uuid[16]);
139 void findFactoryForScheme(const uint8_t uuid[16]);
140 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 81 ParcelFileDescriptor connectSocket(in BluetoothDevice device, int type, in ParcelUuid uuid, int port, int flag);
82 ParcelFileDescriptor createSocketChannel(int type, in String serviceName, in ParcelUuid uuid, int port, int flag);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 142 APPL_TRACE_DEBUG1("bta_ag_add_record uuid: %x", service_uuid);
310 UINT16 uuid; local
315 uuid = UUID_SERVCLASS_HF_HANDSFREE;
320 uuid = UUID_SERVCLASS_HEADSET_HS;
332 if ((p_rec = SDP_FindServiceInDb(p_scb->p_disc_db, uuid, p_rec)) == NULL)
334 if (uuid == UUID_SERVCLASS_HEADSET_HS)
337 uuid = UUID_SERVCLASS_HEADSET;
338 if ((p_rec = SDP_FindServiceInDb(p_scb->p_disc_db, uuid, p_rec)) == NULL)
361 SDP_FindProfileVersionInRec(p_rec, uuid, &p_scb->peer_version);
  /external/chromium_org/content/browser/media/android/
media_drm_credential_manager.cc 31 // TODO(qinmin): Move the UUID definition to some common places.
93 std::vector<uint8> uuid(kWidevineUuid, kWidevineUuid + 16);
95 0, uuid, GURL(), security_level, NULL);
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.h 44 // Return the UUID of the profile.
45 const std::string& uuid() const { return uuid_; } function in class:chromeos::BluetoothProfileChromeOS
54 // asynchronously. |uuid|, |options| and |callback| are the arguments to
56 void Init(const std::string& uuid,
104 // UUID of the profile passed during initialization.
bluetooth_profile_chromeos.cc 66 const std::string& uuid,
72 if (!BluetoothDevice::IsUUIDValid(uuid)) {
77 uuid_ = uuid;
81 bluetooth_options.service = uuid;
91 // use the UUID of the profile.
93 base::ReplaceChars(uuid, ":-", "_", &uuid_path);
107 uuid,
  /external/chromium_org/third_party/WebKit/Source/web/
WebBlob.cpp 73 WebString WebBlob::uuid() function in class:blink::WebBlob
77 return m_private->uuid();
  /external/chromium_org/webkit/browser/blob/
blob_url_request_job_factory.cc 78 // Support looking up based on uuid, the FeedbackExtensionAPI relies on this.
81 const std::string kPrefix("blob:uuid/");
84 std::string uuid = request->url().spec().substr(kPrefix.length());
85 scoped_ptr<BlobDataHandle> handle = context_->GetBlobDataFromUUID(uuid);
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.h 68 int32_t DownmixLib_Create(const effect_uuid_t *uuid,
73 int32_t DownmixLib_GetDescriptor(const effect_uuid_t *uuid,
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 125 if (p_rpt->uuid == GATT_UUID_HID_REPORT)
127 if (p_rpt->uuid == GATT_UUID_HID_BT_KB_INPUT)
129 if (p_rpt->uuid == GATT_UUID_HID_BT_KB_OUTPUT)
131 if (p_rpt->uuid == GATT_UUID_HID_BT_MOUSE_INPUT)
137 p_rpt->uuid ,
160 static char *bta_hh_uuid_to_str(UINT16 uuid)
162 switch(uuid)
187 return "Unknown UUID";
358 void bta_hh_le_fill_16bits_gatt_id(UINT8 inst_id, UINT16 uuid, tBTA_GATT_ID *p_output)
361 p_output->uuid.len = LEN_UUID_16
    [all...]
  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 42 0x19, 0x01, 0x00, /* UUID for L2CAP - 0x0100 */
45 0x19, 0x00, 0x0F, /* UUID for BNEP - 0x000F */
61 UINT32 pan_register_with_sdp (UINT16 uuid, UINT8 sec_mask, char *p_name, char *p_desc)
79 SDP_AddServiceClassIdList (sdp_handle, 1, &uuid);
96 SDP_AddProfileDescriptorList (sdp_handle, uuid, PAN_PROFILE_VERSION);
114 if (uuid == UUID_SERVCLASS_NAP)
141 if (uuid == UUID_SERVCLASS_GN)
153 if (uuid == UUID_SERVCLASS_PANU)
  /external/clang/utils/VtableTest/
gen.cc 28 int uuid = 0; variable
176 g(fn); g("(char *t) { mix(\"vfn this offset\", (char *)this - t); mix(\"vfn uuid\", "); g(++uuid);
248 g(fn); g("(char *t) { mix(\"vfn this offset\", (char *)this - t); mix(\"vfn uuid\", "); g(++uuid);
283 g(" else mix(\"no dyncast\", "); g(++uuid); gl(");");
292 g(" mix(\"no fields\", "); g(++uuid); gl(");");
300 g(" mix(\"no funcs\", "); g(++uuid); gl(");");
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 13 #include "utils/uuid.h"
174 char uuid[40], txt[400]; local
177 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
179 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid);
182 uuid, MAC2STR(dev->mac_addr), dev->device_name,
199 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name,
231 char uuid[40]; local
233 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))
256 char uuid[40]; local
898 const u8 **uuid = ctx; local
918 const u8 *uuid; local
998 const u8 *uuid; local
1271 const u8 *uuid; member in struct:wps_add_pin_data
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 43 import java.util.UUID;
70 * Byte size of 16 bit service uuid.
74 * Byte size of 128 bit service uuid.
100 private List<UUID> mAdvertisingServiceUuids = new ArrayList<UUID>();
280 public void registerClient(ParcelUuid uuid, IBluetoothGattCallback callback) {
283 service.registerClient(uuid.getUuid(), callback);
301 UUID[] uuids = new UUID[ids.length];
418 public void registerServer(ParcelUuid uuid, IBluetoothGattServerCallback callback)
628 UUID uuid = new UUID(uuidMsb, uuidLsb); local
672 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb); local
1186 UUID uuid = parcelUuid.getUuid(); local
1394 UUID uuid = new UUID(uuidMsb, uuidLsb); local
1407 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb); local
1429 UUID uuid = new UUID(charUuidMsb, charUuidLsb); local
1441 UUID uuid = new UUID(descrUuidMsb, descrUuidLsb); local
    [all...]

Completed in 981 milliseconds

1 2 3 4 5 67 8 91011>>