/frameworks/base/core/java/android/os/ |
D | ParcelUuid.java | 30 private final UUID mUuid; field in ParcelUuid 39 mUuid = uuid; in ParcelUuid() 63 return mUuid; in getUuid() 74 return mUuid.toString(); in toString() 80 return mUuid.hashCode(); in hashCode() 109 return (this.mUuid.equals(that.mUuid)); in equals() 132 dest.writeLong(mUuid.getMostSignificantBits()); in writeToParcel() 133 dest.writeLong(mUuid.getLeastSignificantBits()); in writeToParcel()
|
/frameworks/base/core/java/android/app/usage/ |
D | CacheQuotaHint.java | 38 private final String mUuid; field in CacheQuotaHint 48 this.mUuid = builder.mUuid; in CacheQuotaHint() 55 return mUuid; in getVolumeUuid() 72 dest.writeString(mUuid); in writeToParcel() 87 return Objects.equals(mUuid, other.mUuid) in equals() 97 return Objects.hash(this.mUuid, this.mUid, this.mUsageStats, this.mQuota); in hashCode() 101 private String mUuid; field in CacheQuotaHint.Builder 117 mUuid = uuid; in setVolumeUuid()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattIncludedService.java | 34 protected UUID mUuid; field in BluetoothGattIncludedService 50 mUuid = uuid; in BluetoothGattIncludedService() 62 out.writeParcelable(new ParcelUuid(mUuid), 0); in writeToParcel() 79 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattIncludedService() 90 return mUuid; in getUuid()
|
D | BluetoothGattDescriptor.java | 97 protected UUID mUuid; field in BluetoothGattDescriptor 163 mUuid = uuid; in initDescriptor() 175 out.writeParcelable(new ParcelUuid(mUuid), 0); in writeToParcel() 192 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattDescriptor() 222 return mUuid; in getUuid()
|
D | BluetoothGattService.java | 60 protected UUID mUuid; field in BluetoothGattService 109 mUuid = uuid; in BluetoothGattService() 124 mUuid = uuid; in BluetoothGattService() 138 mUuid = uuid; in BluetoothGattService() 154 out.writeParcelable(new ParcelUuid(mUuid), 0); in writeToParcel() 180 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattService() 309 return mUuid; in getUuid()
|
D | BluetoothGattCharacteristic.java | 179 protected UUID mUuid; field in BluetoothGattCharacteristic 274 mUuid = uuid; in initCharacteristic() 296 out.writeParcelable(new ParcelUuid(mUuid), 0); in writeToParcel() 317 mUuid = ((ParcelUuid) in.readParcelable(null)).getUuid(); in BluetoothGattCharacteristic() 398 return mUuid; in getUuid()
|
D | BluetoothSocket.java | 130 private final ParcelUuid mUuid; field in BluetoothSocket 209 mUuid = uuid; in BluetoothSocket() 211 mUuid = new ParcelUuid(new UUID(0, 0)); in BluetoothSocket() 237 mUuid = s.mUuid; in BluetoothSocket() 394 mUuid, mPort, getSecurityFlags()); in connect() 437 mUuid, mPort, getSecurityFlags()); in bindListen()
|
/frameworks/native/libs/sensor/ |
D | Sensor.cpp | 61 mUuid = uuid; in Sensor() 459 return mUuid; in getUuid() 463 mUuid.i64[0] = id; in setId() 464 mUuid.i64[1] = 0; in setId() 468 return int32_t(mUuid.i64[0]); in getId() 477 sizeof(mRequiredAppOp) + sizeof(mMaxDelay) + sizeof(mFlags) + sizeof(mUuid); in getFlattenedSize() 511 if (mUuid.i64[1] != 0) { in flatten() 521 FlattenableUtils::write(buffer, size, mUuid); in flatten() 562 sizeof(mFlags) + sizeof(mUuid); in unflatten() 571 FlattenableUtils::read(buffer, size, mUuid); in unflatten()
|
/frameworks/native/cmds/installd/ |
D | CacheTracker.cpp | 42 mUuid(uuid) { in CacheTracker() 79 if (IsQuotaSupported(mUuid) && cacheGid != -1 && extCacheGid != -1) { in loadQuotaStats() 81 if ((space = GetOccupiedSpaceForGid(mUuid, cacheGid)) != -1) { in loadQuotaStats() 87 if ((space = GetOccupiedSpaceForGid(mUuid, extCacheGid)) != -1) { in loadQuotaStats()
|
D | CacheTracker.h | 65 const std::string& mUuid; variable
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyEffects.h | 121 mUuid(uuid), in EffectDesc() 135 mUuid(orig.mUuid), in EffectDesc() 162 effect_uuid_t mUuid; variable
|
D | AudioPolicyEffects.cpp | 121 sp<AudioEffect> fx = new AudioEffect(NULL, String16("android"), &effect->mUuid, -1, 0, in addInputEffects() 270 sp<AudioEffect> fx = new AudioEffect(NULL, String16("android"), &effect->mUuid, 0, 0, 0, in addOutputSessionEffects() 794 effect->mName, effect->mUuid.timeLow); in loadEffectConfig()
|
/frameworks/native/libs/sensor/include/sensor/ |
D | Sensor.h | 135 uuid_t mUuid; variable
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 9815 Landroid/app/usage/CacheQuotaHint$Builder;->mUuid:Ljava/lang/String; 9819 Landroid/app/usage/CacheQuotaHint;->mUuid:Ljava/lang/String; 10880 Landroid/bluetooth/BluetoothGattCharacteristic;->mUuid:Ljava/util/UUID; 10894 Landroid/bluetooth/BluetoothGattDescriptor;->mUuid:Ljava/util/UUID; 10906 Landroid/bluetooth/BluetoothGattIncludedService;->mUuid:Ljava/util/UUID; 10939 Landroid/bluetooth/BluetoothGattService;->mUuid:Ljava/util/UUID; 11557 Landroid/bluetooth/BluetoothSocket;->mUuid:Landroid/os/ParcelUuid; 55633 Landroid/os/ParcelUuid;->mUuid:Ljava/util/UUID;
|