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.java2012 String otherProtocolStackName, byte requestor, String requestorId, byte responseType,
2020 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.java249 public void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor) { in onLocalOnlyHotspotRequestorDeath() argument
250 unregisterCallingAppAndStopLocalOnlyHotspot(requestor); in onLocalOnlyHotspotRequestorDeath()
1354 for (LocalOnlyHotspotRequestInfo requestor : mLocalOnlyHotspotRequests.values()) { in sendHotspotFailedMessageToAllLOHSRequestInfoEntriesLocked()
1356 requestor.sendHotspotFailedMessage(arg1); in sendHotspotFailedMessageToAllLOHSRequestInfoEntriesLocked()
1357 requestor.unlinkDeathRecipient(); in sendHotspotFailedMessageToAllLOHSRequestInfoEntriesLocked()
1375 for (LocalOnlyHotspotRequestInfo requestor : mLocalOnlyHotspotRequests.values()) { in sendHotspotStoppedMessageToAllLOHSRequestInfoEntriesLocked()
1377 requestor.sendHotspotStoppedMessage(); in sendHotspotStoppedMessageToAllLOHSRequestInfoEntriesLocked()
1378 requestor.unlinkDeathRecipient(); in sendHotspotStoppedMessageToAllLOHSRequestInfoEntriesLocked()
1396 for (LocalOnlyHotspotRequestInfo requestor : mLocalOnlyHotspotRequests.values()) { in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()
1398 requestor.sendHotspotStartedMessage(mLocalOnlyHotspotConfig); in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1301 notification.requestor, requestorId, notification.responseType, in nfwNotifyCb()
/frameworks/base/cmds/statsd/src/
Datoms.proto6237 optional android.server.location.NfwRequestor requestor = 4; field