Home
last modified time | relevance | path

Searched refs:agnssStatusIpV4Cb (Results 1 – 25 of 38) sorted by relevance

12

/hardware/qcom/gps/msm8998/android/
DAGnss.cpp39 void AGnss::agnssStatusIpV4Cb(IAGnssCallback::AGnssStatusIpV4 status){ in agnssStatusIpV4Cb() function in android::hardware::gnss::V1_0::implementation::AGnss
41 auto r = sAGnssCbIface->agnssStatusIpV4Cb(status); in agnssStatusIpV4Cb()
57 mGnss->getGnssInterface()->agpsInit((void*)agnssStatusIpV4Cb); in setCallback()
DAGnss.h63 static void agnssStatusIpV4Cb(IAGnssCallback::AGnssStatusIpV4 status);
/hardware/qcom/gps/msm8909w_3100/android/
DAGnss.cpp39 void AGnss::agnssStatusIpV4Cb(IAGnssCallback::AGnssStatusIpV4 status){ in agnssStatusIpV4Cb() function in android::hardware::gnss::V1_0::implementation::AGnss
41 sAGnssCbIface->agnssStatusIpV4Cb(status); in agnssStatusIpV4Cb()
55 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
/hardware/qcom/sm7150/gps/android/1.1/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status){ in agnssStatusIpV4Cb() function in android::hardware::gnss::V1_1::implementation::AGnss
87 auto r = mAGnssCbIface->agnssStatusIpV4Cb(st); in statusIpV4Cb()
107 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
/hardware/qcom/sm8150p/gps/android/1.0/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status){ in agnssStatusIpV4Cb() function in android::hardware::gnss::V1_0::implementation::AGnss
87 auto r = mAGnssCbIface->agnssStatusIpV4Cb(st); in statusIpV4Cb()
107 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
/hardware/qcom/sm7250/gps/android/1.0/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status){ in agnssStatusIpV4Cb() function in android::hardware::gnss::V1_0::implementation::AGnss
87 auto r = mAGnssCbIface->agnssStatusIpV4Cb(st); in statusIpV4Cb()
107 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
/hardware/qcom/sm7150/gps/android/1.0/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status){ in agnssStatusIpV4Cb() function in android::hardware::gnss::V1_0::implementation::AGnss
87 auto r = mAGnssCbIface->agnssStatusIpV4Cb(st); in statusIpV4Cb()
107 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
DAGnss.h66 static void agnssStatusIpV4Cb(AGnssExtStatusIpV4 status);
/hardware/qcom/sm7250/gps/android/1.1/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status){ in agnssStatusIpV4Cb() function in android::hardware::gnss::V1_1::implementation::AGnss
87 auto r = mAGnssCbIface->agnssStatusIpV4Cb(st); in statusIpV4Cb()
107 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
/hardware/qcom/sm8150/gps/android/1.1/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status){ in agnssStatusIpV4Cb() function in android::hardware::gnss::V1_1::implementation::AGnss
87 auto r = mAGnssCbIface->agnssStatusIpV4Cb(st); in statusIpV4Cb()
107 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
/hardware/qcom/sm8150/gps/android/1.0/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status){ in agnssStatusIpV4Cb() function in android::hardware::gnss::V1_0::implementation::AGnss
87 auto r = mAGnssCbIface->agnssStatusIpV4Cb(st); in statusIpV4Cb()
107 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
DAGnss.h66 static void agnssStatusIpV4Cb(AGnssExtStatusIpV4 status);
/hardware/qcom/sm8150p/gps/android/1.1/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status){ in agnssStatusIpV4Cb() function in android::hardware::gnss::V1_1::implementation::AGnss
87 auto r = mAGnssCbIface->agnssStatusIpV4Cb(st); in statusIpV4Cb()
107 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
/hardware/qcom/sm8150/gps/gnss/
DNativeAgpsHandler.cpp92 nativeCbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in getAgpsCbInfo()
97 void NativeAgpsHandler::agnssStatusIpV4Cb(AGnssExtStatusIpV4 statusInfo) { in agnssStatusIpV4Cb() function in NativeAgpsHandler
DNativeAgpsHandler.h56 static void agnssStatusIpV4Cb(AGnssExtStatusIpV4 statusInfo);
/hardware/qcom/sm7250/gps/gnss/
DNativeAgpsHandler.cpp92 nativeCbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in getAgpsCbInfo()
97 void NativeAgpsHandler::agnssStatusIpV4Cb(AGnssExtStatusIpV4 statusInfo) { in agnssStatusIpV4Cb() function in NativeAgpsHandler
DNativeAgpsHandler.h56 static void agnssStatusIpV4Cb(AGnssExtStatusIpV4 statusInfo);
/hardware/interfaces/gnss/1.0/default/
DAGnss.cpp82 auto ret = sAGnssCbIface->agnssStatusIpV4Cb(aGnssStatusIpV4); in statusCb()
127 auto ret = sAGnssCbIface->agnssStatusIpV4Cb(aGnssStatusIpV4); in statusCb()
/hardware/qcom/sm7250/gps/android/2.0/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status) { in agnssStatusIpV4Cb() function in android::hardware::gnss::V2_0::implementation::AGnss
109 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
/hardware/qcom/sm7250/gps/android/2.1/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status) { in agnssStatusIpV4Cb() function in android::hardware::gnss::V2_1::implementation::AGnss
112 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
/hardware/qcom/sm7150/gps/android/2.0/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status) { in agnssStatusIpV4Cb() function in android::hardware::gnss::V2_0::implementation::AGnss
109 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
DAGnss.h64 static void agnssStatusIpV4Cb(AGnssExtStatusIpV4 status);
/hardware/qcom/sm8150/gps/android/2.1/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status) { in agnssStatusIpV4Cb() function in android::hardware::gnss::V2_1::implementation::AGnss
112 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
/hardware/qcom/sm8150p/gps/android/2.0/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status) { in agnssStatusIpV4Cb() function in android::hardware::gnss::V2_0::implementation::AGnss
109 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()
/hardware/qcom/sm8150/gps/android/2.0/
DAGnss.cpp43 void AGnss::agnssStatusIpV4Cb(AGnssExtStatusIpV4 status) { in agnssStatusIpV4Cb() function in android::hardware::gnss::V2_0::implementation::AGnss
109 cbInfo.statusV4Cb = (void*)agnssStatusIpV4Cb; in setCallback()

12