/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothUuid.java | 236 UUID uuid = parcelUuid.getUuid(); in getServiceIdentifierFromParcelUuid() 280 long msb = BASE_UUID.getUuid().getMostSignificantBits() + (shortUuid << 32); in parseUuidFrom() 281 long lsb = BASE_UUID.getUuid().getLeastSignificantBits(); in parseUuidFrom() 317 long msb = uuid.getUuid().getMostSignificantBits(); in uuidToBytes() 318 long lsb = uuid.getUuid().getLeastSignificantBits(); in uuidToBytes() 334 UUID uuid = parcelUuid.getUuid(); in is16BitUuid() 335 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) { in is16BitUuid() 349 UUID uuid = parcelUuid.getUuid(); in is32BitUuid() 350 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) { in is32BitUuid()
|
D | BluetoothGattService.java | 160 includedServices.add(new BluetoothGattIncludedService(s.getUuid(), in writeToParcel() 178 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattService() 199 mIncludedServices.add(new BluetoothGattService(null, isvc.getUuid(), in BluetoothGattService() 255 if (uuid.equals(characteristic.getUuid()) in getCharacteristic() 305 public UUID getUuid() { in getUuid() method in BluetoothGattService 364 if (uuid.equals(characteristic.getUuid())) { in getCharacteristic()
|
D | BluetoothGattIncludedService.java | 79 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattIncludedService() 89 public UUID getUuid() { in getUuid() method in BluetoothGattIncludedService
|
D | BluetoothGattDescriptor.java | 189 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattDescriptor() 217 public UUID getUuid() { in getUuid() method in BluetoothGattDescriptor
|
D | BluetoothGattCharacteristic.java | 314 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattCharacteristic() 362 if (descriptor.getUuid().equals(uuid) in getDescriptor() 393 public UUID getUuid() { in getUuid() method in BluetoothGattCharacteristic 488 if (descriptor.getUuid().equals(uuid)) { in getDescriptor()
|
D | BluetoothGattServer.java | 109 + " uuid=" + service.getUuid() + " status=" + status); 510 && svc.getUuid().equals(uuid)) { in getService() 714 if (DBG) Log.d(TAG, "addService() - service: " + service.getUuid()); in addService() 738 if (DBG) Log.d(TAG, "removeService() - service: " + service.getUuid()); in removeService() 741 BluetoothGattService intService = getService(service.getUuid(), in removeService() 801 if (service.getUuid().equals(uuid)) { in getService()
|
D | BluetoothGatt.java | 314 brokenRef.getUuid(), brokenRef.getInstanceId()); 720 && svc.getUuid().equals(uuid)) { in getService() 1056 if (service.getDevice().equals(mDevice) && service.getUuid().equals(uuid)) { in getService() 1081 if (VDBG) Log.d(TAG, "readCharacteristic() - uuid: " + characteristic.getUuid()); in readCharacteristic() 1161 if (VDBG) Log.d(TAG, "writeCharacteristic() - uuid: " + characteristic.getUuid()); in writeCharacteristic() 1201 if (VDBG) Log.d(TAG, "readDescriptor() - uuid: " + descriptor.getUuid()); in readDescriptor() 1242 if (VDBG) Log.d(TAG, "writeDescriptor() - uuid: " + descriptor.getUuid()); in writeDescriptor() 1382 Log.d(TAG, "setCharacteristicNotification() - uuid: " + characteristic.getUuid() in setCharacteristicNotification()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | SoundTriggerService.java | 193 return mSoundTriggerHelper.startGenericRecognition(parcelUuid.getUuid(), model, in startRecognition() 204 return mSoundTriggerHelper.stopGenericRecognition(parcelUuid.getUuid(), callback); in stopRecognition() 214 soundModelId.getUuid()); in getSoundModel() 234 mSoundTriggerHelper.unloadGenericSoundModel(soundModelId.getUuid()); in deleteSoundModel() 235 mDbHelper.deleteGenericSoundModel(soundModelId.getUuid()); in deleteSoundModel() 304 new RemoteSoundTriggerDetectionService(soundModelId.getUuid(), in startRecognitionForService() 313 new LocalSoundTriggerRecognitionStatusIntentCallback(soundModelId.getUuid(), in startRecognitionForIntent() 326 SoundModel soundModel = mLoadedModels.get(soundModelId.getUuid()); in startRecognitionForInt() 333 existingCallback = mCallbacks.get(soundModelId.getUuid()); in startRecognitionForInt() 361 mCallbacks.put(soundModelId.getUuid(), callback); in startRecognitionForInt() [all …]
|
/frameworks/base/media/java/android/media/soundtrigger/ |
D | SoundTriggerDetectionService.java | 220 UUID uuid = puuid.getUuid(); in onBind() 232 UUID uuid = puuid.getUuid(); in onBind() 246 UUID uuid = puuid.getUuid(); in onBind() 260 UUID uuid = puuid.getUuid(); in onBind() 273 UUID uuid = puuid.getUuid(); in onBind()
|
/frameworks/base/core/java/android/os/ |
D | ParcelUuid.java | 60 public UUID getUuid() { in getUuid() method in ParcelUuid
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | ScanFilter.java | 340 UUID uuidMask = parcelUuidMask == null ? null : parcelUuidMask.getUuid(); in matchesServiceUuids() 341 if (matchesServiceUuid(uuid.getUuid(), uuidMask, parcelUuid.getUuid())) { in matchesServiceUuids()
|
/frameworks/native/libs/sensor/include/sensor/ |
D | Sensor.h | 103 const uuid_t& getUuid() const;
|
/frameworks/base/core/java/android/hardware/ |
D | Sensor.java | 995 public java.util.UUID getUuid() { in getUuid() method in Sensor
|
/frameworks/base/core/java/android/os/storage/ |
D | StorageVolume.java | 247 public @Nullable String getUuid() { in getUuid() method in StorageVolume
|
/frameworks/native/libs/sensor/ |
D | Sensor.cpp | 443 const Sensor::uuid_t& Sensor::getUuid() const { in getUuid() function in android::Sensor
|
/frameworks/native/services/sensorservice/ |
D | SensorService.cpp | 981 int32_t id = getIdFromUuid(sensor.getUuid()); in makeUuidsIntoIdsForSensorList()
|
/frameworks/base/api/ |
D | system-current.txt | 1180 method public java.util.UUID getUuid();
|
D | current.txt | 8194 method public java.util.UUID getUuid(); 8239 method public java.util.UUID getUuid(); 8300 method public java.util.UUID getUuid(); 32904 method public java.util.UUID getUuid(); 33559 method public java.lang.String getUuid();
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 5563 Landroid/bluetooth/BluetoothGattCharacteristic;->getUuid()Ljava/util/UUID; 5601 Landroid/bluetooth/BluetoothGattDescriptor;->getUuid()Ljava/util/UUID; 5653 Landroid/bluetooth/BluetoothGattService;->getUuid()Ljava/util/UUID; 14647 Landroid/hardware/Sensor;->getUuid()Ljava/util/UUID; 31527 Landroid/os/ParcelUuid;->getUuid()Ljava/util/UUID; 31790 Landroid/os/storage/StorageVolume;->getUuid()Ljava/lang/String;
|
D | boot-image-profile.txt | 1252 HPLandroid/bluetooth/BluetoothGattCharacteristic;->getUuid()Ljava/util/UUID; 1261 HPLandroid/bluetooth/BluetoothGattDescriptor;->getUuid()Ljava/util/UUID; 1274 HPLandroid/bluetooth/BluetoothGattService;->getUuid()Ljava/util/UUID; 4347 HPLandroid/os/ParcelUuid;->getUuid()Ljava/util/UUID; 28905 HSPLandroid/os/storage/StorageVolume;->getUuid()Ljava/lang/String;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6302 method public java.util.UUID getUuid(); 6344 method public java.util.UUID getUuid(); 6398 method public java.util.UUID getUuid(); 22106 method public java.util.UUID getUuid();
|