Searched refs:requestor (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssVisibilityControl.java | 140 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()
|
D | GnssLocationProvider.java | 1982 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, 1990 otherProtocolStackName, requestor, requestorId, responseType, inEmergencyMode,
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | LocalOnlyHotspotRequestInfo.java | 50 void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor); in onLocalOnlyHotspotRequestorDeath() argument
|
D | WifiServiceImpl.java | 248 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/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1281 notification.requestor, requestorId, notification.responseType, in nfwNotifyCb()
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5467 optional android.server.location.NfwRequestor requestor = 4; field
|