/external/bluetooth/bluedroid/stack/gatt/ |
gatt_utils.c | 954 ** Description Convert a 16 bits UUID to be an standard 128 bits one. 956 ** Returns TRUE if two uuid match; FALSE otherwise. 972 ** Description Compare two UUID to see if they are the same. 974 ** Returns TRUE if two uuid match; FALSE otherwise. 982 /* any of the UUID is unspecified */ 997 /* convert a 16 bits UUID to 128 bits value */ 1006 /* convert a 16 bits UUID to 128 bits value */ 1020 ** Description Add UUID into stream. 1022 ** Returns UUID length. 1025 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid) [all...] |
gatt_api.c | 76 ** application UUID, service UUID and service instance 133 ** p_svc_uuid : service UUID 308 ** char_uuid : Characteristic UUID. 351 ** p_descr_uuid : Characteristic descriptor UUID 387 ** p_svc_uuid : service UUID 848 /* search by type does not have a valid UUID param */ 860 p_clcb->uuid = p_param->service; [all...] |
/external/e2fsprogs/debian/ |
rules | 38 UUID_VERSION = $(shell grep ELF_VERSION lib/uuid/Makefile.in | cut '-d ' -f3) 39 UUID_SOVERSION = $(shell grep ELF_SO_VERSION lib/uuid/Makefile.in | cut '-d ' -f3) 69 uuiddevdir=${debdir}/uuid-dev 71 uuidruntimedir=${debdir}/uuid-runtime 72 uuidruntimedbgdir=${debdir}/uuid-runtime-dbg 406 mkdir -p ${debdir}/uuid-dev/usr/share/doc 407 # ln -sf libuuid${UUID_SOVERSION} ${debdir}/uuid-dev/usr/share/doc/uuid-dev 528 $(INSTALL) -p -m 0644 debian/uuid-runtime.copyright \ 529 ${uuidruntimedbgdir}/usr/share/doc/uuid-runtime-dbg/copyrigh [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectEqualizer.cpp | 44 // Google Graphic Equalizer UUID: e25aa840-543b-11df-98a5-0002a5d5c51b 47 {0xe25aa840, 0x543b, 0x11df, 0x98a5, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid 126 extern "C" int EffectCreate(const effect_uuid_t *uuid, 135 if (pHandle == NULL || uuid == NULL) { 139 if (memcmp(uuid, &gEqualizerDescriptor.uuid, sizeof(effect_uuid_t)) != 0) { 181 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, 184 if (pDescriptor == NULL || uuid == NULL){ 189 if (memcmp(uuid, &gEqualizerDescriptor.uuid, sizeof(effect_uuid_t)) == 0) [all...] |
/frameworks/av/media/libeffects/visualizer/ |
EffectVisualizer.cpp | 34 // Google Visualizer UUID: d069d9e0-8329-11df-9168-0002a5d5c51b 37 {0xd069d9e0, 0x8329, 0x11df, 0x9168, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid 228 int VisualizerLib_Create(const effect_uuid_t *uuid, 235 if (pHandle == NULL || uuid == NULL) { 239 if (memcmp(uuid, &gVisualizerDescriptor.uuid, sizeof(effect_uuid_t)) != 0) { 278 int VisualizerLib_GetDescriptor(const effect_uuid_t *uuid, 281 if (pDescriptor == NULL || uuid == NULL){ 286 if (memcmp(uuid, &gVisualizerDescriptor.uuid, sizeof(effect_uuid_t)) == 0) [all...] |
/external/e2fsprogs/e2fsck/ |
journal.c | 27 #include "uuid/uuid.h" 344 char uuid[37]; local 346 uuid_unparse(sb->s_journal_uuid, uuid); 348 "UUID", uuid); 405 /* Make sure the journal UUID is correct */ 593 uuid_t uuid; member in union:__anon17424 623 uuid_generate(u.uuid); 1047 char uuid[37], *journal_name local [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Account.java | 42 import java.util.UUID; 223 mCompatibilityUuid = UUID.randomUUID().toString(); 432 * Return the Uuid associated with this account. This is primarily for compatibility 434 * to the Uuid (e.g. desktop shortcuts). 482 * {@code content://com.android.email.provider/account/UUID} format, which is safe to use 493 * @return {@link Uri} to an {@link Account} with a {@code uuid}. 495 public static Uri getShortcutSafeUriFromUuid(String uuid) { 496 return CONTENT_URI.buildUpon().appendEncodedPath(uuid).build(); 501 * where ID = account id (used on Eclair, Android 2.0-2.1) or UUID, and return _id of 531 // Now id is a UUId [all...] |
/external/bluetooth/bluedroid/bta/include/ |
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 */ 298 UINT32 uuid_mask[BTM_EIR_SERVICE_ARRAY_SIZE]; /* mask of UUID list in EIR */ 446 tBLE_BD_ADDR *p_target_addr; /* target address, if NULL, generic UUID filter */ 447 tBT_UUID uuid; /* UUID condition */ member in struct:__anon339 469 tBTA_DM_BLE_PF_UUID_COND srvc_uuid; /* service UUID filtering */ 470 tBTA_DM_BLE_PF_UUID_COND solicitate_uuid; /* solicitated service UUID filtering */ [all...] |
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChatService.java | 22 import java.util.UUID; 49 // Unique UUID for this application 50 private static final UUID MY_UUID_SECURE = 51 UUID.fromString("fa87c0d0-afac-11de-8a39-0800200c9a66"); 52 private static final UUID MY_UUID_INSECURE = 53 UUID.fromString("8ce255c0-200a-11e0-ac64-0800200c9a66");
|
/external/bluetooth/bluedroid/stack/include/ |
sdp_api.h | 60 /* Legacy #define to avoid code changes - SDP UUID is same as BT UUID */ 344 ** Description This function is called to read the 128-bit service UUID within a record 348 ** p_uuid - output parameter to save the UUID found. 511 ** Description This function is called to add a UUID sequence to a record. 742 ** Description This function is called to read the service UUID within a record
|
/external/chromium_org/chrome/browser/storage_monitor/ |
storage_monitor_linux.cc | 50 std::string uuid = GetUdevDevicePropertyValue(device, kFsUUID); local 51 // Keep track of device uuid, to see how often we receive empty uuid values. 54 !uuid.empty()); 56 if (!uuid.empty()) 57 return kFSUniqueIdPrefix + uuid;
|
/external/e2fsprogs/debugfs/ |
logdump.c | 35 #include <uuid/uuid.h> 230 char uuid[37]; local 232 uuid_unparse(es->s_journal_uuid, uuid); 233 journal_fn = blkid_get_devname(NULL, "UUID", uuid);
|
/external/wpa_supplicant_8/src/wps/ |
wps_common.c | 494 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid) 512 os_memcpy(uuid, hash, 16); 515 uuid[6] = (5 << 4) | (uuid[6] & 0x0f); 518 uuid[8] = 0x80 | (uuid[8] & 0x3f);
|
/hardware/ti/omap3/dspbridge/inc/ |
dbdcd.h | 144 * and returns the UUID and type of each enumerated object. 180 * Given the uuid of a library and size of array of uuids, this function 186 * numLibs: Size of uuid array (number of library uuids). 212 * Given the uuid of a library, determine its number of dependent 217 * pNumLibs: Size of uuid array (number of library uuids). 242 * UUID.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdcd.h | 144 * and returns the UUID and type of each enumerated object. 180 * Given the uuid of a library and size of array of uuids, this function 186 * numLibs: Size of uuid array (number of library uuids). 212 * Given the uuid of a library, determine its number of dependent 217 * pNumLibs: Size of uuid array (number of library uuids). 242 * UUID.
|
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_act.c | 2185 tSDP_UUID uuid; local [all...] |
bta_dm_api.c | 77 /* if UUID list is not provided as static data */ 468 void BTA_DmDiscoverUUID(BD_ADDR bd_addr, tSDP_UUID *uuid, 485 memcpy( &p_msg->uuid, uuid, sizeof(tSDP_UUID) ); 918 ** Description This function is called to add UUID into EIR. 920 ** Parameters tBT_UUID - UUID 934 memcpy (&(p_msg->uuid), p_uuid, sizeof(tBT_UUID)); 945 ** Description This function is called to remove UUID from EIR. 947 ** Parameters tBT_UUID - UUID 961 memcpy (&(p_msg->uuid), p_uuid, sizeof(tBT_UUID)) [all...] |
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_int.h | 155 UINT16 uuid; member in struct:__anon550 449 tSDP_UUID uuid; /* current uuid of sdp discovery*/ member in struct:__anon574
|
/external/bluetooth/bluedroid/bta/sys/ |
bta_sys_conn.c | 531 ** used by the other BTA modules to add/remove UUID. 546 ** class UUID is added. 564 ** class UUID is removed.
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_agent_service_provider.h | 147 // authorized to connect to the service with UUID |uuid|. The agent should 151 const std::string& uuid,
|
/external/chromium_org/content/browser/media/android/ |
browser_media_player_manager.h | 136 const std::vector<uint8>& uuid, 166 // Adds a new MediaDrmBridge for the given |uuid|, |media_keys_id|, and 169 const std::vector<uint8>& uuid,
|
/frameworks/base/docs/html/sdk/api_diff/18/changes/ |
android.bluetooth.BluetoothAdapter.html | 93 <A NAME="android.bluetooth.BluetoothAdapter.startLeScan_added(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback)"></A> 94 <nobr><code>boolean</code> <A HREF="../../../../reference/android/bluetooth/BluetoothAdapter.html#startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback)" target="_top"><code>startLeScan</code></A>(<code>UUID[],</nobr> LeScanCallback<nobr><nobr></code>)</nobr>
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 36 import java.util.UUID; 66 public final static UUID UUID_HEART_RATE_MEASUREMENT = 67 UUID.fromString(SampleGattAttributes.HEART_RATE_MEASUREMENT); 302 UUID.fromString(SampleGattAttributes.CLIENT_CHARACTERISTIC_CONFIG));
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 36 import java.util.UUID; 66 public final static UUID UUID_HEART_RATE_MEASUREMENT = 67 UUID.fromString(SampleGattAttributes.HEART_RATE_MEASUREMENT); 302 UUID.fromString(SampleGattAttributes.CLIENT_CHARACTERISTIC_CONFIG));
|
/development/apps/BluetoothDebug/ |
AndroidManifest.xml | 26 <action android:name="android.bluetooth.device.action.UUID" />
|