Searched refs:portManager (Results 1 – 1 of 1) sorted by relevance
618 public UsbPortManager portManager; field in UsbPortManager.HALCallback620 HALCallback(IndentingPrintWriter pw, UsbPortManager portManager) { in HALCallback() argument622 this.portManager = portManager; in HALCallback()627 if (!portManager.mSystemReady) { in notifyPortStatusChange()651 Message message = portManager.mHandler.obtainMessage(); in notifyPortStatusChange()656 portManager.mHandler.sendMessage(message); in notifyPortStatusChange()662 if (!portManager.mSystemReady) { in notifyPortStatusChange_1_1()688 Message message = portManager.mHandler.obtainMessage(); in notifyPortStatusChange_1_1()693 portManager.mHandler.sendMessage(message); in notifyPortStatusChange_1_1()698 if (!portManager.mSystemReady) { in notifyPortStatusChange_1_2()[all …]