Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DGnssDebug.cpp69 GnssDebug_V2_0::GnssDebug_V2_0(const sp<IGnssDebug_V2_0>& iGnssDebug) in GnssDebug_V2_0() function in android::gnss::GnssDebug_V2_0
74 jstring GnssDebug_V2_0::getDebugData(JNIEnv* env) { in getDebugData()
DGnssDebug.h61 class GnssDebug_V2_0 : public GnssDebugInterface {
63 GnssDebug_V2_0(const sp<android::hardware::gnss::V2_0::IGnssDebug>& iGnssDebug);
DGnss.cpp577 return std::make_unique<gnss::GnssDebug_V2_0>(gnssDebug_V2_0); in getGnssDebugInterface()