Searched refs:logAndPrintException (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/usb/java/com/android/server/usb/hal/port/ |
D | UsbPortHidl.java | 42 import static com.android.server.usb.UsbPortManager.logAndPrintException; 150 logAndPrintException(pw, "connectToProxy: usb hal service not found." in connectToProxy() 153 logAndPrintException(pw, "connectToProxy: usb hal service not responding", e); in connectToProxy() 167 logAndPrintException(pw, "connectToProxy: usb hidl hal service not found.", e); in isServicePresent() 170 logAndPrintException(pw, "IUSB hal service present but failed to get service", e); in isServicePresent() 191 logAndPrintException(null, in UsbPortHidl() 213 logAndPrintException(mPw, "Failed to set contaminant detection", e); in enableContaminantPresenceDetection() 215 logAndPrintException(mPw, "Method only applicable to V1.2 or above implementation", in enableContaminantPresenceDetection() 232 logAndPrintException(null, "ServiceStart: Failed to query port status", e); in queryPortStatus() 251 logAndPrintException(mPw, "Failed to set the USB port mode: " in switchMode() [all …]
|
D | UsbPortAidl.java | 23 import static com.android.server.usb.UsbPortManager.logAndPrintException; 165 logAndPrintException(pw, "connectToProxy: usb hal service not found." in connectToProxy() 168 logAndPrintException(pw, "connectToProxy: usb hal service not responding", e); in connectToProxy() 177 logAndPrintException(pw, "connectToProxy: usb Aidl hal service not found.", e); in isServicePresent() 204 logAndPrintException(mPw, "Failed to set contaminant detection. opID:" in enableContaminantPresenceDetection() 222 logAndPrintException(null, "ServiceStart: Failed to query port status. opID:" in queryPortStatus() 242 logAndPrintException(mPw, "Failed to set the USB port mode: " in switchMode() 265 logAndPrintException(mPw, "Failed to set the USB power role: portId=" + portId in switchPowerRole() 286 logAndPrintException(mPw, "Failed to set the USB data role: portId=" + portId in switchDataRole() 318 logAndPrintException(mPw, in resetUsbPort() [all …]
|
/frameworks/base/services/usb/java/com/android/server/usb/hal/gadget/ |
D | UsbGadgetHidl.java | 24 import static com.android.server.usb.UsbDeviceManager.logAndPrintException; 117 logAndPrintException(pw, "connectToProxy: usb gadget hal service not found." in connectToProxy() 120 logAndPrintException(pw, "connectToProxy: usb gadget hal service not responding" in connectToProxy() 130 logAndPrintException(pw, "connectToProxy: usb gadget hidl hal service not found.", e); in isServicePresent() 133 logAndPrintException(pw, "IUSBGadget hal service present but failed to get service", e); in isServicePresent() 152 logAndPrintException(pw, "Failed to register service start notification", e); in UsbGadgetHidl() 165 logAndPrintException(mPw, in getCurrentUsbFunctions() 182 logAndPrintException(mPw, "get UsbSpeed failed", e); in getUsbSpeed() 197 logAndPrintException(mPw, in reset() 213 logAndPrintException(mPw, in setCurrentUsbFunctions()
|
D | UsbGadgetAidl.java | 21 import static com.android.server.usb.UsbDeviceManager.logAndPrintException; 88 logAndPrintException(pw, "connectToProxy: usb gadget hal service not found." in connectToProxy() 98 logAndPrintException(pw, "connectToProxy: usb gadget Aidl hal service not found.", e); in isServicePresent() 116 logAndPrintException(mPw, in getCurrentUsbFunctions() 131 logAndPrintException(mPw, in getUsbSpeed() 145 logAndPrintException(mPw, in reset() 163 logAndPrintException(mPw, in setCurrentUsbFunctions()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbPortManager.java | 196 logAndPrintException(null, in systemReady() 363 logAndPrintException(pw, "Failed to set contaminant detection", e); in enableContaminantDetection() 385 logAndPrintException(pw, in enableLimitPowerTransfer() 396 logAndPrintException(pw, in enableLimitPowerTransfer() 404 logAndPrintException(pw, in enableLimitPowerTransfer() 425 logAndPrintException(pw, in enableUsbDataWhileDocked() 436 logAndPrintException(pw, in enableUsbDataWhileDocked() 444 logAndPrintException(pw, in enableUsbDataWhileDocked() 466 logAndPrintException(pw, in enableUsbData() 477 logAndPrintException(pw, in enableUsbData() [all …]
|
D | UsbDeviceManager.java | 525 public static void logAndPrintException(IndentingPrintWriter pw, String msg, Exception e) { in logAndPrintException() method in UsbDeviceManager
|
/frameworks/base/services/ |
D | art-wear-profile | 24234 PLcom/android/server/usb/UsbDeviceManager;->logAndPrintException(Lcom/android/internal/util/Indenti… 24253 PLcom/android/server/usb/UsbPortManager;->logAndPrintException(Lcom/android/internal/util/Indenting…
|