Home
last modified time | relevance | path

Searched refs:responseCb (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/sdm845/gps/sdm845/location/
DLocationAPI.h179 responseCallback responseCb; // mandatory member
DLocationAPI.cpp111 nullptr == locationCallbacks.responseCb || in createInstance()
228 nullptr == locationCallbacks.responseCb || in updateCallbacks()
535 if (nullptr != locationControlCallbacks.responseCb && NULL == gData.controlAPI) { in createInstance()
DLocationAPIClientBase.cpp56 locationControlCallbacks.responseCb = in LocationAPIControlClient()
288 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { in locAPISetCallbacks()
DLocationDataTypes.h1073 responseCallback responseCb; // mandatory member
/hardware/qcom/sm8150/gps/location/
DLocationAPI.h185 responseCallback responseCb; // mandatory member
DLocationAPI.cpp148 nullptr == locationCallbacks.responseCb || in createInstance()
308 nullptr == locationCallbacks.responseCb || in updateCallbacks()
600 if (nullptr != locationControlCallbacks.responseCb && NULL == gData.controlAPI) { in createInstance()
DLocationAPIClientBase.cpp56 locationControlCallbacks.responseCb = in LocationAPIControlClient()
288 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { in locAPISetCallbacks()
DLocationDataTypes.h1367 responseCallback responseCb; // mandatory member
/hardware/qcom/sdm845/gps/msm8998/location/
DLocationAPI.cpp109 nullptr == locationCallbacks.responseCb || in createInstance()
226 nullptr == locationCallbacks.responseCb || in updateCallbacks()
534 if (nullptr != locationControlCallbacks.responseCb && NULL == gData.controlAPI) { in createInstance()
DLocationAPI.h711 responseCallback responseCb; // mandatory member
869 responseCallback responseCb; // mandatory member
DLocationAPIClientBase.cpp79 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { in locAPISetCallbacks()
97 locationControlCallbacks.responseCb = in locAPISetCallbacks()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.cpp109 nullptr == locationCallbacks.responseCb || in createInstance()
226 nullptr == locationCallbacks.responseCb || in updateCallbacks()
534 if (nullptr != locationControlCallbacks.responseCb && NULL == gData.controlAPI) { in createInstance()
DLocationAPI.h713 responseCallback responseCb; // mandatory member
871 responseCallback responseCb; // mandatory member
DLocationAPIClientBase.cpp79 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { in locAPISetCallbacks()
97 locationControlCallbacks.responseCb = in locAPISetCallbacks()
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.cpp109 nullptr == locationCallbacks.responseCb || in createInstance()
226 nullptr == locationCallbacks.responseCb || in updateCallbacks()
536 if (nullptr != locationControlCallbacks.responseCb && NULL == gData.controlAPI) { in createInstance()
DLocationAPI.h749 responseCallback responseCb; // mandatory member
908 responseCallback responseCb; // mandatory member
DLocationAPIClientBase.cpp56 locationControlCallbacks.responseCb = in LocationAPIControlClient()
258 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { in locAPISetCallbacks()
/hardware/qcom/sm8150/gps/batching/
DBatchingAdapter.cpp292 it->second.responseCb != nullptr) { in reportResponse()
293 it->second.responseCb(err, sessionId); in reportResponse()
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp1183 it->second.responseCb != nullptr) { in reportResponse()
1184 it->second.responseCb(err, sessionId); in reportResponse()
1195 if (mControlCallbacks.size > 0 && mControlCallbacks.responseCb != nullptr) { in reportResponse()
1196 mControlCallbacks.responseCb(err, sessionId); in reportResponse()
/hardware/qcom/sdm845/gps/msm8998/gnss/
DGnssAdapter.cpp1176 it->second.responseCb != nullptr) { in reportResponse()
1177 it->second.responseCb(err, sessionId); in reportResponse()
1188 if (mControlCallbacks.size > 0 && mControlCallbacks.responseCb != nullptr) { in reportResponse()
1189 mControlCallbacks.responseCb(err, sessionId); in reportResponse()
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.cpp1264 it->second.responseCb != nullptr) { in reportResponse()
1265 it->second.responseCb(err, sessionId); in reportResponse()
1276 if (mControlCallbacks.size > 0 && mControlCallbacks.responseCb != nullptr) { in reportResponse()
1277 mControlCallbacks.responseCb(err, sessionId); in reportResponse()
/hardware/qcom/sdm845/gps/sdm845/gnss/
DGnssAdapter.cpp2019 it->second.responseCb != nullptr) { in reportResponse()
2020 it->second.responseCb(err, sessionId); in reportResponse()
2031 if (mControlCallbacks.size > 0 && mControlCallbacks.responseCb != nullptr) { in reportResponse()
2032 mControlCallbacks.responseCb(err, sessionId); in reportResponse()
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp2278 if (it != mClientData.end() && it->second.responseCb != nullptr) { in reportResponse()
2279 it->second.responseCb(err, sessionId); in reportResponse()
2290 if (mControlCallbacks.size > 0 && mControlCallbacks.responseCb != nullptr) { in reportResponse()
2291 mControlCallbacks.responseCb(err, sessionId); in reportResponse()