Searched refs:debugData (Results 1 – 3 of 3) sorted by relevance
2790 public void onDebugErrorAlert(int errorCode, java.util.ArrayList<Byte> debugData) { in onDebugErrorAlert() argument2795 if (mLogEventHandler == null || debugData == null) return; in onDebugErrorAlert()2801 errorCode, NativeUtil.byteArrayFromArrayList(debugData)); in onDebugErrorAlert()2837 public void onDebugErrorAlert(int errorCode, java.util.ArrayList<Byte> debugData) { in onDebugErrorAlert() argument2838 mIWifiChipEventCallback.onDebugErrorAlert(errorCode, debugData); in onDebugErrorAlert()
865 ArrayList<Byte> debugData) in initIWifiChipDebugListeners()
2438 gnssDebugIface_V2_0->getDebugData_2_0([&data](const IGnssDebug_V2_0::DebugData& debugData) { in android_location_GnssLocationProvider_get_internal_state() argument2439 data = debugData; in android_location_GnssLocationProvider_get_internal_state()2444 gnssDebugIface->getDebugData([&data](const IGnssDebug_V1_0::DebugData& debugData) { in android_location_GnssLocationProvider_get_internal_state() argument2445 data = debugData; in android_location_GnssLocationProvider_get_internal_state()