Searched refs:mCurrentFunctions (Results 1 – 2 of 2) sorted by relevance
478 protected long mCurrentFunctions; field in UsbDeviceManager.UsbHandler610 setEnabledFunctions(mCurrentFunctions, true); in setAdbEnabled()711 isUsbTransferAllowed() && isUsbDataTransferActive(mCurrentFunctions)); in updateUsbStateBroadcastIfNeeded()742 boolean enabled = (mCurrentFunctions & UsbManager.FUNCTION_MIDI) != 0; in updateMidiFunction()806 updateUsbStateBroadcastIfNeeded(getAppliedFunctions(mCurrentFunctions)); in handleMessage()808 if ((mCurrentFunctions & UsbManager.FUNCTION_ACCESSORY) != 0) { in handleMessage()851 updateUsbStateBroadcastIfNeeded(getAppliedFunctions(mCurrentFunctions)); in handleMessage()928 && mCurrentFunctions == UsbManager.FUNCTION_NONE) { in handleMessage()936 if (isUsbDataTransferActive(mCurrentFunctions) && !isUsbTransferAllowed()) { in handleMessage()989 if (!mConnected || (mCurrentFunctions & UsbManager.FUNCTION_ACCESSORY) == 0) { in handleMessage()[all …]
99 mCurrentFunctions = functions; in setEnabledFunctions()