Searched refs:protocolStack (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssVisibilityControl.java | 138 void reportNfwNotification(String proxyAppPackageName, byte protocolStack, in reportNfwNotification() argument 142 new NfwNotification(proxyAppPackageName, protocolStack, otherProtocolStackName, in reportNfwNotification() 299 private NfwNotification(String proxyAppPackageName, byte protocolStack, in NfwNotification() argument 303 mProtocolStack = protocolStack; in NfwNotification()
|
H A D | GnssLocationProvider.java | 1892 public void onReportNfwNotification(String proxyAppPackageName, byte protocolStack, in onReportNfwNotification() argument 1900 mGnssVisibilityControl.reportNfwNotification(proxyAppPackageName, protocolStack, in onReportNfwNotification()
|
/aosp14/frameworks/base/services/core/jni/gnss/ |
H A D | GnssVisibilityControlCallback.h | 112 notification.protocolStack, otherProtocolStackName, in nfwNotifyCb()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
H A D | GnssNative.java | 290 void onReportNfwNotification(String proxyAppPackageName, byte protocolStack, in onReportNfwNotification() argument 1280 void reportNfwNotification(String proxyAppPackageName, byte protocolStack, in reportNfwNotification() argument 1285 protocolStack, otherProtocolStackName, requestor, requestorId, responseType, in reportNfwNotification()
|