Searched refs:FUNCTION_MIDI (Results 1 – 5 of 5) sorted by relevance
346 public static final long FUNCTION_MIDI = GadgetFunction.MIDI; field in UsbManager367 | FUNCTION_MIDI;375 FUNCTION_NAME_TO_CODE.put(UsbManager.USB_FUNCTION_MIDI, FUNCTION_MIDI); in FUNCTION_NAME_TO_CODE.put() argument921 if ((functions & FUNCTION_MIDI) != 0) { in usbFunctionsToString()
168 UsbManager.FUNCTION_MIDI)); in setFunctionsMidi()169 assertNotEquals(mUsbHandler.getEnabledFunctions() & UsbManager.FUNCTION_MIDI, 0); in setFunctionsMidi()
742 boolean enabled = (mCurrentFunctions & UsbManager.FUNCTION_MIDI) != 0; in updateMidiFunction()1061 } else if (mCurrentFunctions == UsbManager.FUNCTION_MIDI) { in updateUsbNotification()2031 } else if (functions == UsbManager.FUNCTION_MIDI) { in setCurrentFunctions()
52 FUNCTION_MIDI = 8; enumerator
27070 Landroid/hardware/usb/UsbManager;->FUNCTION_MIDI:J