Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/location/
DLocationAPI.h644 collectiveResponseCallback collectiveResponseCb; // mandatory member
802 collectiveResponseCallback collectiveResponseCb; // mandatory member
DLocationAPI.cpp110 nullptr == locationCallbacks.collectiveResponseCb) { in createInstance()
250 nullptr == locationCallbacks.collectiveResponseCb) { in updateCallbacks()
DLocationAPIClientBase.cpp77 locationCallbacks.collectiveResponseCb = in locAPISetCallbacks()
96 locationControlCallbacks.collectiveResponseCb = in locAPISetCallbacks()
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp1204 if (mControlCallbacks.size > 0 && mControlCallbacks.collectiveResponseCb != nullptr) { in reportResponse()
1205 mControlCallbacks.collectiveResponseCb(count, errs, ids); in reportResponse()