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

1 2

  /hardware/qcom/display/msm8084/liboverlay/
overlayCtrlData.h 48 class Ctrl : utils::NoCopy {
52 explicit Ctrl(const int& dpy);
54 ~Ctrl();
71 /* ctrl id */
73 /* ctrl fd */
89 static bool validateAndSet(Ctrl* ctrlArray[], const int& count,
92 // mdp ctrl struct(info e.g.)
121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) {
124 inline Ctrl::~Ctrl()
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayCtrlData.h 48 class Ctrl : utils::NoCopy {
52 explicit Ctrl(const int& dpy);
54 ~Ctrl();
73 /* ctrl id */
75 /* ctrl fd */
89 static bool validateAndSet(Ctrl* ctrlArray[], const int& count,
92 // mdp ctrl struct(info e.g.)
121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) {
124 inline Ctrl::~Ctrl()
    [all...]
overlayCtrl.cpp 24 bool Ctrl::init(uint32_t fbnum) {
27 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
32 ALOGE("Ctrl failed to getScreenInfo");
39 bool Ctrl::setSource(const utils::PipeArgs& args)
44 bool Ctrl::setPosition(const utils::Dim& dim)
47 ALOGE("Ctrl setPosition error in dim");
53 ALOGE("Ctrl failed MDP setPosition");
59 bool Ctrl::setTransform(const utils::eTransform& orient)
62 ALOGE("Ctrl setTransform failed for Mdp");
68 void Ctrl::setRotatorUsed(const bool& rotUsed)
    [all...]
  /hardware/qcom/display/msm8994/liboverlay/
overlayCtrlData.h 48 class Ctrl : utils::NoCopy {
52 explicit Ctrl(const int& dpy);
54 ~Ctrl();
73 /* ctrl id */
75 /* ctrl fd */
89 static bool validateAndSet(Ctrl* ctrlArray[], const int& count,
92 // mdp ctrl struct(info e.g.)
121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) {
124 inline Ctrl::~Ctrl()
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayCtrlData.h 48 class Ctrl : utils::NoCopy {
52 explicit Ctrl();
54 ~Ctrl();
73 /* ctrl id */
75 /* ctrl fd */
90 // mdp ctrl struct(info e.g.)
121 /* This class just creates a Ctrl Data pair to be used by a pipe.
123 * need to use the Ctrl channel in hwc_prepare (i.e config stage) and Data
127 Ctrl ctrl; member in struct:overlay::CtrlData
    [all...]
overlayCtrl.cpp 24 bool Ctrl::init(uint32_t fbnum) {
27 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
32 ALOGE("Ctrl failed to getScreenInfo");
39 bool Ctrl::setSource(const utils::PipeArgs& args)
44 bool Ctrl::setPosition(const utils::Dim& dim)
47 ALOGE("Ctrl setPosition error in dim");
53 ALOGE("Ctrl failed MDP setPosition");
59 bool Ctrl::setTransform(const utils::eTransform& orient)
62 ALOGE("Ctrl setTransform failed for Mdp");
68 void Ctrl::setRotatorUsed(const bool& rotUsed)
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/pipes/
overlayGenPipe.cpp 36 mCtrl(new Ctrl(dpy)), mData(new Data(dpy)) {
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
80 // set pipe id from ctrl to data
114 Ctrl* ctrlArray[count];
121 return Ctrl::validateAndSet(ctrlArray, count, fbFd);
overlayGenPipe.h 80 Ctrl *mCtrl;
  /hardware/qcom/display/msm8994/liboverlay/pipes/
overlayGenPipe.cpp 36 mCtrl(new Ctrl(dpy)), mData(new Data(dpy)) {
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
80 // set pipe id from ctrl to data
114 Ctrl* ctrlArray[count];
121 return Ctrl::validateAndSet(ctrlArray, count, fbFd);
overlayGenPipe.h 80 Ctrl *mCtrl;
  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 29 template<class Rasterizer, class Scanline, class Renderer, class Ctrl>
30 void render_ctrl(Rasterizer& ras, Scanline& sl, Renderer& r, Ctrl& c)
  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlayGenPipe.cpp 36 pipeState(CLOSED), mCtrl(new Ctrl(dpy)), mData(new Data(dpy)) {
90 //TODO Move pipe-id transfer to CtrlData class. Make ctrl and data private.
93 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
94 // set pipe id from ctrl to data
146 Ctrl* ctrlArray[count];
153 return Ctrl::validateAndSet(ctrlArray, count, fbFd);
overlayGenPipe.h 70 /* return Ctrl fd. Used for S3D */
96 Ctrl *mCtrl;
  /external/walt/docs/
ChromeOS.md 23 This continuously displays readings from WALT's sensors (press Ctrl-C to stop):
42 The script will respond with `Listening on port 50007`. It can be stopped by pressing Ctrl-C. At this point you should be able to use the WALT Android app as if it's running on a regular Android device. If you reset or reconnect the WALT device, you'll need to re-run the script (no need to re-run the iptables command).
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
XenonSdhci.c 128 UINT32 Ctrl = 0;
167 SdMmcHcRwMmio (PciIo, SD_BAR_INDEX, SDHC_SLOT_eMMC_CTRL, TRUE, SDHC_REG_SIZE_4B, &Ctrl);
168 Ctrl |= Vccq;
169 SdMmcHcRwMmio (PciIo, SD_BAR_INDEX, SDHC_SLOT_eMMC_CTRL, FALSE, SDHC_REG_SIZE_4B, &Ctrl);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHci.c 962 UINT32 Ctrl;
968 Ctrl = DW_MMC_CTRL_DMA_RESET;
969 Status = DwMmcHcRwMmio (PciIo, Trb->Slot, DW_MMC_CTRL, FALSE, sizeof (Ctrl), &Ctrl);
978 sizeof (Ctrl),
995 Ctrl = DW_MMC_CTRL_IDMAC_EN;
996 Status = DwMmcHcOrMmio (PciIo, Trb->Slot, DW_MMC_CTRL, sizeof (Ctrl), &Ctrl);
1020 UINT32 Ctrl;
1026 Status = DwMmcHcRwMmio (PciIo, Trb->Slot, DW_MMC_CTRL, TRUE, sizeof (Ctrl), &Ctrl);
    [all...]
  /external/libpng/projects/visualc71/
README_zlib.txt 21 2) Display the Solution Explorer view (Ctrl+Alt+L)
36 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.py 25 self.ctrl = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
26 if "PONG" not in self.ctrl.request("PING"):
28 self.mon = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
56 return self.ctrl.request(cmd, timeout=timeout)
97 ev = et.wait_event(["CTRL-EVENT-CONNECTED", "CTRL-EVENT-EAP-FAILURE"])
98 if ev is None or "CTRL-EVENT-CONNECTED" not in ev:
111 parser.add_argument('--ctrl', help='control interface directory')
121 if args.ctrl
    [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
signal_windows_test.go 56 log.Fatalf("Timeout waiting for Ctrl+Break\n")
  /prebuilts/go/linux-x86/src/os/signal/
signal_windows_test.go 56 log.Fatalf("Timeout waiting for Ctrl+Break\n")
  /external/wpa_supplicant_8/wpa_supplicant/examples/
dpp-qrcode.py 35 for ctrl in ifaces:
37 wpas = wpaspy.Ctrl(ctrl)
wps-nfc.py 57 for ctrl in ifaces:
59 wpas = wpaspy.Ctrl(ctrl)
  /external/libvncserver/webclients/novnc/include/
keyboard.js 68 var ctrl = 0xffe3;
80 // on Windows, Ctrl+Alt is used as a char modifier
81 charModifier = [alt, ctrl];
93 state[ctrl] = false;
105 if (evt.ctrlKey !== undefined && evt.ctrlKey !== state[ctrl] && keysym !== ctrl) {
106 state[ctrl] = evt.ctrlKey;
107 result.push(syncKey(ctrl));
330 // if a char modifier is pressed, get the keys it consists of (on Windows, AltGr is equivalent to Ctrl+Alt)
378 // For example, on Windows, AltGr is synonymous with Ctrl-Alt. On a Danish keyboard layout, AltGr-2 yields a @, but Ctrl-Alt-D does nothin
    [all...]
  /external/v8/tools/vim/
ninja-build.vim 6 " this command. On Windows, Ctrl-F7 (which is the same as the VS default).
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 53 for ctrl in ifaces:
55 wpas = wpaspy.Ctrl(ctrl)

Completed in 542 milliseconds

1 2