Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/aidl/default/
DGnssDebug.cpp30 ndk::ScopedAStatus GnssDebug::getDebugData(DebugData* debugData) { in getDebugData() argument
132 debugData->position = positionDebug; in getDebugData()
133 debugData->time = timeDebug; in getDebugData()
134 debugData->satelliteDataArray = satelliteDataArrayDebug; in getDebugData()
DGnssDebug.h27 ndk::ScopedAStatus getDebugData(DebugData* debugData) override;
/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/aidl/android/hardware/wifi/
DIWifiChipEventCallback.aidl105 void onDebugErrorAlert(in int errorCode, in byte[] debugData); in onDebugErrorAlert() argument
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifiChipEventCallback.aidl39 oneway void onDebugErrorAlert(in int errorCode, in byte[] debugData); in onDebugErrorAlert() argument
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DIWifiChipEventCallback.aidl39 oneway void onDebugErrorAlert(in int errorCode, in byte[] debugData); in onDebugErrorAlert() argument
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiChipEventCallback.aidl39 oneway void onDebugErrorAlert(in int errorCode, in byte[] debugData); in onDebugErrorAlert() argument
/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.cpp663 extra->appInfo[idx].appData = debug->debugData[appid]; in ExtractDebugAttributeInfo()