Home
last modified time | relevance | path

Searched refs:GnssDebug (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/jni/gnss/
H A DGnssDebug.cpp32 GnssDebug::GnssDebug(const sp<IGnssDebug>& iGnssDebug) : mIGnssDebug(iGnssDebug) { in GnssDebug() function in android::gnss::GnssDebug
36 jstring GnssDebug::getDebugData(JNIEnv* env) { in getDebugData()
H A DGnssDebug.h43 class GnssDebug : public GnssDebugInterface {
45 GnssDebug(const sp<android::hardware::gnss::IGnssDebug>& iGnssDebug);
H A DAndroid.bp37 "GnssDebug.cpp",
H A DGnss.cpp570 return std::make_unique<gnss::GnssDebug>(gnssDebugAidl); in getGnssDebugInterface()