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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/webkit/common/blob/
blob_data.h 29 explicit BlobData(const std::string& uuid);
39 void AppendBlob(const std::string& uuid, uint64 offset, uint64 length);
47 const std::string& uuid() const { return uuid_; } function in class:webkit_blob::BlobData
  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 33 // proxy UUID af8da7e0-2ca1-11e3-b71d-0002a5d5c51b
36 {0xaf8da7e0, 0x2ca1, 0x11e3, 0xb71d, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b }}, // uuid
53 int EffectProxyCreate(const effect_uuid_t *uuid,
62 if (pHandle == NULL || uuid == NULL) {
70 pContext->uuid = *uuid;
84 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT);
126 effect_uuid_t uuid_print = pContext->desc[SUB_FX_HOST].uuid;
127 ALOGV("EffectCreate() UUID of HOST: %08X-%04X-%04X-%04X-%02X%02X%02X%02X"
132 ALOGV("EffectCreate() UUID of OFFLOAD: %08X-%04X-%04X-%04X-%02X%02X%02X%02X
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 107 ALOGE("%s: Unknown UUID length %d!", __FUNCTION__, p_dest->len);
115 btif_to_bta_uuid(&p_dest->uuid, &p_src->uuid);
121 btif_to_bta_uuid(&p_dest->id.uuid, &p_src->id.uuid);
171 ALOGE("%s: Unknown UUID length %d!", __FUNCTION__, p_src->len);
180 bta_to_btif_uuid(&p_dest->uuid, &p_src->uuid);
186 bta_to_btif_uuid(&p_dest->id.uuid, &p_src->id.uuid);
    [all...]
  /external/chromium_org/content/public/renderer/
key_system_info.h 59 std::vector<uint8> uuid; member in struct:content::KeySystemInfo
  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 17 bool BluetoothDevice::IsUUIDValid(const std::string& uuid) {
18 return !bluetooth_utils::CanonicalUuid(uuid).empty();
178 const std::string& uuid) const {
179 std::string canonical_uuid = bluetooth_utils::CanonicalUuid(uuid);
bluetooth_profile.h 25 // BluetoothProfile::Register() method and are always identified by a UUID
73 // Register an implementation of the profile with UUID |uuid| and
81 static void Register(const std::string& uuid,
bluetooth_service_record.h 28 // The UUID of the service. This field may be empty if no UUID was
30 const std::string& uuid() const { return uuid_; } function in class:device::BluetoothServiceRecord
bluetooth_service_record_win_unittest.cc 49 EXPECT_STREQ(kTestNoRfcommSdpUuid, service_record.uuid().c_str());
61 EXPECT_STREQ(kTestRfcommSdpUuid, service_record.uuid().c_str());
  /external/clang/test/Parser/
cxx11-stmt-attributes.cpp 43 [[uuid]] case 0: // expected-warning {{unknown attribute 'uuid' ignored}}
  /external/clang/test/Preprocessor/
output_paste_avoid.cpp 37 #define TYPEDEF(guid) typedef [uuid(guid)]
39 // CHECK: typedef [uuid(66504301-BE0F-101A-8BBB-00AA00300CAB)] long OLE_COLOR;
  /external/e2fsprogs/lib/uuid/
compare.c 2 * compare.c --- compare whether or not two UUID's are the same
4 * Returns 0 if the two UUID's are different, and 1 if they are the same.
44 struct uuid uuid1, uuid2;
pack.c 2 * Internal routine for packing UUID's
38 void uuid_pack(const struct uuid *uu, uuid_t ptr)
unpack.c 2 * Internal routine for unpacking UUID
38 void uuid_unpack(const uuid_t in, struct uuid *uu)
  /hardware/libhardware/include/hardware/
bt_sock.h 44 * listen to a rfcomm uuid or channel. It returns the socket fd from which
49 * connect to a rfcomm uuid channel of remote device, It returns the socket fd from which
52 bt_status_t (*connect)(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t* uuid, int channel, int* sock_fd, int flags);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc 52 const char kInvalidUuid[] = "Invalid UUID";
56 const char kProfileNotFound[] = "Profile not found: invalid uuid";
123 if (!BluetoothDevice::IsUUIDValid(params->profile.uuid)) {
128 BluetoothPermission::CheckParam param(params->profile.uuid);
135 uuid_ = device::bluetooth_utils::CanonicalUuid(params->profile.uuid);
205 if (!BluetoothDevice::IsUUIDValid(params->profile.uuid)) {
210 std::string uuid = local
211 device::bluetooth_utils::CanonicalUuid(params->profile.uuid);
213 if (!GetEventRouter(GetProfile())->HasProfile(uuid)) {
218 GetEventRouter(GetProfile())->RemoveProfile(uuid);
299 std::string uuid; local
398 std::string uuid = device::bluetooth_utils::CanonicalUuid( local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 235 const u8 *uuid,
276 * @uuid_e: UUID-E of the unknown Enrollee
290 * @uuid_e: UUID-E of the Enrollee
323 * @uuid_e: UUID of the Enrollee
523 const u8 *uuid; member in struct:wps_event_data::wps_event_er_ap
539 const u8 *uuid; member in struct:wps_event_data::wps_event_er_enrollee
553 const u8 *uuid; member in struct:wps_event_data::wps_event_er_ap_settings
558 const u8 *uuid; member in struct:wps_event_data::wps_event_er_set_selected_registrar
612 * uuid - Own UUID
614 u8 uuid[16]; member in struct:wps_context
    [all...]
wps_er.c 13 #include "uuid.h"
44 ev->uuid = sta->uuid;
60 const u8 *uuid)
66 (uuid == NULL ||
67 os_memcmp(uuid, sta->uuid, WPS_UUID_LEN) == 0))
100 struct in_addr *addr, const u8 *uuid,
106 (uuid == NULL ||
107 os_memcmp(uuid, ap->uuid, WPS_UUID_LEN) == 0) &
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 74 static const string getTlContFilePath(const mcUuid_t *uuid);
75 static const string getTlDataPath(const mcUuid_t *uuid);
76 static const string getTlDataFilePath(const mcUuid_t *uuid, mcPid_t pid);
77 static const string getTlBinFilePath(const mcUuid_t *uuid);
283 const mcUuid_t *uuid,
287 if ((NULL == uuid) || (NULL == so)) {
288 LOG_E("mcRegistry store So.TrustletCont(uuid) failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
292 LOG_E("mcRegistry store So.TrustletCont(uuid) failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
295 const string &tlContFilePath = getTlContFilePath(uuid);
300 LOG_E("mcRegistry store So.TrustletCont(uuid) failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE)
    [all...]
  /cts/tests/tests/security/jni/
android_security_cts_LoadEffectLibraryTest.cpp 67 // Effect UUID defined in cts/tests/tests/security/testeffect/CTSTestEffect.cpp
68 effect_uuid_t uuid = local
72 status = AudioEffect::getEffectDescriptor(&uuid, &desc);
  /external/bluetooth/bluedroid/btif/include/
btif_api.h 163 ** Description Looks up the service matching uuid on the remote device
164 ** and fetches the SCN and service_name if the UUID is found
170 bt_uuid_t *uuid);
291 bt_uuid_t *uuid);
  /external/chromium_org/chrome/test/functional/tracing/
tab_tracker.py 5 import uuid namespace
41 """Create a tracked tab and return its uuid.
47 a uuid uniquely identifying that tab within this TabTracker
52 tab_uuid = uuid.uuid4()
60 tab_uuid: the uuid of the tab to close
70 tab_uuid: the uuid of the tab to close
  /external/chromium_org/chrome_frame/
bind_context_info.h 14 class __declspec(uuid("71CC3EC7-7E8A-457f-93BC-1090CF31CC18"))
23 class __declspec(uuid("00000000-0000-0000-0000-000000000000")) BindContextInfo
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 132 void OnStartBuildingBlob(const std::string& uuid);
133 void OnAppendBlobDataItemToBlob(const std::string& uuid,
135 void OnAppendSharedMemoryToBlob(const std::string& uuid,
138 void OnFinishBuildingBlob(const std::string& uuid,
140 void OnCancelBuildingBlob(const std::string& uuid);
141 void OnIncrementBlobRefCount(const std::string& uuid);
142 void OnDecrementBlobRefCount(const std::string& uuid);
143 void OnRegisterPublicBlobURL(const GURL& public_url, const std::string& uuid);
  /external/chromium_org/content/child/
webblobregistry_impl.cc 43 const blink::WebString& uuid, const blink::WebBlobData& data) {
44 const std::string uuid_str(uuid.utf8());
102 void WebBlobRegistryImpl::addBlobDataRef(const WebString& uuid) {
103 sender_->Send(new BlobHostMsg_IncrementRefCount(uuid.utf8()));
106 void WebBlobRegistryImpl::removeBlobDataRef(const WebString& uuid) {
107 sender_->Send(new BlobHostMsg_DecrementRefCount(uuid.utf8()));
111 const WebURL& url, const WebString& uuid) {
112 sender_->Send(new BlobHostMsg_RegisterPublicURL(url, uuid.utf8()));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumdxgi.idl 65 [object, local, uuid("c22d2f85-f7dd-40b0-a50b-5d308f973c5e")]

Completed in 2693 milliseconds

1 2 3 45 6 7 8 91011>>