Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/location/
DLocationAPI.cpp109 nullptr == locationCallbacks.responseCb || in createInstance()
249 nullptr == locationCallbacks.responseCb || in updateCallbacks()
557 if (nullptr != locationControlCallbacks.responseCb && NULL == gData.controlAPI) { in createInstance()
DLocationAPI.h643 responseCallback responseCb; // mandatory member
801 responseCallback responseCb; // mandatory member
DLocationAPIClientBase.cpp74 locationCallbacks.responseCb = [this](LocationError error, uint32_t id) { in locAPISetCallbacks()
92 locationControlCallbacks.responseCb = in locAPISetCallbacks()
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp1166 it->second.responseCb != nullptr) { in reportResponse()
1167 it->second.responseCb(err, sessionId); in reportResponse()
1178 if (mControlCallbacks.size > 0 && mControlCallbacks.responseCb != nullptr) { in reportResponse()
1179 mControlCallbacks.responseCb(err, sessionId); in reportResponse()