Searched refs:mCurrentFunctions (Results 1 – 2 of 2) sorted by relevance
584 protected long mCurrentFunctions; field in UsbDeviceManager.UsbHandler789 setEnabledFunctions(mCurrentFunctions, true, operationId); in setAdbEnabled()916 isUsbTransferAllowed() && isUsbDataTransferActive(mCurrentFunctions)); in updateUsbStateBroadcastIfNeeded()985 boolean enabled = (mCurrentFunctions & UsbManager.FUNCTION_MIDI) != 0; in updateMidiFunction()1026 boolean mtpEnabled = ((mCurrentFunctions & UsbManager.FUNCTION_MTP) != 0); in updateMtpFunction()1027 boolean ptpEnabled = ((mCurrentFunctions & UsbManager.FUNCTION_PTP) != 0); in updateMtpFunction()1126 updateUsbStateBroadcastIfNeeded(getAppliedFunctions(mCurrentFunctions)); in handleMessage()1128 if ((mCurrentFunctions & UsbManager.FUNCTION_ACCESSORY) != 0) { in handleMessage()1201 updateUsbStateBroadcastIfNeeded(getAppliedFunctions(mCurrentFunctions)); in handleMessage()1289 && mCurrentFunctions == UsbManager.FUNCTION_NONE) { in handleMessage()[all …]
112 mCurrentFunctions = functions; in setEnabledFunctions()