Home
last modified time | relevance | path

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

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