Searched refs:FlpAPIClient (Results 1 – 5 of 5) sorted by relevance
48 FlpAPIClient::FlpAPIClient(const sp<IGnssBatchingCallback>& callback) : in FlpAPIClient() function in android::hardware::gnss::V1_0::implementation::FlpAPIClient77 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()
47 class FlpAPIClient : public LocationAPIClientBase50 FlpAPIClient(const sp<IGnssBatchingCallback>& callback);51 ~FlpAPIClient();
45 class FlpAPIClient; variable71 FlpAPIClient* mApi = nullptr;
63 mApi = new FlpAPIClient(callback); in init()
33 location_api/FlpAPIClient.cpp \