HomeSort by relevance Sort by last modified time
    Searched defs:Control (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
Control.java 24 public interface Control {
  /prebuilts/go/darwin-x86/src/net/
rawconn.go 15 // BUG(mikio): On NaCl and Plan 9, the Control, Read and Write methods
24 func (c *rawConn) Control(f func(uintptr)) error {
31 err = &OpError{Op: "raw-control", Net: c.fd.net, Source: nil, Addr: c.fd.laddr, Err: err}
  /prebuilts/go/linux-x86/src/net/
rawconn.go 15 // BUG(mikio): On NaCl and Plan 9, the Control, Read and Write methods
24 func (c *rawConn) Control(f func(uintptr)) error {
31 err = &OpError{Op: "raw-control", Net: c.fd.net, Source: nil, Addr: c.fd.laddr, Err: err}
  /external/drm_hwcomposer/tests/
worker_test.cpp 37 void Control(bool enable) {
78 worker.Control(true);
92 worker.Control(false);
106 worker.Control(true);
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
epoll_file_descriptor.h 39 int Control(int op, int target_fd, epoll_event* ev) {
  /external/swiftshader/src/Shader/
ShaderCore.hpp 219 typedef Shader::Control Control;
340 void cmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control);
341 void icmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control);
342 void ucmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control);
PixelProgram.hpp 102 typedef Shader::Control Control;
126 void BREAKC(Vector4f &src0, Vector4f &src1, Control);
144 void IFC(Vector4f &src0, Vector4f &src1, Control);
VertexProgram.hpp 63 typedef Shader::Control Control;
83 void BREAKC(Vector4f &src0, Vector4f &src1, Control);
101 void IFC(Vector4f &src0, Vector4f &src1, Control);
  /hardware/libhardware/modules/camera/3_4/metadata/
control.h 32 // A Control is a PartialMetadata with values that can be gotten/set.
34 class Control : public PartialMetadataInterface {
37 Control(std::unique_ptr<TaggedControlDelegate<T>> delegate,
59 DISALLOW_COPY_AND_ASSIGN(Control);
65 Control<T>::Control(std::unique_ptr<TaggedControlDelegate<T>> delegate,
70 std::vector<int32_t> Control<T>::StaticTags() const {
79 std::vector<int32_t> Control<T>::ControlTags() const {
84 std::vector<int32_t> Control<T>::DynamicTags() const {
89 int Control<T>::PopulateStaticFields(android::CameraMetadata* metadata) const
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
uisample.py 115 Control = [
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileAdd.c 268 EFI_USER_INFO_ACCESS_CONTROL *Control;
278 Control = (EFI_USER_INFO_ACCESS_CONTROL *) (NewUserInfo + 1);
279 Control->Type = EFI_USER_INFO_ACCESS_ENROLL_SELF;
280 Control->Size = sizeof (EFI_USER_INFO_ACCESS_CONTROL);
286 NewUserInfo->InfoSize = sizeof (EFI_USER_INFO) + Control->Size;
ModifyAccessPolicy.c 30 EFI_USER_INFO_ACCESS_CONTROL Control;
50 Control.Type = mAccessInfo.AccessRight;
51 Control.Size = (UINT32) Size;
52 CopyMem (mUserInfo.AccessPolicy + OffSet, &Control, sizeof (Control));
53 OffSet += sizeof (Control);
63 Control.Type = EFI_USER_INFO_ACCESS_SETUP;
64 Control.Size = (UINT32) Size;
65 CopyMem (mUserInfo.AccessPolicy + OffSet, &Control, sizeof (Control));
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
EnhancedSpeedstep.h 65 UINT32 Control;
  /external/libvpx/libvpx/test/
decode_test_driver.h 63 void Control(int ctrl_id, int arg) { Control(ctrl_id, arg, VPX_CODEC_OK); }
65 void Control(int ctrl_id, const void *arg) {
71 void Control(int ctrl_id, int arg, vpx_codec_err_t expected_value) {
  /external/python/cpython2/Tools/msi/
uisample.py 115 Control = [
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isac_fix_type.h 23 static inline int16_t Control(instance_type* inst,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_float_type.h 21 static inline int16_t Control(instance_type* inst,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
SiI3132AtaPassThru.c 62 UINTN Control = PRB_CTRL_ATA;
80 Control = PRB_CTRL_SRST;
83 SataPort->HostPRB->Fis.Control = 0x0F;
125 SataPort->HostPRB->Fis.Control = 1 << 7; // Is a command
127 SataPort->HostPRB->Fis.Control |= PortMultiplierPort & 0xFF;
160 SataPort->HostPRB->Fis.Control = 1 << 7; // Is a command
162 SataPort->HostPRB->Fis.Control |= PortMultiplierPort & 0xFF;
188 SataPort->HostPRB->Control = Control;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiIbft.c 46 Initialize the control section of the iSCSI Boot Firmware Table.
56 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *Control;
59 Control = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *) (Table + 1);
61 Control->Header.StructureId = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE_ID;
62 Control->Header.Version = EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE_VERSION;
63 Control->Header.Length = (UINT16) sizeof (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE);
73 Control->Header.Flags = 0;
85 // Need expand the control section if more than 2 NIC/Target attempts
88 Control->Header.Length = (UINT16) (Control->Header.Length + (NumOffset - 4) * sizeof (UINT16));
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
Ax88772.c 218 UINT16 Control;
233 Control = BMCR_AUTONEGOTIATION_ENABLE
236 Control |= BMCR_100MBPS;
239 Control |= BMCR_FULL_DUPLEX;
241 Status = Ax88772PhyWrite ( pNicDevice, PHY_BMCR, Control );
773 // Update the receiver control
790 DEBUG (( EFI_D_ERROR, "ERROR - Failed to set receiver control, Status: %r\r\n",
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPlatform.h 81 UINT32 Control;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
trieval.go 25 Control // Control LRO - PDI
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
trieval.go 25 Control // Control LRO - PDI
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
HTTP.c 36 INTN Control;
54 Control = Character;
60 if ( 0 != ( Control & 0x80 )) {
61 while ( 0 != ( Control & 0x40 )) {
64 Control <<= 1;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
Serial.c 90 Check the device path node whether it's the Flow Control node or not.
94 @retval TRUE It's the Flow Control node.
111 Check the device path node whether it contains Flow Control node or not.
115 @retval TRUE It contains the Flow Control node.
261 // If the second node is Flow Control Node,
262 // return error when it request other than hardware flow control.
290 // When the driver has produced device path with flow control node but RemainingDevicePath only contains UART node,
413 UINT32 Control;
502 Status = SerialIo->GetControl (SerialIo, &Control);
505 Control |= EFI_SERIAL_HARDWARE_FLOW_CONTROL_ENABLE;
    [all...]

Completed in 1209 milliseconds

1 2 3 4 5 6