Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/location_api/
DFlpAPIClient.cpp63 onBatchingCb(count, location); in FlpAPIClient()
151 void FlpAPIClient::onBatchingCb(size_t count, Location* location) in onBatchingCb() function in android::hardware::gnss::V1_0::implementation::FlpAPIClient
DFlpAPIClient.h63 void onBatchingCb(size_t count, Location* location) final;
/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.h117 inline virtual void onBatchingCb(size_t /*count*/, Location* /*location*/) {} in onBatchingCb() function