HomeSort by relevance Sort by last modified time
    Searched full:controllers (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /external/kernel-headers/original/linux/
kernelcapi.h 71 * controllers. The Right Way (tm) is known. XXX
soundcard.h 357 * Controllers 0 to 31 (0x00 to 0x1f) and
359 * controllers.
360 * In the MIDI 1.0 these controllers are sent using
390 /* least significant bytes of the controllers 0x00 to 0x1f. */
391 /* These controllers are not recognised by the driver. */
393 /* Controllers 64 to 69 (0x40 to 0x45) are on/off switches. */
425 /* Pseudo controllers (not midi compatible) */
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.cc 161 const DataTypeController::TypeMap& controllers) {
162 return new DataTypeManagerImpl(backend, controllers);
  /hardware/libhardware/include/hardware/
nfc.h 30 /* NFC device HAL for NCI-based NFC controllers.
204 * All NCI-based NFC controllers should use the NFC-NCI
  /external/sonivox/jet_tools/JetCreator/
midifile.py 721 self.controllers = []
724 self.controllers.append({})
725 self.controllers[channel] = copy.deepcopy(DEFAULT_CONTROLLER_VALUES)
739 output.append(' controllers')
740 for controller in self.controllers[channel].keys():
741 output.append(' %03d: %03d' % (controller, self.controllers[channel][controller]))
774 self.controllers[channel][controller] = event.value
776 rpn = (self.controllers[channel][CTRL_RPN_MSB] << 7) + self.controllers[channel][CTRL_RPN_LSB]
778 value = (self.controllers[channel][CTRL_RPN_DATA_MSB] << 7) + self.controllers[channel][CTRL_RPN_DATA_LSB]
    [all...]
  /frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd 931 <p>Chase Controllers - Option to chase controllers (on/off). This should usually
1002 events to accomplish these actions and to synchronize audio. The controllers
1008 <p> Controllers
1018 <p> Controllers
    [all...]
  /frameworks/base/docs/html/about/versions/
android-3.1-highlights.jd 89 (keyboards, mice, game controllers) and digital cameras. Applications can build
99 as robotics controllers; docking stations; diagnostic and musical equipment;
148 game controllers over USB (but not Bluetooth), Logitech Dual Action&trade; gamepads and
149 flight sticks, or a car racing controller. Game controllers that use proprietary
275 a wide range of peripherals, from robotics controllers to musical equipment,
  /external/kernel-headers/original/asm-mips/
dma.h 8 * and can only be used for expansion cards. Onboard DMA controllers, such
96 /* 8237 DMA controllers */
  /hardware/invensense/libsensors_iio/software/core/driver/include/
mlsl.h 34 * constrained processor and master serial controllers.
36 * mlsl.h header file and master serial controllers.
  /hardware/invensense/mlsdk/platform/include/
mlsl.h 42 * constrained processor and master serial controllers.
44 * mlsl.h header file and master serial controllers.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
asoundef.h 166 * \defgroup MIDI_Controllers MIDI Controllers
237 #define MIDI_CTL_RESET_CONTROLLERS 0x79 /**< Reset Controllers */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
asoundef.h 166 * \defgroup MIDI_Controllers MIDI Controllers
237 #define MIDI_CTL_RESET_CONTROLLERS 0x79 /**< Reset Controllers */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
asoundef.h 166 * \defgroup MIDI_Controllers MIDI Controllers
237 #define MIDI_CTL_RESET_CONTROLLERS 0x79 /**< Reset Controllers */
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 80 // Removes |controller| from the list of controllers in this container and
  /external/clang/tools/scan-view/
startfile.py 18 '''Base class for open program controllers.'''
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_api.c 23 * controllers
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 101 /* Midi Controllers 0-127 */
dls2.h 39 /* Midi Controllers */
  /external/webkit/Source/WebKit2/PluginProcess/
WebProcessConnection.cpp 138 // The web process crashed. Destroy all the plug-in controllers. Destroying the last plug-in controller
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
soundcard.h 345 * Controllers 0 to 31 (0x00 to 0x1f) and
347 * controllers.
348 * In the MIDI 1.0 these controllers are sent using
378 /* least significant bytes of the controllers 0x00 to 0x1f. */
379 /* These controllers are not recognised by the driver. */
381 /* Controllers 64 to 69 (0x40 to 0x45) are on/off switches. */
413 /* Pseudo controllers (not midi compatible) */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
soundcard.h 345 * Controllers 0 to 31 (0x00 to 0x1f) and
347 * controllers.
348 * In the MIDI 1.0 these controllers are sent using
378 /* least significant bytes of the controllers 0x00 to 0x1f. */
379 /* These controllers are not recognised by the driver. */
381 /* Controllers 64 to 69 (0x40 to 0x45) are on/off switches. */
413 /* Pseudo controllers (not midi compatible) */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
soundcard.h 345 * Controllers 0 to 31 (0x00 to 0x1f) and
347 * controllers.
348 * In the MIDI 1.0 these controllers are sent using
378 /* least significant bytes of the controllers 0x00 to 0x1f. */
379 /* These controllers are not recognised by the driver. */
381 /* Controllers 64 to 69 (0x40 to 0x45) are on/off switches. */
413 /* Pseudo controllers (not midi compatible) */
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_controller.mm 159 // The controllers will unregister themselves as observers when they are
240 // We need to explicitly release our download controllers here since they need
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.h 49 // interacts with screen controllers to move the user between screens.
  /external/chromium/chrome/browser/download/
download_request_limiter.h 208 // controllers.

Completed in 992 milliseconds

12 3 4 5 6 7