/system/media/audio_effects/include/audio_effects/ |
effect_ns.h | 26 // The NS type UUID is not defined by OpenSL ES and has been generated from 27 // http://www.itu.int/ITU-T/asn1/uuid.html
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleServerService.java | 23 import java.util.UUID; 76 private static final UUID SERVICE_UUID = 77 UUID.fromString("00009999-0000-1000-8000-00805f9b34fb"); 78 private static final UUID CHARACTERISTIC_UUID = 79 UUID.fromString("00009998-0000-1000-8000-00805f9b34fb"); 80 private static final UUID UPDATE_CHARACTERISTIC_UUID = 81 UUID.fromString("00009997-0000-1000-8000-00805f9b34fb"); 82 private static final UUID DESCRIPTOR_UUID = 83 UUID.fromString("00009996-0000-1000-8000-00805f9b34fb"); 84 public static final UUID ADV_SERVICE_UUID [all...] |
/frameworks/base/media/java/android/media/audiofx/ |
AudioEffect.java | 29 import java.util.UUID; 76 * UUID for environmental reverberation effect 78 public static final UUID EFFECT_TYPE_ENV_REVERB = UUID 81 * UUID for preset reverberation effect 83 public static final UUID EFFECT_TYPE_PRESET_REVERB = UUID 86 * UUID for equalizer effect 88 public static final UUID EFFECT_TYPE_EQUALIZER = UUID 258 public UUID uuid; field in class:AudioEffect.Descriptor [all...] |
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/ |
bluetooth_SDP_ServiceSearchRequestBasic.py | 7 import uuid namespace 43 # Service with Class ID = 0x0001 should never exist, as this UUID is 44 # reserved as Bluetooth Core Specification UUID 92 uuid_str = str(uuid.UUID(int=uuid128))
|
/external/e2fsprogs/debian/ |
control.in | 5 ifdef(`UTIL_LINUX_NG', ``libblkid-dev (>= 2.16), uuid-dev (>= 2.16),''))dnl 89 Recommends: uuid-runtime 95 ids (UUIDs). A UUID is an identifier that is unique across both 96 space and time, with respect to the space of all UUIDs. A UUID can 103 Package: uuid-runtime 111 ids (UUIDs). A UUID is an identifier that is unique across both 112 space and time, with respect to the space of all UUIDs. A UUID can 122 UUID?s, in a secure and guaranteed-unique fashion, even in the face 123 of large numbers of threads trying to grab UUID?s running on 139 Package: uuid-de [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pServiceInfo.java | 72 * # UPnP uuid 73 * {"upnp", "10", "uuid:6859dede-8574-59ab-9332-123456789012"} 76 * {"upnp", "10", "uuid:6859dede-8574-59ab-9332-123456789012::upnp:rootdevice"} 79 * {"upnp", "10", "uuid:6859dede-8574-59ab-9332-123456789012::urn:schemas-upnp 83 * {"upnp", "10", "uuid:6859dede-8574-59ab-9322-123456789012::urn:schemas-upnp
|
/hardware/bsp/intel/soc/common/tools/ |
gpt_ini2bin.py | 4 import uuid namespace 74 guid_type = uuid.UUID(type_2_guid[guid_type]) 77 guid = uuid.UUID(cfg.get('partition.' + p, 'guid'))
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
encode_common_ti.h | 32 * Auto-generated UUID structures for DSP/BIOS Bridge nodes.
45 /* This is USN UUID */ 52 /* This is MDN UUID*/
59 /* This is ACDN UUID*/
66 /* This is TeeDN UUID */
|
/packages/apps/Camera2/src/com/android/camera/data/ |
PlaceholderItem.java | 28 import java.util.UUID; 59 String uuid = UUID.randomUUID().toString(); local 60 builder.scheme(SIMPLE_VIEW_URI_SCHEME).appendPath(uuid); 65 uuid,
|
/system/bt/bta/sdp/ |
bta_sdp_api.c | 95 tBTA_SDP_STATUS BTA_SdpSearch(BD_ADDR bd_addr, tSDP_UUID *uuid) 104 // p_msg->uuid = uuid; 105 memcpy(&(p_msg->uuid), uuid, sizeof(tSDP_UUID));
|
bta_sdp_act.c | 57 // that there is a mess of UUID comparison and shortening methods will have to 59 // The btcore->uuid module should be used for all instances. 69 APPL_TRACE_DEBUG("%s() - uuid len:%d", __func__, u->len); 396 tBT_UUID *uuid = (tBT_UUID*)user_data; local 397 memcpy(&evt_data.uuid, uuid, sizeof(tBT_UUID)); 398 su = shorten_sdp_uuid(uuid); 407 if (IS_UUID(UUID_MAP_MAS,uuid->uu.uuid128)) { 408 APPL_TRACE_DEBUG("%s() - found MAP (MAS) uuid", __func__); 410 } else if (IS_UUID(UUID_MAP_MNS,uuid->uu.uuid128)) [all...] |
/system/bt/btif/src/ |
btif_sock.c | 37 static bt_status_t btsock_listen(btsock_type_t type, const char *service_name, const uint8_t *uuid, int channel, int *sock_fd, int flags, int app_uid); 38 static bt_status_t btsock_connect(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t *uuid, int channel, int *sock_fd, int flags, int app_uid); 149 static bt_status_t btsock_connect(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t *uuid, int channel, int *sock_fd, int flags, int app_uid) { 150 assert(uuid != NULL || channel > 0); 159 status = btsock_rfc_connect(bd_addr, uuid, channel, sock_fd, flags, app_uid);
|
/system/bt/service/ipc/binder/ |
interface_with_instances_base.h | 25 #include "service/common/bluetooth/uuid.h" 47 // registration API to add a instance/UUID pair to the pending list and set up 79 const bluetooth::UUID& uuid, 95 RemoteCallbackMap<bluetooth::UUID, android::IInterface> pending_callbacks_;
|
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
BluetoothMidiDevice.java | 43 import java.util.UUID; 55 // Bluetooth MIDI Gatt service UUID 56 private static final UUID MIDI_SERVICE = UUID.fromString( 58 // Bluetooth MIDI Gatt characteristic UUID 59 private static final UUID MIDI_CHARACTERISTIC = UUID.fromString( 61 // Descriptor UUID for enabling characteristic changed notifications 62 private static final UUID CLIENT_CHARACTERISTIC_CONFIG = UUID.fromString [all...] |
/system/bt/service/test/ |
gatt_server_unittest.cpp | 198 UUID uuid = UUID::GetRandom(); variable 199 auto callback = [&](BLEStatus status, const UUID& in_uuid, 201 CHECK(in_uuid == uuid); 213 factory_->RegisterInstance(uuid, callback); 215 bt_uuid_t hal_uuid = uuid.GetBlueDroid(); 244 UUID uuid0 = UUID::GetRandom(); 245 UUID uuid1 = UUID::GetRandom() 399 const UUID uuid = UUID::GetRandom(); local 481 const UUID uuid = UUID::GetRandom(); local [all...] |
low_energy_client_unittest.cpp | 221 UUID uuid = UUID::GetRandom(); local 222 auto api_callback = [&](BLEStatus status, const UUID& in_uuid, 224 CHECK(in_uuid == uuid); 236 ble_factory_->RegisterInstance(uuid, api_callback); 238 bt_uuid_t hal_uuid = uuid.GetBlueDroid(); 304 UUID cb_uuid; 308 auto callback = [&](BLEStatus in_status, const UUID& uuid, [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattCharacteristic.java | 23 import java.util.UUID; 173 * The UUID of this characteristic. 176 protected UUID mUuid; 230 * @param uuid The UUID for this characteristic 234 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { 235 initCharacteristic(null, uuid, 0, properties, permissions); 243 UUID uuid, int instanceId [all...] |
/system/connectivity/shill/mobile_operator_db/test_protos/ |
main_test.h | 28 // # Specificially, in the mccmnc, name, uuid fields. 37 // uuid: "uuid101" 49 // uuid: "uuid102" 60 // uuid: "uuid103" 74 // uuid: "uuid104" 86 // uuid: "uuid105" 97 // uuid: "uuid106001" 106 // uuid: "uuid106002" 117 // uuid: "uuid107001" 126 // uuid: "uuid107002 [all...] |
/frameworks/base/core/java/android/hardware/soundtrigger/ |
SoundTrigger.java | 26 import java.util.UUID; 63 public final UUID uuid; field in class:SoundTrigger.ModuleProperties 97 String uuid, int version, int maxSoundModels, int maxKeyphrases, 104 this.uuid = UUID.fromString(uuid); 132 String uuid = in.readString(); local 143 return new ModuleProperties(id, implementor, description, uuid, version, 154 dest.writeString(uuid.toString()) 205 public final UUID uuid; field in class:SoundTrigger.SoundModel 408 UUID uuid = UUID.fromString(in.readString()); local 495 UUID uuid = UUID.fromString(in.readString()); local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
Utils.java | 42 import java.util.UUID; 113 UUID uuid = pUuid.getUuid(); local 114 msb = uuid.getMostSignificantBits(); 115 lsb = uuid.getLeastSignificantBits(); 125 UUID uuid; local 128 uuid = uuids[i].getUuid(); 129 msb = uuid.getMostSignificantBits(); 130 lsb = uuid.getLeastSignificantBits() 140 UUID uuid; local [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
GattServerFacade.java | 22 import java.util.UUID; 237 * @param uuid the UUID that characterises the service 242 public int gattServerCreateService(@RpcParameter(name = "uuid") String uuid, 246 mGattServiceList.put(index, new BluetoothGattService(UUID.fromString(uuid), serviceType)); 254 * @param serviceUuid the service Uuid to get 263 && mBluetoothGattServerList.get(index).getService(UUID.fromString(serviceUuid)) != null 265 mBluetoothGattServerList.get(index).getService(UUID.fromString(serviceUuid) [all...] |
/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...] |
/system/bt/bta/hh/ |
bta_hh_le.c | 267 if (p_rpt->uuid == GATT_UUID_HID_REPORT) 269 if (p_rpt->uuid == GATT_UUID_HID_BT_KB_INPUT) 271 if (p_rpt->uuid == GATT_UUID_HID_BT_KB_OUTPUT) 273 if (p_rpt->uuid == GATT_UUID_HID_BT_MOUSE_INPUT) 278 p_rpt->uuid , 296 static char *bta_hh_uuid_to_str(UINT16 uuid) 298 switch(uuid) 323 return "Unknown UUID"; 512 ** Description find the report entry by service instance and report UUID and 537 if (p_rpt->uuid == rpt_uuid & [all...] |
/external/autotest/client/cros/tendo/ |
peerd_dbus_helper.py | 17 Peer = collections.namedtuple('Peer', ['uuid', 'last_seen', 'services']) 29 PEER_PROPERTY_ID = 'UUID' 112 peer = Peer(uuid=peer_properties[PEER_PROPERTY_ID], 139 def has_peer(self, uuid): 145 @param uuid: string unique identifier of peer. 152 if peer.uuid != uuid:
|
/external/tinyxml/ |
tinyXmlTest.dsp | 53 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
54 # ADD LINK32 ./Release/tinyxml.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
78 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
79 # ADD LINK32 ./Debug/tinyxmld.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
|