Searched refs:FUNCTION_MIDI (Results 1 – 4 of 4) sorted by relevance
325 public static final long FUNCTION_MIDI = GadgetFunction.MIDI; field in UsbManager346 | FUNCTION_MIDI;354 FUNCTION_NAME_TO_CODE.put(UsbManager.USB_FUNCTION_MIDI, FUNCTION_MIDI); in FUNCTION_NAME_TO_CODE.put() argument888 if ((functions & FUNCTION_MIDI) != 0) { in usbFunctionsToString()
171 UsbManager.FUNCTION_MIDI)); in setFunctionsMidi()172 assertNotEquals(mUsbHandler.getEnabledFunctions() & UsbManager.FUNCTION_MIDI, 0); in setFunctionsMidi()
52 FUNCTION_MIDI = 8; enumerator
762 boolean enabled = (mCurrentFunctions & UsbManager.FUNCTION_MIDI) != 0; in updateMidiFunction()1081 } else if (mCurrentFunctions == UsbManager.FUNCTION_MIDI) { in updateUsbNotification()2027 } else if (functions == UsbManager.FUNCTION_MIDI) { in setCurrentFunctions()