Home
last modified time | relevance | path

Searched refs:requestor (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/animation/
DAnimationHandler.java159 public static void removeRequestor(Object requestor) { in removeRequestor() argument
160 getInstance().requestAnimatorsEnabledImpl(false, requestor); in removeRequestor()
162 Log.v(TAG, "removeRequestor for " + requestor); in removeRequestor()
175 public static void requestAnimatorsEnabled(boolean enable, Object requestor) { in requestAnimatorsEnabled() argument
176 getInstance().requestAnimatorsEnabledImpl(enable, requestor); in requestAnimatorsEnabled()
179 private void requestAnimatorsEnabledImpl(boolean enable, Object requestor) { in requestAnimatorsEnabledImpl() argument
190 if (referent == requestor) { in requestAnimatorsEnabledImpl()
198 weakRef = new WeakReference<>(requestor); in requestAnimatorsEnabledImpl()
205 if (referent == requestor || referent == null) { in requestAnimatorsEnabledImpl()
233 Log.v(TAG, (enable ? "enable" : "disable") + " animators for " + requestor in requestAnimatorsEnabledImpl()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssVisibilityControl.java139 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification() argument
143 requestor, requestorId, responseType, inEmergencyMode, isCachedLocation))); in reportNfwNotification()
300 String otherProtocolStackName, byte requestor, String requestorId, in NfwNotification() argument
305 mRequestor = requestor; in NfwNotification()
DGnssLocationProvider.java1847 String otherProtocolStackName, byte requestor, String requestorId, in onReportNfwNotification() argument
1855 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode, in onReportNfwNotification()
/frameworks/base/services/core/jni/gnss/
DGnssVisibilityControlCallback.h113 notification.requestor, requestorId, notification.responseType, in nfwNotifyCb()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java297 String otherProtocolStackName, byte requestor, String requestorId, in onReportNfwNotification() argument
1334 String otherProtocolStackName, byte requestor, String requestorId, in reportNfwNotification() argument
1338 protocolStack, otherProtocolStackName, requestor, requestorId, responseType, in reportNfwNotification()
/frameworks/proto_logging/stats/
Datoms.proto10558 optional android.server.location.NfwRequestor requestor = 4; field