Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/location_api/
DFlpAPIClient.h53 int flpStartSession(const IGnssBatching::Options& options);
DFlpAPIClient.cpp88 int FlpAPIClient::flpStartSession(const IGnssBatching::Options& opts) in flpStartSession() function in android::hardware::gnss::V1_0::implementation::FlpAPIClient
/hardware/qcom/gps/msm8998/android/
DGnssBatching.cpp95 ret = mApi->flpStartSession(options); in start()