HomeSort by relevance Sort by last modified time
    Searched full:controller (Results 776 - 800 of 1585) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
soundcard.h 343 * Midi controller numbers
349 * two messages. Controller numbers 0 to 31 are used
350 * to send the MSB and the controller numbers 32 to 63
377 /* The controller numbers 0x21 to 0x3f are reserved for the */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
soundcard.h 343 * Midi controller numbers
349 * two messages. Controller numbers 0 to 31 are used
350 * to send the MSB and the controller numbers 32 to 63
377 /* The controller numbers 0x21 to 0x3f are reserved for the */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
soundcard.h 343 * Midi controller numbers
349 * two messages. Controller numbers 0 to 31 are used
350 * to send the MSB and the controller numbers 32 to 63
377 /* The controller numbers 0x21 to 0x3f are reserved for the */
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 300 * Failed to initialize controller hardware, reset state and bring
568 * The Controller's BDADDR does not match to the BTIF's initial BDADDR!
570 * the Controller's non-volatile memory rather than in device's file
578 BTIF_TRACE_WARNING6("Controller BDA is %02X:%02X:%02X:%02X:%02X:%02X",
847 ** Description Sends a HCI Vendor specific command to the controller
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 217 UINT32 controller_idle; /* # of times less than 2 packets in controller */
325 UINT16 tx_mps; /* TX MPS adjusted based on current controller */
482 UINT16 num_lm_acl_bufs; /* # of ACL buffers on controller */
492 UINT16 non_flushable_pbf; /* L2CAP_PKT_START_NON_FLUSHABLE if controller supports */
509 UINT16 num_lm_ble_bufs; /* # of ACL buffers on controller */
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 46 // for |url|, which the controller can check for existence. See comments on
104 AutocompleteEditController* controller,
210 // notifies the controller.
226 // appropriate so that the controller doesn't need to be repeatedly queried
399 // TODO(pkasting): When manually_selected_match_ moves to the controller, this
autocomplete_edit_view_views.cc 112 AutocompleteEditController* controller,
118 : model_(new AutocompleteEditModel(this, controller, profile)),
120 controller_(controller),
history_url_provider.h 41 // (return to controller) ----
52 // The autocomplete controller calls us, and must be called back, on the main
175 // Dispatches the results to the autocomplete controller. Called on the
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 78 // actual cloud print service URL. The flow controller also registers
290 NavigationController* controller = &web_ui_->tab_contents()->controller(); local
291 NavigationEntry* pending_entry = controller->pending_entry();
296 Source<NavigationController>(controller));
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.mm 129 explicit NotificationBridge(ToolbarController* controller)
130 : controller_(controller) {
285 // fullscreen, we remove the toolbar controller's view from the view
412 // the controller.
674 // Do nothing if the frame changes but no Browser Action Controller is
  /external/grub/netboot/
davicom.c 235 /* Send 33 synchronization clock to Phy controller */
279 /* Send 33 synchronization clock to Phy controller */
303 /* Write a word data to PHY controller */
309 Write one bit data to Phy Controller
323 Read one bit phy data from PHY controller
  /external/skia/legacy/src/pipe/
SkGPipeWrite.cpp 234 SkGPipeCanvas::SkGPipeCanvas(SkGPipeController* controller,
238 fController = controller;
240 fBlockSize = 0; // need first block from controller
766 SkCanvas* SkGPipeWriter::startRecording(SkGPipeController* controller,
771 fCanvas = SkNEW_ARGS(SkGPipeCanvas, (controller, &fWriter,
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 89 * The view that is being zoomed by this zoom controller.
95 * each time the zoom controller is shown.
119 * If the zoom controller is dismissed but the user is still in a touch
162 /** Used to delay the zoom controller dismissal. */
186 "Cannot make the zoom controller visible if the owner view is " +
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 50 // the main browser controller
51 private final Controller mController;
58 TabControl(Controller controller) {
59 mController = controller;
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 260 *session_id = tab_contents->controller().session_id().id();
273 int tab_handle = tab_tracker_->Add(&tab_contents->controller());
398 *session_id = tab_contents->controller().session_id().id();
  /external/chromium/chrome/browser/chromeos/login/
new_user_view.cc 66 explicit UsernameField(chromeos::NewUserView* controller)
67 : controller_(controller) {}
199 // Controller to handle events from textfields
  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.cc 185 Source<NavigationController>(&contents->controller()));
198 Source<NavigationController>(&contents->controller()));
453 Source<NavigationController>(&contents->controller()));
extension_webstore_private_api.cc 434 NavigationController& controller = local
435 dispatcher()->delegate()->associated_tab_contents()->controller();
436 controller.LoadURL(url, source_url(), PageTransition::LINK);
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 117 GeolocationInfoBarQueueController* controller,
151 GeolocationInfoBarQueueController* controller,
159 controller_(controller),
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 302 // Prerendered pages have a NULL controller and the login handler should
304 NavigationController* controller = local
311 if (controller == NULL && delegate == this) {
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 322 NavigationController* controller = local
323 &browser()->GetSelectedTabContents()->controller();
324 ui_test_utils::WaitForNavigation(controller);
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_cocoa_controller.mm 87 - (void)setBrowserWindowController:(BrowserWindowController*)controller {
89 browserWindowController_ = controller;
95 // Stopping the search requires a findbar controller, which isn't valid yet
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 70 // way to be notified of changes, rather for cases where a controller/view is
74 // A controller/view that needs this notification should install itself as the
189 virtual void BookmarkMenuDeleted(BookmarkMenuController* controller);
  /external/jpeg/
jdinput.c 286 * This is called by the coefficient controller after it's read all
311 * coefficient controller's consume_data routine, depending on whether
386 * Initialize the input controller module.
  /external/kernel-headers/original/linux/
usb.h 268 struct device *controller; /* host/master side hardware */ member in struct:usb_bus
282 void *hcpriv; /* Host Controller private data */
445 * in host controller driver modules, does not change these path identifers;
709 * which the host controller driver should use in preference to the
727 * The host controller driver should use this in preference to
753 * (control requests also use setup_packet), and host controller drivers
760 * which tell the host controller driver that no such mapping is needed since
763 * When these transfer flags are provided, host controller drivers will
    [all...]

Completed in 1991 milliseconds

<<31323334353637383940>>