/aosp14/frameworks/base/libs/hwui/ |
H A D | UvMapper.h | 36 UvMapper() : mIdentity(true), mMinU(0.0f), mMaxU(1.0f), mMinV(0.0f), mMaxV(1.0f) {} in UvMapper() 51 bool isIdentity() const { return mIdentity; } in isIdentity() 69 if (!mIdentity) u = lerp(mMinU, mMaxU, u); in mapU() 76 if (!mIdentity) v = lerp(mMinV, mMaxV, v); in mapV() 87 if (!mIdentity) { in map() 99 if (!mIdentity) { in map() 117 mIdentity = mMinU == 0.0f && mMaxU == 1.0f && mMinV == 0.0f && mMaxV == 1.0f; in checkIdentity() 120 bool mIdentity; variable
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | VerifierDeviceIdentity.java | 52 private final long mIdentity; field in VerifierDeviceIdentity 63 mIdentity = identity; in VerifierDeviceIdentity() 70 mIdentity = identity; in VerifierDeviceIdentity() 194 return (int) mIdentity; in hashCode() 204 return mIdentity == o.mIdentity; in equals() 231 dest.writeLong(mIdentity); in writeToParcel()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssListenerMultiplexer.java | 76 private final CallerIdentity mIdentity; field in GnssListenerMultiplexer.GnssListenerRegistration 87 mIdentity = identity; in GnssListenerRegistration() 95 return mIdentity; in getIdentity() 129 mIdentity); in onRegister() 130 mForeground = mAppForegroundHelper.isAppForeground(mIdentity.getUid()); in onRegister() 134 if (packageName == null || mIdentity.getPackageName().equals(packageName)) { in onLocationPermissionsChanged() 142 if (mIdentity.getUid() == uid) { in onLocationPermissionsChanged() 151 mIdentity); in onLocationPermissionsChanged() 161 if (mIdentity.getUid() == uid && foreground != mForeground) { in onForegroundChanged() 172 builder.append(mIdentity); in toString()
|
H A D | GnssAntennaInfoProvider.java | 52 private final CallerIdentity mIdentity; field in GnssAntennaInfoProvider.AntennaInfoListenerRegistration 57 mIdentity = identity; in AntennaInfoListenerRegistration() 77 return mIdentity.toString(); in toString()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/eventlog/ |
H A D | LocationEventLog.java | 304 private final CallerIdentity mIdentity; field in LocationEventLog.ProviderClientRegisterEvent 311 mIdentity = identity; in ProviderClientRegisterEvent() 329 private final CallerIdentity mIdentity; field in LocationEventLog.ProviderClientForegroundEvent 335 mIdentity = identity; in ProviderClientForegroundEvent() 340 return mProvider + " provider client " + mIdentity + " -> " in toString() 348 private final CallerIdentity mIdentity; field in LocationEventLog.ProviderClientPermittedEvent 353 mIdentity = identity; in ProviderClientPermittedEvent() 358 return mProvider + " provider client " + mIdentity + " -> " in toString() 396 @Nullable private final CallerIdentity mIdentity; field in LocationEventLog.ProviderDeliverLocationEvent 402 mIdentity = identity; in ProviderDeliverLocationEvent() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/ |
H A D | GeofenceManager.java | 118 private final CallerIdentity mIdentity; field in GeofenceManager.GeofenceRegistration 136 mIdentity = identity; in GeofenceRegistration() 153 return mIdentity; in getIdentity() 177 mIdentity); in onRegister() 193 if (packageName == null || mIdentity.getPackageName().equals(packageName)) { in onLocationPermissionsChanged() 201 if (mIdentity.getUid() == uid) { in onLocationPermissionsChanged() 210 mIdentity); in onLocationPermissionsChanged() 274 builder.append(mIdentity); in toString()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
H A D | HotwordDetectionConnection.java | 151 volatile HotwordDetectionServiceIdentity mIdentity; field in HotwordDetectionConnection 330 if (mIdentity != null) { in resetDetectionProcessIdentityIfEmptyLocked() 331 removeServiceUidForAudioPolicy(mIdentity.getIsolatedUid()); in resetDetectionProcessIdentityIfEmptyLocked() 333 mIdentity = null; in resetDetectionProcessIdentityIfEmptyLocked() 511 HotwordDetectionServiceIdentity previousIdentity = mIdentity; in restartProcessLocked() 1043 mIdentity = new HotwordDetectionServiceIdentity(uid, mVoiceInteractionServiceUid); in updateServiceIdentity()
|
H A D | VoiceInteractionManagerService.java | 309 return hotwordDetectionConnection.mIdentity; in getHotwordDetectionServiceIdentity()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/ |
H A D | LocationProviderManager.java | 367 private final CallerIdentity mIdentity; field in LocationProviderManager.Registration 391 mIdentity = Objects.requireNonNull(identity); in Registration() 397 return mIdentity; in getIdentity() 2917 private final CallerIdentity mIdentity; 2921 mIdentity = identity; 2934 Log.e(TAG, "wakelock over-released by " + mIdentity, e);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 13455 Landroid/content/pm/VerifierDeviceIdentity;->mIdentity:J
|