Home
last modified time | relevance | path

Searched refs:FlpAPIClient (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/gps/msm8998/android/location_api/
DFlpAPIClient.cpp48 FlpAPIClient::FlpAPIClient(const sp<IGnssBatchingCallback>& callback) : in FlpAPIClient() function in android::hardware::gnss::V1_0::implementation::FlpAPIClient
77 FlpAPIClient::~FlpAPIClient() in ~FlpAPIClient()
82 int FlpAPIClient::flpGetBatchSize() in flpGetBatchSize()
88 int FlpAPIClient::flpStartSession(const IGnssBatching::Options& opts) in flpStartSession()
105 int FlpAPIClient::flpUpdateSessionOptions(const IGnssBatching::Options& opts) in flpUpdateSessionOptions()
123 int FlpAPIClient::flpStopSession() in flpStopSession()
133 void FlpAPIClient::flpGetBatchedLocation(int last_n_locations) in flpGetBatchedLocation()
139 void FlpAPIClient::flpFlushBatchedLocations() in flpFlushBatchedLocations()
145 void FlpAPIClient::onCapabilitiesCb(LocationCapabilitiesMask capabilitiesMask) in onCapabilitiesCb()
151 void FlpAPIClient::onBatchingCb(size_t count, Location* location) in onBatchingCb()
DFlpAPIClient.h47 class FlpAPIClient : public LocationAPIClientBase
50 FlpAPIClient(const sp<IGnssBatchingCallback>& callback);
51 ~FlpAPIClient();
/hardware/qcom/gps/msm8998/android/
DGnssBatching.h45 class FlpAPIClient; variable
71 FlpAPIClient* mApi = nullptr;
DGnssBatching.cpp63 mApi = new FlpAPIClient(callback); in init()
DAndroid.mk33 location_api/FlpAPIClient.cpp \