Home
last modified time | relevance | path

Searched refs:getUuid (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothUuid.java236 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()
DBluetoothGattService.java160 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()
DBluetoothGattIncludedService.java79 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattIncludedService()
89 public UUID getUuid() { in getUuid() method in BluetoothGattIncludedService
DBluetoothGattDescriptor.java189 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattDescriptor()
217 public UUID getUuid() { in getUuid() method in BluetoothGattDescriptor
DBluetoothGattCharacteristic.java314 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()
DBluetoothGattServer.java109 + " 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()
DBluetoothGatt.java314 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/
DSoundTriggerService.java193 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/
DSoundTriggerDetectionService.java220 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/
DParcelUuid.java60 public UUID getUuid() { in getUuid() method in ParcelUuid
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java340 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/
DSensor.h103 const uuid_t& getUuid() const;
/frameworks/base/core/java/android/hardware/
DSensor.java995 public java.util.UUID getUuid() { in getUuid() method in Sensor
/frameworks/base/core/java/android/os/storage/
DStorageVolume.java247 public @Nullable String getUuid() { in getUuid() method in StorageVolume
/frameworks/native/libs/sensor/
DSensor.cpp443 const Sensor::uuid_t& Sensor::getUuid() const { in getUuid() function in android::Sensor
/frameworks/native/services/sensorservice/
DSensorService.cpp981 int32_t id = getIdFromUuid(sensor.getUuid()); in makeUuidsIntoIdsForSensorList()
/frameworks/base/api/
Dsystem-current.txt1180 method public java.util.UUID getUuid();
Dcurrent.txt8194 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/
Dhiddenapi-public-dex.txt5563 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;
Dboot-image-profile.txt1252 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/
Dandroid-22.txt6302 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();