Home
last modified time | relevance | path

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

12

/hardware/qcom/sm8150p/gps/location/
DLocationAPI.h185 responseCallback responseCb; // mandatory member
DLocationAPI.cpp149 nullptr == locationCallbacks.responseCb || in createInstance()
309 nullptr == locationCallbacks.responseCb || in updateCallbacks()
601 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.h1447 responseCallback responseCb; // mandatory member
/hardware/qcom/sm7150/gps/location/
DLocationAPI.h185 responseCallback responseCb; // mandatory member
DLocationAPI.cpp148 nullptr == locationCallbacks.responseCb || in createInstance()
305 nullptr == locationCallbacks.responseCb || in updateCallbacks()
597 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()
/hardware/qcom/sm7250/gps/location/
DLocationAPI.h199 responseCallback responseCb; // mandatory member
DLocationAPI.cpp196 nullptr == locationCallbacks.responseCb || in createInstance()
366 nullptr == locationCallbacks.responseCb || in updateCallbacks()
704 if (nullptr != locationControlCallbacks.responseCb && NULL == gData.controlAPI) { in createInstance()
971 sessionId = (*setter)(userConsent, &gData.controlCallbacks.responseCb); in setOptInStatus()
DLocationAPIClientBase.cpp61 locationControlCallbacks.responseCb = in LocationAPIControlClient()
295 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { in locAPISetCallbacks()
/hardware/qcom/sm8150/gps/location/
DLocationAPI.h199 responseCallback responseCb; // mandatory member
DLocationAPI.cpp196 nullptr == locationCallbacks.responseCb || in createInstance()
366 nullptr == locationCallbacks.responseCb || in updateCallbacks()
704 if (nullptr != locationControlCallbacks.responseCb && NULL == gData.controlAPI) { in createInstance()
971 sessionId = (*setter)(userConsent, &gData.controlCallbacks.responseCb); in setOptInStatus()
DLocationAPIClientBase.cpp56 locationControlCallbacks.responseCb = in LocationAPIControlClient()
290 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { 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/sm7250/gps/batching/
DBatchingAdapter.cpp293 it->second.responseCb != nullptr) { in reportResponse()
294 it->second.responseCb(err, sessionId); in reportResponse()
/hardware/qcom/sm8150/gps/batching/
DBatchingAdapter.cpp293 it->second.responseCb != nullptr) { in reportResponse()
294 it->second.responseCb(err, sessionId); in reportResponse()
/hardware/qcom/sm7150/gps/batching/
DBatchingAdapter.cpp292 it->second.responseCb != nullptr) { in reportResponse()
293 it->second.responseCb(err, sessionId); in reportResponse()
/hardware/qcom/sm8150p/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/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()

12