Home
last modified time | relevance | path

Searched refs:mUuid (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/os/
DParcelUuid.java30 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/
DCacheQuotaHint.java38 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/
DBluetoothGattIncludedService.java34 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()
DBluetoothGattDescriptor.java97 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()
DBluetoothGattService.java60 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()
DBluetoothGattCharacteristic.java179 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()
DBluetoothSocket.java130 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/
DSensor.cpp61 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/
DCacheTracker.cpp42 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()
DCacheTracker.h65 const std::string& mUuid; variable
/frameworks/av/services/audiopolicy/service/
DAudioPolicyEffects.h121 mUuid(uuid), in EffectDesc()
135 mUuid(orig.mUuid), in EffectDesc()
162 effect_uuid_t mUuid; variable
DAudioPolicyEffects.cpp121 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/
DSensor.h135 uuid_t mUuid; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9815 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;