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()
880 ArrayList<Byte> debugData) in initIWifiChipDebugListeners()
2458 gnssDebugIface_V2_0->getDebugData_2_0([&data](const IGnssDebug_V2_0::DebugData& debugData) { in android_location_GnssLocationProvider_get_internal_state() argument2459 data = debugData; in android_location_GnssLocationProvider_get_internal_state()2464 gnssDebugIface->getDebugData([&data](const IGnssDebug_V1_0::DebugData& debugData) { in android_location_GnssLocationProvider_get_internal_state() argument2465 data = debugData; in android_location_GnssLocationProvider_get_internal_state()