Home
last modified time | relevance | path

Searched refs:debugData (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/gnss/2.0/
DIGnssDebug.hal61 * @return ret debugData information from GNSS Hal that contains the current best known
65 getDebugData_2_0() generates (DebugData debugData);
/hardware/interfaces/wifi/1.0/
DIWifiChipEventCallback.hal85 * Client must not attempt to parse either the errorCode or debugData.
89 * @param debugData Vendor defined data used for debugging.
91 oneway onDebugErrorAlert(int32_t errorCode, vec<uint8_t> debugData);
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_chip_hidl_test.cpp97 const hidl_vec<uint8_t>& debugData in onDebugErrorAlert()
/hardware/interfaces/gnss/1.0/
DIGnssDebug.hal183 * @return ret debugData information from GNSS Hal that contains the current best
187 getDebugData() generates (DebugData debugData);
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_chip_hidl_test.cpp99 const hidl_vec<uint8_t>& debugData __unused) { in onDebugErrorAlert()
/hardware/google/gchips/include/
DExynosExif.h281 char *debugData[15]; /* 0-base */ member
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test_cases.cpp539 [&data](const IGnssDebug::DebugData& debugData) { data = debugData; }); in TEST_P() argument
/hardware/google/graphics/common/libhwjpeg/
DAppMarkerWriter.cpp682 extra->appInfo[idx].appData = debug->debugData[appid]; in ExtractDebugAttributeInfo()