Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DGnssDebug.cpp49 GnssDebug_V1_0::GnssDebug_V1_0(const sp<IGnssDebug_V1_0>& iGnssDebug) in GnssDebug_V1_0() function in android::gnss::GnssDebug_V1_0
54 jstring GnssDebug_V1_0::getDebugData(JNIEnv* env) { in getDebugData()
DGnssDebug.h52 class GnssDebug_V1_0 : public GnssDebugInterface {
54 GnssDebug_V1_0(const sp<android::hardware::gnss::V1_0::IGnssDebug>& iGnssDebug);
DGnss.cpp583 return std::make_unique<gnss::GnssDebug_V1_0>(gnssDebug_V1_0); in getGnssDebugInterface()