HomeSort by relevance Sort by last modified time
    Searched refs:Controller (Results 1 - 25 of 360) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciEnumerator.c 28 IN EFI_HANDLE Controller
51 return PciEnumeratorLight (Controller) ;
PciEnumerator.h 29 IN EFI_HANDLE Controller
39 Controller - TODO: add argument description
PciBus.c 41 IN EFI_HANDLE Controller,
49 IN EFI_HANDLE Controller,
57 IN EFI_HANDLE Controller,
135 IN EFI_HANDLE Controller,
142 Check to see if pci bus driver supports the given controller
147 IN EFI_HANDLE Controller,
173 Controller,
177 Controller,
189 Controller,
192 Controller
    [all...]
  /external/libchrome/base/files/
file_descriptor_watcher_posix.h 29 class Controller {
32 ~Controller();
40 Controller(MessageLoopForIO::Mode mode, int fd, const Closure& callback);
60 // on the sequence on which the Controller was instantiated. When the
61 // Controller is deleted, ownership of |watcher_| is transfered to a delete
66 // Validates that the Controller is used on the sequence on which it was
70 WeakPtrFactory<Controller> weak_factory_;
72 DISALLOW_COPY_AND_ASSIGN(Controller);
84 // returned Controller is deleted (deletion must happen on the current
88 static std::unique_ptr<Controller> WatchReadable(int fd
    [all...]
file_descriptor_watcher_posix.cc 28 FileDescriptorWatcher::Controller::~Controller() {
43 class FileDescriptorWatcher::Controller::Watcher
47 Watcher(WeakPtr<Controller> controller, MessageLoopForIO::Mode mode, int fd);
70 // The Controller that created this Watcher.
71 WeakPtr<Controller> controller_;
91 FileDescriptorWatcher::Controller::Watcher::Watcher(
92 WeakPtr<Controller> controller,
    [all...]
  /device/linaro/bootloader/edk2/StdLib/SocketDxe/
DriverBinding.c 36 controller handle and free ::ESL_SERVICE structure.
43 Verify the controller type
46 the controller is a network adapter by supporting any of the
50 array entry. The controller handle is passed to the ::DriverStart
58 @param [in] Controller Handle of device to test.
69 IN EFI_HANDLE Controller,
90 // Determine if the controller supports the network protocol
93 Controller,
97 Controller,
105 Controller,
    [all...]
  /hardware/qcom/neuralnetworks/hvxservice/1.0/
HexagonController.cpp 69 const char Controller::kFilename[] = "libhexagon_nn_controller.so";
71 Controller::Controller() {
75 Controller::~Controller() {
79 bool Controller::openNnlib() {
87 bool Controller::closeNnlib() {
97 bool Controller::resetNnlib() {
101 Controller& Controller::getInstance()
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciBus.c 115 @param Controller Handle of device to test.
128 IN EFI_HANDLE Controller,
163 Controller,
167 Controller,
182 Controller,
185 Controller
192 Controller,
196 Controller,
211 Controller,
214 Controller
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
Controller.java 21 * Controller used to instruct main activity to update {@link Notification} based on changes in
26 public class Controller {
30 Controller(StandaloneMainActivity standaloneMainActivity) {
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
Controller.java 21 * Controller used to instruct main activity to update {@link Notification} based on changes in
26 public class Controller {
30 Controller(StandaloneMainActivity standaloneMainActivity) {
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
Controller.java 6 * Controller used to instruct main activity to update {@link Notification} based on changes in
11 public class Controller {
15 Controller(StandaloneMainActivity standaloneMainActivity) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaDriver.c 4 Produce an instance of the ISA I/O Protocol for every SIO controller.
66 Tests to see if a controller can be managed by the IsaIo driver.
69 @param[in] Controller The handle of the controller to test.
83 IN EFI_HANDLE Controller,
93 // Try to open EFI DEVICE PATH protocol on the controller
96 Controller,
100 Controller,
106 // Get the PciIo protocol from its parent controller.
116 // Try to open the Super IO protocol on the controller
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
DriverBinding.c 46 IN EFI_HANDLE Controller,
54 // Test that the PCI IO Protocol is attached to the controller handle and no other driver is consuming it
57 Controller,
61 Controller,
67 // Test whether the controller is on a supported NIC
73 DEBUG ((EFI_D_NET, "Marvell Yukon: MarvellYukonDriverSupported: Supported Controller = %p\n", Controller));
77 Controller,
80 Controller
88 Start this driver on Controller by opening PciIo and DevicePath protocols.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/
VgaMiniPort.c 76 @param Controller The controller handle to check.
79 @retval EFI_SUCCESS The driver supports this controller.
87 IN EFI_HANDLE Controller,
99 Controller,
103 Controller,
110 // See if this is a PCI VGA Controller by looking at the Command register and
135 Controller,
138 Controller
152 @param Controller The controller to check.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppy.c 6 2. Support two diskette drives per floppy disk controller
74 Test if the controller is a floppy disk drive device
77 @param[in] Controller The handle of the controller to test.
90 IN EFI_HANDLE Controller,
106 Controller,
110 Controller,
118 Controller,
121 Controller
128 Controller,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/
IsaBusDxe.c 2 This file consumes the ISA Host Controller protocol produced by the ISA Host
3 Controller and installs the ISA Host Controller Service Binding protocol
4 on the ISA Host Controller's handle.
22 Tests to see if this driver supports a given controller. If a child device is provided,
26 @param[in] ControllerHandle The handle of the controller to test. This handle
32 the bus driver must determine if the bus controller specified
33 by ControllerHandle and the child controller specified
53 IN EFI_HANDLE Controller,
61 Controller,
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DriverBinding.c 25 Verify the controller type
28 @param [in] Controller Handle of device to test.
39 IN EFI_HANDLE Controller,
52 Controller,
56 Controller,
89 Controller,
92 Controller
100 Start this driver on Controller by opening UsbIo and DevicePath protocols.
101 Initialize PXE structures, create a copy of the Controller Device Path with the
106 @param [in] Controller Handle of device to work with.
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 23 public interface Controller {
41 public static final Controller EMPTY_CONTROLLER = new Controller() {
52 * controller's onShowMoreKeysPanel to add the panel's container view.
55 * @param controller the controller that can dismiss this {@link MoreKeysPanel}
63 public void showMoreKeysPanel(View parentView, Controller controller, int pointX,
67 * Dismisses the more keys panel and calls the controller's onDismissMoreKeysPanel to remove
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyMmcDxe/
HiKeyMmcDxe.c 55 IN EFI_HANDLE Controller,
63 if (DwMmcCapability[0].Controller == 0) {
64 DwMmcCapability[0].Controller = Controller;
66 } else if (DwMmcCapability[0].Controller == Controller) {
68 } else if (DwMmcCapability[1].Controller == 0) {
69 DwMmcCapability[1].Controller = Controller;
71 } else if (DwMmcCapability[1].Controller == Controller)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
IsaBus.c 6 Controller found. This driver is designed to manage a PCI-to-ISA bridge Device
69 Tests to see if a controller can be managed by the ISA Bus Driver. If a child device is provided,
76 @param[in] Controller The handle of the controller to test.
90 IN EFI_HANDLE Controller,
119 // Try to open EFI DEVICE PATH protocol on the controller
122 Controller,
126 Controller,
143 Controller,
146 Controller
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
IdeController.c 4 is responsible for early initialization of IDE controller.
108 @param Controller The handle of controller to be tested.
119 IN EFI_HANDLE Controller,
132 Controller,
136 Controller,
145 // Sub Class (offset 0x0A). This controller should be an Ide controller
178 Controller,
181 Controller
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
SDMediaDevice.c 63 @param Controller Handle of device to test.
74 IN EFI_HANDLE Controller,
82 // Test whether there is PCI IO Protocol attached on the controller handle.
85 Controller,
89 Controller,
97 Controller,
100 Controller
111 @param Controller Handle of device to test.
124 IN EFI_HANDLE Controller,
139 Controller,
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Service.c 21 Walk the network service protocols on the controller handle and
29 @param [in] Controller Handle of device to work with.
31 @retval EFI_SUCCESS This driver is added to Controller.
40 IN EFI_HANDLE Controller
71 // Determine if the controller supports the network protocol
74 Controller,
78 Controller,
86 Controller,
90 Controller,
115 pService->Controller = Controller;
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DriverBinding.c 18 Verify the controller type
21 @param [in] Controller Handle of device to test.
32 IN EFI_HANDLE Controller,
44 Controller,
48 Controller,
73 Controller,
76 Controller
88 Start this driver on Controller by opening UsbIo and DevicePath protocols.
89 Initialize PXE structures, create a copy of the Controller Device Path with the
94 @param [in] Controller Handle of device to work with.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosBlkIo.c 119 @param Controller The controller handle to check.
122 @retval EFI_SUCCESS The driver supports this controller.
130 IN EFI_HANDLE Controller,
149 Controller,
153 Controller,
161 Controller,
164 Controller
171 Controller,
175 Controller,
    [all...]

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 91011>>