HomeSort by relevance Sort by last modified time
    Searched refs:getUuid (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /hardware/libhardware/modules/sensors/dynamic_sensor/
BaseSensorObject.cpp 37 void BaseSensorObject::getUuid(uint8_t* uuid) const {
BaseSensorObject.h 44 virtual void getUuid(uint8_t* uuid) const;
DummyDynamicAccelDaemon.h 47 virtual void getUuid(uint8_t* uuid) const;
HidRawSensor.h 42 virtual void getUuid(uint8_t* uuid) const;
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java 160 includedServices.add(new BluetoothGattIncludedService(s.getUuid(),
178 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid();
199 mIncludedServices.add(new BluetoothGattService(null, isvc.getUuid(),
255 if (uuid.equals(characteristic.getUuid())
305 public UUID getUuid() {
364 if (uuid.equals(characteristic.getUuid())) {
BluetoothUuid.java 236 UUID uuid = parcelUuid.getUuid();
280 long msb = BASE_UUID.getUuid().getMostSignificantBits() + (shortUuid << 32);
281 long lsb = BASE_UUID.getUuid().getLeastSignificantBits();
317 long msb = uuid.getUuid().getMostSignificantBits();
318 long lsb = uuid.getUuid().getLeastSignificantBits();
334 UUID uuid = parcelUuid.getUuid();
335 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) {
349 UUID uuid = parcelUuid.getUuid();
350 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) {
BluetoothGattIncludedService.java 79 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid();
89 public UUID getUuid() {
BluetoothGattDescriptor.java 189 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid();
217 public UUID getUuid() {
BluetoothGattCharacteristic.java 314 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid();
362 if (descriptor.getUuid().equals(uuid)
393 public UUID getUuid() {
488 if (descriptor.getUuid().equals(uuid)) {
BluetoothGattServer.java 109 + " uuid=" + service.getUuid() + " status=" + status);
510 && svc.getUuid().equals(uuid)) {
714 if (DBG) Log.d(TAG, "addService() - service: " + service.getUuid());
738 if (DBG) Log.d(TAG, "removeService() - service: " + service.getUuid());
741 BluetoothGattService intService = getService(service.getUuid(),
801 if (service.getUuid().equals(uuid)) {
    [all...]
  /frameworks/base/media/java/android/media/soundtrigger/
SoundTriggerDetectionService.java 220 UUID uuid = puuid.getUuid();
232 UUID uuid = puuid.getUuid();
246 UUID uuid = puuid.getUuid();
260 UUID uuid = puuid.getUuid();
273 UUID uuid = puuid.getUuid();
  /frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
SoundTriggerService.java 193 return mSoundTriggerHelper.startGenericRecognition(parcelUuid.getUuid(), model,
204 return mSoundTriggerHelper.stopGenericRecognition(parcelUuid.getUuid(), callback);
214 soundModelId.getUuid());
234 mSoundTriggerHelper.unloadGenericSoundModel(soundModelId.getUuid());
235 mDbHelper.deleteGenericSoundModel(soundModelId.getUuid());
304 new RemoteSoundTriggerDetectionService(soundModelId.getUuid(),
313 new LocalSoundTriggerRecognitionStatusIntentCallback(soundModelId.getUuid(),
326 SoundModel soundModel = mLoadedModels.get(soundModelId.getUuid());
333 existingCallback = mCallbacks.get(soundModelId.getUuid());
361 mCallbacks.put(soundModelId.getUuid(), callback)
    [all...]
  /frameworks/base/core/java/android/os/
ParcelUuid.java 60 public UUID getUuid() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
SdpManager.java 121 public ParcelUuid getUuid() {
182 if (inst.getDevice().getAddress().equals(addressString) && inst.getUuid()
193 if (inst.getDevice().getAddress().equals(addressString) && inst.getUuid()
422 Log.d(TAG, "Starting search for UUID: " + inst.getUuid());
429 Utils.uuidToByteArray(inst.getUuid()));
450 intent.putExtra(BluetoothDevice.EXTRA_UUID, inst.getUuid());
471 Log.w(TAG, "Search timedout for UUID " + msgObj.getUuid());
  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarTrustAgentBleService.java 92 UUID uuid = characteristic.getUuid();
94 if (uuid.equals(mEnrolmentEscrowToken.getUuid())) {
104 } else if (uuid.equals(mUnlockEscrowToken.getUuid())) {
107 } else if (uuid.equals(mUnlockTokenHandle.getUuid())) {
SimpleBleServer.java 86 Log.d(TAG, "Service added status: " + status + " uuid: " + service.getUuid());
92 Log.d(TAG, "Read request for characteristic: " + characteristic.getUuid());
102 Log.d(TAG, "Write request for characteristic: " + characteristic.getUuid());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 607 if (characteristic.getUuid().equals(INDICATE_CHARACTERISTIC_UUID)) {
    [all...]
BleEncryptedServerService.java 346 if (characteristic.getUuid().equals(CHARACTERISTIC_ENCRYPTED_WRITE_UUID)) {
358 } else if (characteristic.getUuid().equals(CHARACTERISTIC_UUID)) {
380 if (characteristic.getUuid().equals(CHARACTERISTIC_ENCRYPTED_READ_UUID)) {
401 if (descriptor.getUuid().equals(DESCRIPTOR_ENCRYPTED_READ_UUID)) {
424 if (descriptor.getUuid().equals(DESCRIPTOR_ENCRYPTED_WRITE_UUID)) {
BleServerService.java     [all...]
BleEncryptedClientService.java 380 UUID uid = characteristic.getUuid();
417 UUID uid = characteristic.getUuid();
464 UUID uid = descriptor.getUuid();
507 UUID uid = descriptor.getUuid();
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java 278 + " UUID: " + mGattChar.getUuid().toString());
476 return gattChar.getUuid().toString();
510 serviceUuidList.add(service.getUuid().toString());
668 + " UUID: " + mGattChar.getUuid().toString());
676 + " UUID: " + mGattDesc.getUuid().toString());
700 + " UUID: " + mGattChar.getUuid().toString());
708 + " UUID: " + mGattDesc.getUuid().toString());
    [all...]
GattClientFacade.java 388 serviceUuidList.add(service.getUuid().toString());
525 + " UUID: " + mGattChar.getUuid().toString());
571 + " UUID: " + mGattDesc.getUuid().toString());
616 + " UUID: " + mGattChar.getUuid().toString());
660 + " UUID: " + mGattChar.getUuid().toString());
662 mGattChar.getUuid(), 0x08, 0x10);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanFilterQueue.java 177 addUuid(filter.getServiceUuid().getUuid());
179 addUuid(filter.getServiceUuid().getUuid(), filter.getServiceUuidMask().getUuid());
  /frameworks/native/libs/sensor/include/sensor/
Sensor.h 99 // Note that after setId() has been called, getUuid() no longer
101 // TODO(b/29547335): Remove getUuid(), add getUuidIndex(), and
103 const uuid_t& getUuid() const;
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 129 if (UUID_HEART_RATE_MEASUREMENT.equals(characteristic.getUuid())) {
300 if (UUID_HEART_RATE_MEASUREMENT.equals(characteristic.getUuid())) {

Completed in 415 milliseconds

1 2 3 4