/external/lisa/tools/scripts/power/ |
generate_power_profile.py | 54 'bluetooth.controller.idle' : 'Average current draw (mA) of the' 55 ' Bluetooth controller when idle.', 56 'bluetooth.controller.rx' : 'Average current draw (mA) of the Bluetooth' 57 ' controller when receiving.', 58 'bluetooth.controller.tx' : 'Average current draw (mA) of the Bluetooth' 59 ' controller when transmitting.', 60 'bluetooth.controller.voltage' : 'Average operating voltage (mV) of the' 61 ' Bluetooth controller.', 63 'modem.controller.idle' : 'Average current draw (mA) of the modem' 64 ' controller when idle.' [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
MediaSessions.java | 82 dump(++i, writer, r.controller); 113 r.controller.setVolumeTo(level, 0); 117 final MediaController controller = new MediaController(mContext, session); local 118 if (D.BUG) Log.d(TAG, "remoteVolumeChangedH " + controller.getPackageName() + " " 120 final Token token = controller.getSessionToken(); 125 final MediaController controller = session != null ? new MediaController(mContext, session) local 127 final String pkg = controller != null ? controller.getPackageName() : null; 136 for (MediaController controller : controllers) { 137 final Token token = controller.getSessionToken() 262 private final MediaController controller; field in class:MediaSessions.MediaControllerRecord [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/ |
ComponentName.c | 3 controller driver.
39 { "eng;en", L"Designware Sd/Mmc Host Controller Driver" },
44 { "eng;en", L"Designware Sd/Mmc Host Controller" },
105 Retrieves a Unicode string that is the user readable name of the controller
108 This function retrieves the user readable name of the controller specified by
111 Language, then a pointer to the controller name is returned in ControllerName,
113 managing the controller specified by ControllerHandle and ChildHandle,
120 @param ControllerHandle[in] The handle of a controller that the driver
122 specifies the controller whose name is to be
125 @param ChildHandle[in] The handle of the child controller to retrieve [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/ |
ComponentName.c | 2 UEFI Component Name(2) protocol implementation for SD/MMC host controller driver.
36 { "eng;en", L"Edkii Sd/Mmc Host Controller Driver" },
41 { "eng;en", L"Edkii Sd/Mmc Host Controller" },
102 Retrieves a Unicode string that is the user readable name of the controller
105 This function retrieves the user readable name of the controller specified by
108 Language, then a pointer to the controller name is returned in ControllerName,
110 managing the controller specified by ControllerHandle and ChildHandle,
117 @param ControllerHandle[in] The handle of a controller that the driver
119 specifies the controller whose name is to be
122 @param ChildHandle[in] The handle of the child controller to retrieve [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciDeviceSupport.h | 77 specified by Controller.
81 @param Controller Root bridge handle.
90 IN EFI_HANDLE Controller
98 parent/child relationship with its bus controller.
100 @param Controller An EFI handle for the PCI bus controller.
110 IN EFI_HANDLE Controller,
135 @param Controller An EFI handle for the PCI bus controller.
144 IN EFI_HANDLE Controller,
[all...] |
PciIo.h | 38 @param Offset The offset within the PCI configuration space for the PCI controller.
60 @param Offset The offset within the PCI configuration space for the PCI controller.
76 Reads from the memory space of a PCI controller. Returns either when the polling exit criteria is
90 @retval EFI_UNSUPPORTED BarIndex not valid for this PCI controller.
91 @retval EFI_UNSUPPORTED Offset is not valid for the BarIndex of this PCI controller.
111 Reads from the memory space of a PCI controller. Returns either when the polling exit criteria is
125 @retval EFI_UNSUPPORTED BarIndex not valid for this PCI controller.
126 @retval EFI_UNSUPPORTED Offset is not valid for the BarIndex of this PCI controller.
146 Enable a PCI driver to access PCI controller registers in the PCI memory or I/O space.
157 @retval EFI_SUCCESS The data was read from or written to the PCI controller. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/ |
ComponentName.c | 2 UEFI Component Name(2) protocol implementation for SD/MMC host controller driver.
36 { "eng;en", L"Edkii Sd/Mmc Host Controller Driver" },
41 { "eng;en", L"Edkii Sd/Mmc Host Controller" },
102 Retrieves a Unicode string that is the user readable name of the controller
105 This function retrieves the user readable name of the controller specified by
108 Language, then a pointer to the controller name is returned in ControllerName,
110 managing the controller specified by ControllerHandle and ChildHandle,
117 @param ControllerHandle[in] The handle of a controller that the driver
119 specifies the controller whose name is to be
122 @param ChildHandle[in] The handle of the child controller to retrieve [all...] |
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ |
ComponentName.c | 2 This portion is to register the IDE Controller Driver name:
3 "IDE Controller Init Driver"
42 (CHAR16 *)L"IDE Controller Init Driver"
51 /// Controller Name Strings
56 (CHAR16 *)L"PCAT IDE Controller"
103 Retrieves a Unicode string that is the user readable name of the controller
107 @param ControllerHandle The handle of a controller that the driver specified by
108 This is managing. This handle specifies the controller
110 @param ChildHandle OPTIONAL The handle of the child controller to retrieve the name
114 bus controller. It will not be NULL for a bus driver [all...] |
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/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbBus.c | 884 Install Usb Bus Protocol on host controller, and start the Usb bus.
887 @param Controller The controller to check.
890 @retval EFI_SUCCESS The controller is controlled by the usb bus.
891 @retval EFI_ALREADY_STARTED The controller is already controlled by the usb bus.
899 IN EFI_HANDLE Controller,
916 UsbBus->HostHandle = Controller;
920 Controller,
924 Controller,
936 // Get USB_HC2/USB_HC host controller protocol (EHCI/UHCI). [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ |
ScsiBus.c | 176 IN EFI_HANDLE Controller,
193 // tried to open on host controller handle. If fails, then PassThru Protocol is tried instead.
196 Controller,
200 Controller,
216 Controller,
219 Controller
231 Controller,
234 Controller
248 Controller,
252 Controller,
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
I2cMaster.h | 4 This protocol manipulates the I2C host controller to perform transactions as a master
35 The software and controller do a best case effort of using the specified
39 For example if 400 KHz was specified and the controller's divide network
47 actual frequency in use by the I2C controller.
50 @retval EFI_ALREADY_STARTED The controller is busy with another transaction.
52 @retval EFI_UNSUPPORTED The controller does not support this frequency.
63 Reset the I2C controller and configure it for use
67 The I2C controller is reset. The caller must call SetBusFrequench() after
73 @retval EFI_ALREADY_STARTED The controller is busy with another transaction.
84 Start an I2C transaction on the host controller. [all...] |
/external/autotest/client/common_lib/cros/bluetooth/ |
bluetooth_socket.py | 235 """Error raised when the Controller Error event is received.""" 268 @param index: Controller index, may be MGMT_INDEX_NONE. 320 @param cmd_index: Controller index, may be btsocket.HCI_DEV_NONE. 339 ('Response for wrong controller index received: ' + 368 ('Response for wrong controller index received: ' + 389 ('Incorrect controller error event data length: ' + 394 raise BluetoothControllerError('Controller error: %d' % 406 @param index: Controller index of event, may be btsocket.HCI_DEV_NONE. 448 ('Incorrect controller error event data length: ' + 452 logging.debug('[0x%04x] controller error: %d (Ignored)' [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/ |
GraphicsOutput.c | 31 // The driver should only start on one graphics controller.
202 Test whether the Controller can be managed by the driver.
205 @param Controller The PCI controller.
216 IN EFI_HANDLE Controller,
235 Controller,
239 Controller,
249 Controller,
252 Controller
259 Controller,
[all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960MmcDxe/ |
HiKey960MmcDxe.c | 48 IN EFI_HANDLE Controller, 56 if (DwMmcCapability[0].Controller == 0) { 57 DwMmcCapability[0].Controller = Controller; 59 } else if (DwMmcCapability[0].Controller == Controller) {
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA9x4/ |
ArmPlatform.h | 69 // PL111 Colour LCD Controller - core tile
73 // PL341 Dynamic Memory Controller Base
76 // PL354 Static Memory Controller Base
79 // System Configuration Controller register Base addresses
95 // TZASC Trust Zone Address Space Controller Base Address
98 // PL310 L2x0 Cache Controller Base Address
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcDxe/ |
UfsPciHcDxe.c | 2 UfsHcDxe driver is used to provide platform-dependent info, mainly UFS host controller
31 // Template for Ufs host controller private data.
52 Get the MMIO base of the UFS host controller.
55 @param[out] MmioBar The MMIO base address of UFS host controller.
100 Provides the UFS controller-specific addresses needed to access system memory.
104 @param HostAddress The system memory address to map to the UFS controller.
107 @param DeviceAddress The resulting map address for the bus master UFS controller to use to
286 Enable a UFS bus driver to access UFS MMIO registers in the UFS Host Controller memory space.
290 @param Offset The offset within the UFS Host Controller MMIO space to start the
296 @retval EFI_SUCCESS The data was read from or written to the UFS host controller. [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SerialPortLib/ |
SioInit.h | 48 #define WPCN381U_LDN_UART0 0x03 // LDN for Serial Port Controller
49 #define WPCN381U_LDN_UART1 0x02 // LDN for Parallel Port Controller
50 #define WPCN381U_LDN_PS2K 0x06 // LDN for PS2 Keyboard Controller
51 #define WPCN381U_LDN_PS2M 0x05 // LDN for PS2 Mouse Controller
52 #define WPCN381U_KB_BASE1_ADDRESS 0x60 // Base Address of KB controller
53 #define WPCN381U_KB_BASE2_ADDRESS 0x64 // Base Address of KB controller
|
/external/ltp/testcases/kernel/controllers/memctl/ |
README | 3 The directory memctl contains the tests related to memory controller. 8 The aim of the tests is to test memory controller functionality. 14 These are the tasks to run for memory controller testing. 24 directory and mounts cgroup filesystem on it with memory controller. It then 32 any of the groups in controller dir tree. 36 This script creates different scenarios for memory controller testing and
|
/hardware/interfaces/bluetooth/1.0/ |
IBluetoothHci.hal | 22 * The Host Controller Interface (HCI) is the layer defined by the Bluetooth 24 * controller chip. This boundary is the natural choice for a Hardware 45 * from the controller to be sent to the host. 53 * V4.2, Vol 2, Part 5, Section 5.4.1) to the Bluetooth controller. 63 * V4.2, Vol 2, Part 5, Section 5.4.2) to the Bluetooth controller. 72 * V4.2, Vol 2, Part 5, Section 5.4.3) to the Bluetooth controller.
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/ |
BaseTimeZonePreferenceControllerTest.java | 48 TestPreferenceController controller = new TestPreferenceController(mActivity, prefKey); local 49 controller.setOnClickListener(clickListener); 51 controller.handlePreferenceTreeClick(preference); 60 TestPreferenceController controller = new TestPreferenceController(mActivity, prefKey); local 61 controller.setOnClickListener(clickListener); 63 controller.handlePreferenceTreeClick(preference);
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
AccountObserver.java | 52 * {@link #onChanged(Account)} when the controller changes the account. 54 * @param controller 56 public Account initialize(AccountController controller) { 57 if (controller == null) { 58 LogUtils.wtf(LOG_TAG, "AccountObserver initialized with null controller!"); 60 mController = controller;
|
FolderObserver.java | 52 * {@link #onChanged(Folder)} when the controller changes the Folder. 54 * @param controller 56 public Folder initialize(FolderController controller) { 57 if (controller == null) { 58 LogUtils.wtf(LOG_TAG, "FolderObserver initialized with null controller!"); 60 mController = controller;
|
RecentFolderObserver.java | 55 * {@link #onChanged()} when the controller changes the recent folder. 57 * @param controller 59 public RecentFolderList initialize(RecentFolderController controller) { 60 if (controller == null) { 61 LogUtils.wtf(LOG_TAG, "RecentFolderObserver initialized with null controller!"); 63 mController = controller;
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/ |
ComponentName.c | 156 Retrieves a Unicode string that is the user readable name of the controller
159 This function retrieves the user readable name of the controller specified by
162 Language, then a pointer to the controller name is returned in ControllerName,
164 managing the controller specified by ControllerHandle and ChildHandle,
168 @param ControllerHandle[in] The handle of a controller that the driver
170 specifies the controller whose name is to be
173 @param ChildHandle[in] The handle of the child controller to retrieve
178 controller. It will not be NULL for a bus
180 child controller.
194 controller specified by ControllerHandle and [all...] |