HomeSort by relevance Sort by last modified time
    Searched refs:onResponseCb (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/gps/msm8998/location/
LocationAPIClientBase.h 96 void onResponseCb(LocationError error, uint32_t id);
LocationAPIClientBase.cpp 80 onResponseCb(error, id);
151 // onResponseCb might be called from other thread immediately after
745 void LocationAPIClientBase::onResponseCb(LocationError error, uint32_t id)
  /hardware/qcom/gps/sdm845/location/
LocationAPIClientBase.h 96 void onResponseCb(LocationError error, uint32_t id);
LocationAPIClientBase.cpp 79 onResponseCb(error, id);
147 // onResponseCb might be called from other thread immediately after
739 void LocationAPIClientBase::onResponseCb(LocationError error, uint32_t id)

Completed in 415 milliseconds