Searched refs:debugData (Results 1 – 3 of 3) sorted by relevance
2591 public void onDebugErrorAlert(int errorCode, java.util.ArrayList<Byte> debugData) { in onDebugErrorAlert() argument2596 if (mLogEventHandler == null || debugData == null) return; in onDebugErrorAlert()2602 errorCode, NativeUtil.byteArrayFromArrayList(debugData)); in onDebugErrorAlert()
774 ArrayList<Byte> debugData) in initIWifiChipDebugListeners()
1493 gnssDebugIface->getDebugData([&data](const IGnssDebug::DebugData& debugData) { in android_location_GnssLocationProvider_get_internal_state() argument1494 data = debugData; in android_location_GnssLocationProvider_get_internal_state()