HomeSort by relevance Sort by last modified time
    Searched full:uuid (Results 176 - 200 of 1844) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/bt/service/
gatt_server_old.cpp 84 UUID uuid; member in struct:bluetooth::gatt::Characteristic
99 const UUID& uuid,
104 std::map<UUID, int> uuid_to_attribute;
114 UUID last_write;
140 service_id.id.uuid = *app_uuid;
233 const bluetooth::UUID::UUID128Bit &attr_uuid = ch.uuid.GetFullBigEndian();
242 g_internal->last_write = ch.uuid;
275 const bluetooth::UUID::UUID128Bit uuid = local
556 bt_uuid_t uuid = service_id.GetBlueDroid(); local
    [all...]
  /frameworks/base/core/java/android/bluetooth/le/
ScanFilter.java 29 import java.util.UUID;
73 private ScanFilter(String name, String deviceAddress, ParcelUuid uuid,
78 mServiceUuid = uuid;
162 ParcelUuid uuid = in.readParcelable(ParcelUuid.class.getClassLoader());
163 builder.setServiceUuid(uuid);
167 builder.setServiceUuid(uuid, uuidMask);
218 * Returns the filter set on the service uuid.
296 // UUID match.
321 // Check if the uuid pattern is contained in a list of parcel uuids.
322 private boolean matchesServiceUuids(ParcelUuid uuid, ParcelUuid parcelUuidMask
    [all...]
  /system/core/trusty/libtrusty/tipc-test/
tipc_test.c 32 static const char *uuid_name = "com.android.ipc-unittest.srv.uuid";
81 " dev-uuid - print device uuid\n"
609 typedef struct uuid struct
617 static void print_uuid(const char *dev, uuid_t *uuid)
620 printf("uuid: %08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x\n",
621 uuid->time_low,
622 uuid->time_mid,
623 uuid->time_hi_and_version,
624 uuid->clock_seq_and_node[0]
639 uuid_t uuid; local
    [all...]
  /frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
TestSoundTriggerActivity.java 26 import java.util.UUID;
126 modelInfo.modelUuid = UUID.fromString(properties.getProperty("modelUuid"));
128 modelInfo.modelUuid = UUID.randomUUID();
132 modelInfo.vendorUuid = UUID.fromString(properties.getProperty("vendorUuid"));
134 modelInfo.vendorUuid = UUID.randomUUID();
199 private synchronized UUID getSelectedUuid() {
243 this, "Successfully created sound trigger model UUID=" + model.uuid,
246 Toast.makeText(this, "Failed to enroll!!!" + model.uuid, Toast.LENGTH_SHORT).show();
258 UUID modelUuid = getSelectedUuid()
    [all...]
SoundTriggerUtil.java 33 import java.util.UUID;
55 * The sound model must contain a valid UUID.
85 public GenericSoundModel getSoundModel(UUID modelId) {
108 public boolean deleteSoundModel(UUID modelId) {
117 public void deleteSoundModelUsingManager(UUID modelId) {
121 public SoundTriggerDetector createSoundTriggerDetector(UUID modelId,
  /frameworks/av/include/media/
EffectsFactoryApi.h 38 // Each effect must have a different effect uuid (see
94 // pEffectUuid: pointer to the effect uuid.
109 // -ENOENT no effect with this uuid found
139 // Description: Returns the descriptor of the effect which uuid is pointed
143 // pEffectUuid: pointer to the effect uuid.
152 // -ENOENT no effect with this uuid found
162 // Description: Helper function to compare effect uuid to EFFECT_UUID_NULL
165 // pEffectUuid: pointer to effect uuid to compare to EFFECT_UUID_NULL.
168 // returned value: 0 if uuid is different from EFFECT_UUID_NULL.
169 // 1 if uuid is equal to EFFECT_UUID_NULL
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 22 import java.util.UUID;
72 private final UUID mUUID;
79 this(device, id, UUID.randomUUID(), state, number, multiParty, outgoing);
82 public BluetoothHeadsetClientCall(BluetoothDevice device, int id, UUID uuid, int state,
86 mUUID = uuid;
146 * Gets call's UUID.
148 * @return call uuid
151 public UUID getUUID() {
234 in.readInt(), UUID.fromString(in.readString()), in.readInt()
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 133 uuid(aec22fb8-76f3-4639-9be0-28eb43a67a2e)
160 uuid(3d3e0379-f9de-4d58-bb6c-18d62992f1a6)
173 uuid(cafcb56c-6ac3-4889-bf47-9e23bbd260ec)
191 uuid(ae02eedb-c735-4690-8d52-5a8dc20213aa)
240 uuid(2411e7e1-12ac-4ccf-bd14-9798e8534dc0)
260 uuid(310d36a0-d2e7-4c0a-aa04-6a9d23b8886a)
308 uuid(7b7166ec-21c7-44ae-b21a-c9ae321ae369)
339 uuid(54ec77fa-1377-44e6-8c32-88fd5f44c84c)
406 [object, local, uuid("035f3ab4-482e-4e50-b41f-8a7f8bd8960b")]
426 [object, local, uuid("4AE63092-6327-4c1b-80AE-BFE12EA32B86")
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 47 struct __declspec(uuid(L"00000000-0000-0000-1234-000000000047")) uuid_attr_bad1 { };// expected-error {{'uuid' attribute requires a string}}
48 struct __declspec(uuid(3)) uuid_attr_bad2 { };// expected-error {{'uuid' attribute requires a string}}
49 struct __declspec(uuid("0000000-0000-0000-1234-0000500000047")) uuid_attr_bad3 { };// expected-error {{uuid attribute contains a malformed GUID}}
50 struct __declspec(uuid("0000000-0000-0000-Z234-000000000047")) uuid_attr_bad4 { };// expected-error {{uuid attribute contains a malformed GUID}}
51 struct __declspec(uuid("000000000000-0000-1234-000000000047")) uuid_attr_bad5 { };// expected-error {{uuid attribute contains a malformed GUID}
124 struct __declspec(uuid("{12345678-1234-1234-1234-1234567890aB}")) uuid; member in namespace:PR16911
134 struct __declspec(uuid("{12345678-1234-1234-1234-1234567890aB}")) uuid; member in namespace:PR16911
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_sdp.cpp 40 // that there is a mess of UUID comparison and shortening methods will have to
42 // The btcore->uuid module should be used for all instances.
135 jbyte *addr = NULL, *uuid = NULL; local
146 uuid = env->GetByteArrayElements(uuidObj, NULL);
147 if (!uuid) {
148 ALOGE("failed to get uuid");
151 ALOGD("%s UUID %.*s",__FUNCTION__,16, (uint8_t*)uuid);
155 (const uint8_t*)uuid)) != BT_STATUS_SUCCESS) {
164 if (uuid) env->ReleaseByteArrayElements(uuidObj, uuid, 0)
173 jbyteArray uuid = NULL; local
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java 22 import java.util.UUID;
338 * Get the service from an input UUID
344 @Rpc(description = "Get the service from an input UUID")
366 * @param characteristicUuid the characteristic uuid to read
389 UUID cUuid = UUID.fromString(characteristicUuid);
392 throw new Exception("Invalid characteristic uuid: " + characteristicUuid);
402 * @param characteristicUuid - the characteristic uuid in which the descriptor is
403 * @param descriptorUuid - the descriptor uuid to read
426 UUID cUuid = UUID.fromString(characteristicUuid)
    [all...]
BluetoothRfcommFacade.java 42 import java.util.UUID;
56 // UUID for SL4A.
88 String uuid = UUID.randomUUID().toString(); local
89 connections.put(uuid, conn);
90 conn.setUUID(uuid);
91 return uuid;
100 @RpcParameter(name = "uuid",
101 description = "The UUID passed here must match the UUID used by the server device."
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Trial.java 29 import java.util.UUID;
39 private UUID id;
46 this.id = Defaults.UUID;
61 public UUID id() {
111 private final UUID id;
117 public Builder(UUID id) {
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialModule.java 34 import java.util.UUID;
42 private final UUID trialId;
46 TrialModule(UUID trialId, int trialNumber, Experiment experiment) {
55 UUID provideTrialId() {
85 @TrialId UUID trialId,
118 @TrialId final UUID trialId,
  /frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
SoundTriggerDbHelper.java 30 import java.util.UUID;
86 values.put(GenericSoundModelContract.KEY_MODEL_UUID, soundModel.uuid.toString());
100 public GenericSoundModel getGenericSoundModel(UUID model_uuid) {
116 return new GenericSoundModel(model_uuid, UUID.fromString(vendor_uuid),
128 public boolean deleteGenericSoundModel(UUID model_uuid) {
137 + "='" + soundModel.uuid.toString() + "'";
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceResponse.java 39 *{"uuid:6859dede-8574-59ab-9332-123456789012",
40 *"uuid:6859dede-8574-59ab-9332-123456789012::upnp:rootdevice"}
60 * <li>"uuid:6859dede-8574-59ab-9332-123456789012"
61 * <li>"uuid:6859dede-8574-59ab-9332-123456789012::upnp:rootdevice"
62 * <li>"uuid:6859dede-8574-59ab-9332-123456789012::urn:schemas-upnp-org:device:
64 * <li>"uuid:6859dede-8574-59ab-9332-123456789012::urn:schemas-upnp-org:service:
  /hardware/libhardware/include/hardware/
bt_sdp.h 40 bt_uuid_t uuid; member in struct:_bluetooth_sdp_hdr
54 bt_uuid_t uuid; member in struct:_bluetooth_sdp_hdr_overlay
112 typedef void (*btsdp_search_callback)(bt_status_t status, bt_bdaddr_t *bd_addr, uint8_t* uuid, int num_records, bluetooth_sdp_record *records);
130 /** Search for SDP records with specific uuid on remote device */
131 bt_status_t (*sdp_search)(bt_bdaddr_t *bd_addr, const uint8_t* uuid);
135 * (without UUID and service_name and set the BTSOCK_FLAG_NO_SDP flag in flags).
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.h 47 int server_id, bool is_primary, const bluetooth::UUID& uuid,
50 int server_id, const bluetooth::UUID& uuid,
54 int server_id, const bluetooth::UUID& uuid, int permissions,
  /system/bt/test/suite/gatt/
gatt_unittest.cpp 29 static void create_random_uuid(bt_uuid_t *uuid, int seed) {
32 uuid->uu[i] = (uint8_t) (rand() % 256);
109 // Service UUID.
113 create_random_uuid(&srvc_id.id.uuid, -1);
115 // Characteristics UUID.
119 // Descriptor UUID.
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
WorkerSpec.java 24 import java.util.UUID;
33 public final UUID trialId;
46 UUID trialId,
  /external/e2fsprogs/lib/uuid/
isnull.c 2 * isnull.c --- Check whether or not the UUID is null
37 /* Returns 1 if the uuid is the NULL uuid */
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
AndroidProxy.java 28 import java.util.UUID;
34 private final UUID mSecret;
48 mSecret = UUID.randomUUID();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi.idl 142 uuid(aec22fb8-76f3-4639-9be0-28eb43a67a2e)
169 uuid(3d3e0379-f9de-4d58-bb6c-18d62992f1a6)
181 uuid(035f3ab4-482e-4e50-b41f-8a7f8bd8960b),
195 uuid(9d8e1289-d7b3-465f-8126-250e349af85d),
208 uuid(cafcb56c-6ac3-4889-bf47-9e23bbd260ec)
226 uuid(ae02eedb-c735-4690-8d52-5a8dc20213aa)
275 uuid(2411e7e1-12ac-4ccf-bd14-9798e8534dc0)
295 uuid(310d36a0-d2e7-4c0a-aa04-6a9d23b8886a)
348 uuid(7b7166ec-21c7-44ae-b21a-c9ae321ae369)
379 uuid(54ec77fa-1377-44e6-8c32-88fd5f44c84c
    [all...]
  /system/bt/bta/gatt/
bta_gattc_cache.c 87 APPL_TRACE_ERROR("\t Attr handle[%d] uuid[0x%04x] type[%s] prop[0x%1x]",
88 p_attr->handle, p_attr->uuid.uu.uuid16,
97 ((p_cur_srvc->uuid.len == 2) ? "uuid16" : "uuid128"),
98 p_cur_srvc->uuid.uu.uuid16,
142 APPL_TRACE_ERROR("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
143 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
215 memcpy(&p_new_srvc->uuid, p_uuid, sizeof(tBT_UUID));
257 memcpy(&characteristic->uuid, p_uuid, sizeof(tBT_UUID));
298 memcpy(&isvc->uuid, p_uuid, sizeof(tBT_UUID));
315 memcpy(&descriptor->uuid, p_uuid, sizeof(tBT_UUID))
815 tSDP_UUID uuid; local
    [all...]
  /system/bt/stack/srvc/
srvc_battery.c 200 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_BATTERY}}; local
215 &uuid,
233 uuid.uu.uuid16 = GATT_UUID_BATTERY_LEVEL;
239 &uuid,
250 uuid.uu.uuid16 = GATT_UUID_CHAR_CLIENT_CONFIG;
253 &uuid);
262 uuid.uu.uuid16 = GATT_UUID_CHAR_PRESENT_FORMAT;
265 &uuid))
275 uuid.uu.uuid16 = GATT_UUID_RPT_REF_DESCR;
278 &uuid))
    [all...]

Completed in 2095 milliseconds

1 2 3 4 5 6 78 91011>>