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 | 2012 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, 2020 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 | 249 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/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1301 notification.requestor, requestorId, notification.responseType, in nfwNotifyCb()
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 6237 optional android.server.location.NfwRequestor requestor = 4; field
|