Home
last modified time | relevance | path

Searched refs:BatchingStatusInfo (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.h470 } BatchingStatusInfo; typedef
695 BatchingStatusInfo batchingStatus, // batch status
DLocationAPIClientBase.h232 inline virtual void onBatchingStatusCb(BatchingStatusInfo /*batchingStatus*/, in onBatchingStatusCb() argument
234 void beforeBatchingStatusCb(BatchingStatusInfo batchStatus,
DLocationAPIClientBase.cpp269 [this](BatchingStatusInfo batchStatus, std::list<uint32_t> & tripCompletedList) { in locAPISetCallbacks()
843 void LocationAPIClientBase::beforeBatchingStatusCb(BatchingStatusInfo batchStatus, in beforeBatchingStatusCb()