/system/bt/service/test/ |
gatt_client_unittest.cpp | 102 UUID cb_uuid; 106 auto callback = [&](BLEStatus in_status, const UUID& uuid, 109 cb_uuid = uuid; 115 UUID uuid0 = UUID::GetRandom(); 125 // Calling twice with the same UUID should fail with no additional call into 131 // Call with a different UUID while one is pending. 132 UUID uuid1 = UUID::GetRandom() [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
ContextMap.java | 31 import java.util.UUID; 65 /** The UUID of the application */ 66 UUID uuid; field in class:ContextMap.App 92 App(UUID uuid, T callback, String name, AppScanStats appScanStats) { 93 this.uuid = uuid; 148 void add(UUID uuid, T callback, GattService service) [all...] |
GattService.java | 66 import java.util.UUID; 92 private static final UUID[] HID_UUIDS = { 93 UUID.fromString("00002A4A-0000-1000-8000-00805F9B34FB"), 94 UUID.fromString("00002A4B-0000-1000-8000-00805F9B34FB"), 95 UUID.fromString("00002A4C-0000-1000-8000-00805F9B34FB"), 96 UUID.fromString("00002A4D-0000-1000-8000-00805F9B34FB") 99 private static final UUID[] FIDO_UUIDS = { 100 UUID.fromString("0000FFFD-0000-1000-8000-00805F9B34FB") // U2F 120 private List<UUID> mAdvertisingServiceUuids = new ArrayList<UUID>(); 687 UUID uuid = new UUID(uuidMsb, uuidLsb); local 1634 UUID uuid = new UUID(uuidMsb, uuidLsb); local 1647 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb); local 1669 UUID uuid = new UUID(charUuidMsb, charUuidLsb); local 1681 UUID uuid = new UUID(descrUuidMsb, descrUuidLsb); local [all...] |
GattDebugUtils.java | 22 import java.util.UUID; 47 private static final String EXTRA_UUID = "uuid"; 98 UUID uuid = getUuidExtra(intent); local 102 svc.gattTestCommand( 0x04, uuid, null, type, shdl, ehdl, 0,0); 127 Object uuid = extras != null ? extras.get(extra) : null; local 128 if (uuid != null && uuid.getClass().getName().equals("java.lang.String")) { 142 * If a string of length 4 is detected, a 16-bit hex UUID is assumed and 143 * the default Bluetooth UUID is appended [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
UPnPServiceResponseListenerTest.java | 74 String uuid = "uuid:6859dede-8574-59ab-9332-123456789011"; local 75 ALL_UPNP_SERVICES.add(new Argument(uuid)); 76 ALL_UPNP_SERVICES.add(new Argument(uuid + 78 ALL_UPNP_SERVICES.add(new Argument(uuid + 80 ALL_UPNP_SERVICES.add(new Argument(uuid + 82 ALL_UPNP_SERVICES.add(new Argument(uuid + 85 UPNP_ROOT_DEVICE.add(new Argument(uuid +
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/ |
common.py | 2 import uuid
namespace 23 qn = Question(identifier=str(uuid.uuid4()),
|
/external/compiler-rt/lib/cfi/ |
cfi_blacklist.txt | 7 # Types with a uuid attribute, i.e. COM types. 8 type:attr:uuid
|
/external/libxml2/test/relaxng/ |
libvirt_0.xml | 3 <uuid>596a5d2171f48fb2e068e2386a5c413e</uuid>
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
PiffSampleEncryptionBox.java | 7 * aligned(8) class SampleEncryptionBox extends FullBox(?uuid?, extended_type= 0xA2394F52-5A9B-4f14-A244-6C427C648DF4, version=0, flags=0) 36 super("uuid");
|
PiffTrackEncryptionBox.java | 6 * aligned(8) class TrackEncryptionBox extends FullBox(?uuid?, 19 super("uuid");
|
/frameworks/av/drm/mediadrm/plugins/clearkey/ |
ClearKeyUUID.cpp | 23 bool isClearKeyUUID(const uint8_t uuid[16]) { 29 return !memcmp(uuid, kClearKeyUUID, sizeof(kClearKeyUUID));
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
SdpManager.java | 97 private native boolean sdpSearchNative(byte[] address, byte[] uuid); 126 public SdpSearchInstance(int status, BluetoothDevice device, ParcelUuid uuid){ 128 this.mUuid = uuid; 165 * find an instance based on UUID AND device address. 192 ParcelUuid uuid = Utils.byteArrayToUuid(uuidBytes)[0]; local 195 && inst.getUuid().equals(uuid)) { 202 boolean isSearching(BluetoothDevice device, ParcelUuid uuid) { 206 && inst.getUuid().equals(uuid)) { 249 void sdpMasRecordFoundCallback(int status, byte[] address, byte[] uuid, 260 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); [all...] |
/system/bt/btif/include/ |
btif_profile_queue.h | 32 typedef bt_status_t (*btif_connect_cb_t) (bt_bdaddr_t *bda, uint16_t uuid); 34 bt_status_t btif_queue_connect(uint16_t uuid, const bt_bdaddr_t *bda, btif_connect_cb_t connect_cb);
|
/system/bt/btif/src/ |
btif_sock_sdp.c | 103 // |with_obex| is |TRUE|, then an additional OBEX protocol UUID will be included 160 // Registers a service with the given |name|, |uuid|, and |channel| in the SDP 161 // database as a generic L2CAP RFCOMM protocol, storing its |uuid| as a service 163 static int add_sdp_by_uuid(const char *name, const uint8_t *uuid, 179 // Convert the |uuid| into a big-endian representation and add it as a 189 // UUID array in the macro and serves no other purpose as the conversion 193 ARRAY_TO_BE_STREAM(tmp, uuid, UUID_MAX_LENGTH); 248 // Notify the system that we've got a new service class UUID. 316 // Notify the system that we've got a new service class UUID. 364 // Adds an RFCOMM SDP record for a service with the given |name|, |uuid|, an [all...] |
/external/apache-http/src/org/apache/http/ |
svn.info | 2 Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
|
/external/e2fsprogs/tests/f_dirlink/ |
expect.1 | 1 Filesystem did not have a UUID; generating one.
|
/external/llvm/utils/textmate/TableGen.tmbundle/ |
info.plist | 9 <key>uuid</key>
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/basemediaformat/ |
SampleEncryptionBox.java | 6 * aligned(8) class AbstractSampleEncryptionBox extends FullBox(?uuid?, extended_type= 0xA2394F52-5A9B-4f14-A244-6C427C648DF4, version=0, flags=0)
|
/external/wpa_supplicant_8/src/utils/ |
uuid.c | 2 * Universally Unique IDentifier (UUID) 12 #include "uuid.h" 64 int is_nil_uuid(const u8 *uuid) 68 if (uuid[i])
|
/external/wpa_supplicant_8/src/wps/ |
wps_er.h | 19 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_sta 42 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap 72 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap_settings 102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
|
/frameworks/av/include/media/ |
Crypto.h | 38 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]); 41 const uint8_t uuid[16], const void *data, size_t size); 75 void findFactoryForScheme(const uint8_t uuid[16]); 76 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);
|
/frameworks/av/media/ndk/ |
NdkMediaCrypto.cpp | 64 bool AMediaCrypto_isCryptoSchemeSupported(const AMediaUUID uuid) { 69 return crypto->isCryptoSchemeSupported(uuid); 82 AMediaCrypto* AMediaCrypto_new(const AMediaUUID uuid, const void *data, size_t datasize) { 89 if (tmp->createPlugin(uuid, data, datasize) != 0) {
|
/frameworks/base/media/java/android/media/ |
DrmInitData.java | 23 import java.util.UUID; 37 * Retrieves initialization data for a given DRM scheme, specified by its UUID. 39 * @param schemeUuid The DRM scheme's UUID. 42 public abstract SchemeInitData get(UUID schemeUuid);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
austream.idl | 34 uuid(f7537560-a3be-11d0-8212-00c04fc32c45), 57 uuid(345fee00-aba5-11d0-8212-00c04fc32c45), 71 uuid(327fc560-af60-11d0-8212-00c04fc32c45), 96 uuid(54c719c0-af60-11d0-8212-00c04fc32c45),
|
/external/e2fsprogs/misc/ |
uuidgen.c | 2 * gen_uuid.c --- generate a DCE-compatible uuid 23 #include "uuid/uuid.h"
|