Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothUuid.java228 UUID uuid = parcelUuid.getUuid(); in getServiceIdentifierFromParcelUuid()
272 long msb = BASE_UUID.getUuid().getMostSignificantBits() + (shortUuid << 32); in parseUuidFrom()
273 long lsb = BASE_UUID.getUuid().getLeastSignificantBits(); in parseUuidFrom()
309 long msb = uuid.getUuid().getMostSignificantBits(); in uuidToBytes()
310 long lsb = uuid.getUuid().getLeastSignificantBits(); in uuidToBytes()
326 UUID uuid = parcelUuid.getUuid(); in is16BitUuid()
327 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) { in is16BitUuid()
341 UUID uuid = parcelUuid.getUuid(); in is32BitUuid()
342 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) { in is32BitUuid()
DBluetoothGattService.java152 includedServices.add(new BluetoothGattIncludedService(s.getUuid(), in writeToParcel()
170 mUuid = ((ParcelUuid)in.readParcelable(null)).getUuid(); in BluetoothGattService()
191 mIncludedServices.add(new BluetoothGattService(null, isvc.getUuid(), in BluetoothGattService()
244 if (uuid.equals(characteristic.getUuid()) in getCharacteristic()
289 public UUID getUuid() { in getUuid() method in BluetoothGattService
349 if (uuid.equals(characteristic.getUuid())) in getCharacteristic()
DBluetoothGattIncludedService.java77 mUuid = ((ParcelUuid)in.readParcelable(null)).getUuid(); in BluetoothGattIncludedService()
87 public UUID getUuid() { in getUuid() method in BluetoothGattIncludedService
DBluetoothGattDescriptor.java184 mUuid = ((ParcelUuid)in.readParcelable(null)).getUuid(); in BluetoothGattDescriptor()
210 public UUID getUuid() { in getUuid() method in BluetoothGattDescriptor
DBluetoothGattCharacteristic.java304 mUuid = ((ParcelUuid)in.readParcelable(null)).getUuid(); in BluetoothGattCharacteristic()
350 if (descriptor.getUuid().equals(uuid) in getDescriptor()
379 public UUID getUuid() { in getUuid() method in BluetoothGattCharacteristic
476 if (descriptor.getUuid().equals(uuid)) { in getDescriptor()
DBluetoothGattServer.java108 + " uuid=" + service.getUuid() + " status=" + status);
488 svc.getUuid().equals(uuid)) { in getService()
688 if (DBG) Log.d(TAG, "addService() - service: " + service.getUuid()); in addService()
712 if (DBG) Log.d(TAG, "removeService() - service: " + service.getUuid()); in removeService()
715 BluetoothGattService intService = getService(service.getUuid(), in removeService()
776 if (service.getUuid().equals(uuid)) { in getService()
DBluetoothGatt.java293 brokenRef.getUuid(), brokenRef.getInstanceId(), brokenRef.getType());
666 svc.getUuid().equals(uuid)) { in getService()
996 service.getUuid().equals(uuid)) { in getService()
1020 if (VDBG) Log.d(TAG, "readCharacteristic() - uuid: " + characteristic.getUuid()); in readCharacteristic()
1098 if (VDBG) Log.d(TAG, "writeCharacteristic() - uuid: " + characteristic.getUuid()); in writeCharacteristic()
1138 if (VDBG) Log.d(TAG, "readDescriptor() - uuid: " + descriptor.getUuid()); in readDescriptor()
1179 if (VDBG) Log.d(TAG, "writeDescriptor() - uuid: " + descriptor.getUuid()); in writeDescriptor()
1318 if (DBG) Log.d(TAG, "setCharacteristicNotification() - uuid: " + characteristic.getUuid() in setCharacteristicNotification()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerService.java136 return mSoundTriggerHelper.startGenericRecognition(parcelUuid.getUuid(), model, in startRecognition()
147 return mSoundTriggerHelper.stopGenericRecognition(parcelUuid.getUuid(), callback); in stopRecognition()
157 soundModelId.getUuid()); in getSoundModel()
177 mSoundTriggerHelper.unloadGenericSoundModel(soundModelId.getUuid()); in deleteSoundModel()
178 mDbHelper.deleteGenericSoundModel(soundModelId.getUuid()); in deleteSoundModel()
/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.h102 const uuid_t& getUuid() const;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMnsService.java99 "MAP Message Notification Service", MAP_MNS.getUuid()); in run()
/frameworks/base/core/java/android/hardware/
DSensor.java993 public java.util.UUID getUuid() { in getUuid() method in Sensor
/frameworks/base/core/java/android/os/storage/
DStorageVolume.java269 public @Nullable String getUuid() { in getUuid() method in StorageVolume
/frameworks/native/libs/sensor/
DSensor.cpp438 const Sensor::uuid_t& Sensor::getUuid() const { in getUuid() function in android::Sensor
/frameworks/native/services/sensorservice/
DSensorService.cpp880 int32_t id = getIdFromUuid(sensor.getUuid()); in makeUuidsIntoIdsForSensorList()
/frameworks/base/api/
Dsystem-current.txt8184 method public java.util.UUID getUuid();
8229 method public java.util.UUID getUuid();
8290 method public java.util.UUID getUuid();
15533 method public java.util.UUID getUuid();
33940 method public java.util.UUID getUuid();
34646 method public java.lang.String getUuid();
Dcurrent.txt7705 method public java.util.UUID getUuid();
7750 method public java.util.UUID getUuid();
7811 method public java.util.UUID getUuid();
31198 method public java.util.UUID getUuid();
31794 method public java.lang.String getUuid();
/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();