Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java140 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification() argument
144 requestor, requestorId, responseType, inEmergencyMode, isCachedLocation))); in reportNfwNotification()
301 String otherProtocolStackName, byte requestor, String requestorId, in NfwNotification() argument
306 mRequestor = requestor; in NfwNotification()
DGnssLocationProvider.java1982 String otherProtocolStackName, byte requestor, String requestorId, byte responseType,
1990 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java50 void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor); in onLocalOnlyHotspotRequestorDeath() argument
DWifiServiceImpl.java248 public void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor) { in onLocalOnlyHotspotRequestorDeath() argument
249 unregisterCallingAppAndStopLocalOnlyHotspot(requestor); in onLocalOnlyHotspotRequestorDeath()
1311 for (LocalOnlyHotspotRequestInfo requestor : mLocalOnlyHotspotRequests.values()) { in sendHotspotFailedMessageToAllLOHSRequestInfoEntriesLocked()
1313 requestor.sendHotspotFailedMessage(arg1); in sendHotspotFailedMessageToAllLOHSRequestInfoEntriesLocked()
1314 requestor.unlinkDeathRecipient(); in sendHotspotFailedMessageToAllLOHSRequestInfoEntriesLocked()
1332 for (LocalOnlyHotspotRequestInfo requestor : mLocalOnlyHotspotRequests.values()) { in sendHotspotStoppedMessageToAllLOHSRequestInfoEntriesLocked()
1334 requestor.sendHotspotStoppedMessage(); in sendHotspotStoppedMessageToAllLOHSRequestInfoEntriesLocked()
1335 requestor.unlinkDeathRecipient(); in sendHotspotStoppedMessageToAllLOHSRequestInfoEntriesLocked()
1353 for (LocalOnlyHotspotRequestInfo requestor : mLocalOnlyHotspotRequests.values()) { in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()
1355 requestor.sendHotspotStartedMessage(mLocalOnlyHotspotConfig); in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1281 notification.requestor, requestorId, notification.responseType, in nfwNotifyCb()
/frameworks/base/cmds/statsd/src/
Datoms.proto5467 optional android.server.location.NfwRequestor requestor = 4; field