Home
last modified time | relevance | path

Searched refs:getDebugData (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
DGnssDebug.cpp32 Return<void> GnssDebug::getDebugData(getDebugData_cb _hidl_cb) { in getDebugData() function in android::hardware::gnss::V1_0::implementation::GnssDebug
DGnssDebug.h45 Return<void> getDebugData(getDebugData_cb _hidl_cb) override;
/hardware/interfaces/gnss/1.1/default/
DGnssDebug.h42 Return<void> getDebugData(V1_0::IGnssDebug::getDebugData_cb _hidl_cb) override;
DGnssDebug.cpp33 Return<void> GnssDebug::getDebugData(V1_0::IGnssDebug::getDebugData_cb _hidl_cb) { in getDebugData() function in android::hardware::gnss::V1_1::implementation::GnssDebug
/hardware/qcom/gps/msm8909w_3100/android/
DGnssDebug.h47 Return<void> getDebugData(getDebugData_cb _hidl_cb) override;
DGnssDebug.cpp46 Return<void> GnssDebug::getDebugData(getDebugData_cb _hidl_cb) in getDebugData() function in android::hardware::gnss::V1_0::implementation::GnssDebug
/hardware/qcom/sdm845/gps/msm8998/android/
DGnssDebug.h47 Return<void> getDebugData(getDebugData_cb _hidl_cb) override;
DGnssDebug.cpp46 Return<void> GnssDebug::getDebugData(getDebugData_cb _hidl_cb) in getDebugData() function in android::hardware::gnss::V1_0::implementation::GnssDebug
/hardware/qcom/sdm845/gps/sdm845/android/
DGnssDebug.h47 Return<void> getDebugData(getDebugData_cb _hidl_cb) override;
DGnssDebug.cpp53 Return<void> GnssDebug::getDebugData(getDebugData_cb _hidl_cb) in getDebugData() function in android::hardware::gnss::V1_1::implementation::GnssDebug
/hardware/qcom/gps/msm8998/android/
DGnssDebug.h47 Return<void> getDebugData(getDebugData_cb _hidl_cb) override;
DGnssDebug.cpp46 Return<void> GnssDebug::getDebugData(getDebugData_cb _hidl_cb) in getDebugData() function in android::hardware::gnss::V1_0::implementation::GnssDebug
/hardware/interfaces/gnss/1.0/
DIGnssDebug.hal164 * when the method getDebugData() is invoked.
187 getDebugData() generates (DebugData debugData);
/hardware/interfaces/gnss/2.0/
DIGnssDebug.hal41 * getDebugData() is invoked.
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test_cases.cpp433 iGnssDebug->getDebugData( in TEST_F()