Home
last modified time | relevance | path

Searched refs:protocolStack (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/android/visibility_control/1.0/
H A DGnssVisibilityControl.cpp81 out.protocolStack = (IGnssVisibilityControlCallback::NfwProtocolStack)in.protocolStack; in convertGnssNfwNotification()
/aosp12/hardware/qcom/sm7250/gps/android/2.0/
H A DGnssVisibilityControl.cpp81 out.protocolStack = (IGnssVisibilityControlCallback::NfwProtocolStack)in.protocolStack; in convertGnssNfwNotification()
/aosp12/hardware/qcom/sm7250/gps/android/2.1/
H A DGnssVisibilityControl.cpp81 out.protocolStack = (IGnssVisibilityControlCallback::NfwProtocolStack)in.protocolStack; in convertGnssNfwNotification()
/aosp12/hardware/qcom/sm7150/gps/android/visibility_control/1.0/
H A DGnssVisibilityControl.cpp81 out.protocolStack = (IGnssVisibilityControlCallback::NfwProtocolStack)in.protocolStack; in convertGnssNfwNotification()
/aosp12/hardware/qcom/sm8150/gps/android/2.0/
H A DGnssVisibilityControl.cpp81 out.protocolStack = (IGnssVisibilityControlCallback::NfwProtocolStack)in.protocolStack; in convertGnssNfwNotification()
/aosp12/hardware/qcom/sm8150/gps/android/2.1/
H A DGnssVisibilityControl.cpp81 out.protocolStack = (IGnssVisibilityControlCallback::NfwProtocolStack)in.protocolStack; in convertGnssNfwNotification()
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssVisibilityControl.java138 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 DGnssLocationProvider.java1646 public void onReportNfwNotification(String proxyAppPackageName, byte protocolStack, in onReportNfwNotification() argument
1654 mGnssVisibilityControl.reportNfwNotification(proxyAppPackageName, protocolStack, in onReportNfwNotification()
/aosp12/hardware/interfaces/gnss/visibility_control/1.0/
H A DIGnssVisibilityControlCallback.hal92 NfwProtocolStack protocolStack;
95 * Name of the protocol stack if protocolStack field is set to OTHER_PROTOCOL_STACK.
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java285 void onReportNfwNotification(String proxyAppPackageName, byte protocolStack, in onReportNfwNotification() argument
1195 void reportNfwNotification(String proxyAppPackageName, byte protocolStack, in reportNfwNotification() argument
1200 protocolStack, otherProtocolStackName, requestor, requestorId, responseType, in reportNfwNotification()
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A Dgps_extended_c.h2220 GnssNfwProtocolStack protocolStack; member
/aosp12/hardware/qcom/sm7150/gps/utils/
H A Dgps_extended_c.h2232 GnssNfwProtocolStack protocolStack; member
/aosp12/hardware/qcom/sm8150/gps/utils/
H A Dgps_extended_c.h2305 GnssNfwProtocolStack protocolStack; member
/aosp12/hardware/qcom/sm7250/gps/utils/
H A Dgps_extended_c.h2305 GnssNfwProtocolStack protocolStack; member
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp1229 notification.protocolStack, otherProtocolStackName, in nfwNotifyCb()