HomeSort by relevance Sort by last modified time
    Searched full:ctrl (Results 1 - 25 of 1760) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 87 struct wpa_ctrl *ctrl; local
97 ctrl = os_malloc(sizeof(*ctrl));
98 if (ctrl == NULL)
100 os_memset(ctrl, 0, sizeof(*ctrl));
102 ctrl->s = socket(PF_UNIX, SOCK_DGRAM, 0);
103 if (ctrl->s < 0) {
104 os_free(ctrl);
108 ctrl->local.sun_family = AF_UNIX
279 struct wpa_ctrl *ctrl; local
623 struct wpa_ctrl *ctrl; local
    [all...]
wpa_helpers.c 25 struct wpa_ctrl *ctrl; local
28 ctrl = wpa_ctrl_open(buf);
29 if (ctrl == NULL)
31 return ctrl;
37 struct wpa_ctrl *ctrl; local
42 ctrl = wpa_open_ctrl(ifname);
43 if (ctrl == NULL)
46 if (wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL) < 0) {
48 wpa_ctrl_close(ctrl);
51 wpa_ctrl_close(ctrl);
64 struct wpa_ctrl *ctrl; local
85 struct wpa_ctrl *ctrl; local
166 struct wpa_ctrl *ctrl; local
215 struct wpa_ctrl *ctrl; local
    [all...]
  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 44 command -complete=custom,s:CompleteWindow -nargs=1 Lhide python ctrl.doHide('<args>')
45 command -complete=custom,s:CompleteWindow -nargs=0 Lshow python ctrl.doShow('<args>')
48 command -nargs=* Lstart python ctrl.doLaunch(True, '<args>')
49 command -nargs=* Lrun python ctrl.doLaunch(False, '<args>')
50 command -nargs=1 Lattach python ctrl.doAttach('<args>')
51 command -nargs=0 Ldetach python ctrl.doDetach()
56 command -complete=custom,s:CompleteCommand -nargs=* Lregexpattach python ctrl.doCommand('_regexp-attach', '<args>')
57 command -complete=custom,s:CompleteCommand -nargs=* Lregexpbreak python ctrl.doCommand('_regexp-break', '<args>')
58 command -complete=custom,s:CompleteCommand -nargs=* Lregexpbt python ctrl.doCommand('_regexp-bt', '<args>')
59 command -complete=custom,s:CompleteCommand -nargs=* Lregexpdown python ctrl.doCommand('_regexp-down', '<args>'
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
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...]
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/
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...]
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...]
  /hardware/qcom/display/msm8974/liboverlay/
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...]
overlayCtrlData.h 48 class Ctrl : utils::NoCopy {
52 explicit Ctrl();
54 ~Ctrl();
73 /* ctrl id */
75 /* ctrl fd */
91 // mdp ctrl struct(info e.g.)
122 /* This class just creates a Ctrl Data pair to be used by a pipe.
124 * need to use the Ctrl channel in hwc_prepare (i.e config stage) and Data
128 Ctrl ctrl; member in struct:overlay::CtrlData
    [all...]
  /external/qemu/pc-bios/keymaps/
hu 87 # Ctrl keys:
88 F25 0x3b ctrl
89 F26 0x3c ctrl
90 F27 0x3d ctrl
91 F28 0x3e ctrl
92 F29 0x3f ctrl
93 F30 0x40 ctrl
94 F31 0x41 ctrl
95 F32 0x42 ctrl
96 F33 0x43 ctrl
    [all...]
  /external/svox/pico/lib/
picoctrl.c 69 * shortcut : ctrl
94 register ctrl_subobj_t * ctrl; local
101 ctrl = (ctrl_subobj_t *) this->subObj;
102 ctrl->curPU = 0;
103 ctrl->lastItemTypeProduced=0; /*no item produced by default*/
105 for (i = 0; i < ctrl->numProcUnits; i++) {
107 status = ctrl->procUnit[i]->initialize(ctrl->procUnit[i], resetMode);
111 status = picodata_cbReset(ctrl->procCbOut[i]);
140 register ctrl_subobj_t * ctrl = (ctrl_subobj_t *) this->subObj local
239 register ctrl_subobj_t * ctrl; local
264 register ctrl_subobj_t * ctrl; local
301 register ctrl_subobj_t * ctrl; local
424 register ctrl_subobj_t * ctrl; local
806 ctrl_subobj_t * ctrl; local
827 ctrl_subobj_t * ctrl; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_commands.h 40 int tuneserver_initialize_tuningp(void * ctrl, int client_socket_id,
42 int tuneserver_deinitialize_tuningp(void * ctrl, int client_socket_id,
44 int tuneserver_process_get_list_cmd(void * ctrl, void *recv_cmd,
46 int tuneserver_process_misc_cmd(void * ctrl, void *recv_cmd,
48 int tuneserver_process_get_params_cmd(void * ctrl, void *recv_cmd,
50 int tuneserver_process_set_params_cmd(void * ctrl, void *recv_cmd,
53 int tuneserver_initialize_prevtuningp(void * ctrl,
56 int tuneserver_deinitialize_prevtuningp(void * ctrl,
58 int tuneserver_preview_getinfo(void * ctrl,
60 int tuneserver_preview_getchunksize(void * ctrl,
    [all...]
  /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...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/commands/
manifest.json 3 "description": "Press Ctrl+Shift+F (Command+Shift+F on a Mac) to open the browser action popup, press Ctrl+Shift+Y to send an event (Command+Shift+Y on a Mac).",
15 "suggested_key": { "default": "Ctrl+Shift+Y" },
20 "default": "Ctrl+Shift+F",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/pin/
README 2 shortcut (Ctrl + Shift + P) to toggle pinning and unpinning of the current tab.
  /external/eigen/demos/opengl/
README 5 left button + ctrl quake rotate (rotate around camera position)
6 middle button + ctrl walk (progress along camera's z direction)
  /hardware/qcom/display/msm8974/liboverlay/pipes/
overlayGenPipe.cpp 58 if(!mCtrlData.ctrl.init(fbNum)) {
59 ALOGE("GenericPipe failed to init ctrl");
74 if(!mCtrlData.ctrl.close()) {
75 ALOGE("GenericPipe failed to close ctrl");
89 mCtrlData.ctrl.setSource(args);
93 mCtrlData.ctrl.setCrop(d);
97 mCtrlData.ctrl.setTransform(orient);
101 mCtrlData.ctrl.setPosition(d);
106 return mCtrlData.ctrl.setVisualParams(metadata);
114 ovutils::Dim src(mCtrlData.ctrl.getCrop())
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
tts_background_test.extjs 46 assertEquals('control', preprocess('ctrl'));
47 assertEquals('control', preprocess('CTRL'));
48 assertEquals('control', preprocess('Ctrl'));
49 assertEquals('control', preprocess(' ctrl'));
50 assertEquals('control', preprocess('ctrl '));
51 assertEquals('control plus x', preprocess('ctrl+x'));
54 preprocess('Press ctrl+f while in ChromeVox.'));
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 106 printf("wpa_cli [-p<path to ctrl sockets>] [-i<ifname>] [-hvB] "
108 " [-P<pid file>] [-g<global ctrl>] [-G<ping interval>] "
399 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd, int print)
416 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
435 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd)
437 return _wpa_ctrl_command(ctrl, cmd, 1);
471 static int wpa_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args,
483 return wpa_ctrl_command(ctrl, buf);
487 static int wpa_cli_cmd_ifname(struct wpa_ctrl *ctrl, int argc, char *argv[])
489 return wpa_ctrl_command(ctrl, "IFNAME")
3752 struct wpa_ctrl *ctrl; local
    [all...]
  /external/chromium_org/chrome/common/extensions/
command_unittest.cc 95 int ctrl = ui::EF_COMMAND_DOWN; local
97 int ctrl = ui::EF_CONTROL_DOWN; local
100 const ui::Accelerator ctrl_f = ui::Accelerator(ui::VKEY_F, ctrl);
103 ui::Accelerator(ui::VKEY_F, ctrl | ui::EF_SHIFT_DOWN);
106 const ui::Accelerator ctrl_1 = ui::Accelerator(ui::VKEY_1, ctrl);
107 const ui::Accelerator ctrl_comma = ui::Accelerator(ui::VKEY_OEM_COMMA, ctrl);
108 const ui::Accelerator ctrl_dot = ui::Accelerator(ui::VKEY_OEM_PERIOD, ctrl);
109 const ui::Accelerator ctrl_left = ui::Accelerator(ui::VKEY_LEFT, ctrl);
110 const ui::Accelerator ctrl_right = ui::Accelerator(ui::VKEY_RIGHT, ctrl);
111 const ui::Accelerator ctrl_up = ui::Accelerator(ui::VKEY_UP, ctrl);
    [all...]
  /bionic/libc/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /development/ndk/platforms/android-L/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion.cc 12 const bool ctrl = (flags & EF_CONTROL_DOWN) != 0; local
16 // Following Windows behavior to map ctrl-a ~ ctrl-z to \x01 ~ \x1A.
18 return key_code - VKEY_A + (ctrl ? 1 : (upper ? 'A' : 'a'));
20 // Other ctrl characters
21 if (ctrl) {
25 // ctrl-@ maps to \x00 (Null byte)
28 // ctrl-^ maps to \x1E (Record separator, Information separator two)
31 // ctrl-_ maps to \x1F (Unit separator, Information separator one)
40 // ctrl-[ maps to \x1B (Escape
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
ttydefaults.h 57 #define CTRL(x) (x&037)
58 #define CEOF CTRL('d')
61 #define CINTR CTRL('c')
62 #define CSTATUS CTRL('t')
63 #define CKILL CTRL('u')
66 #define CSUSP CTRL('z')
68 #define CDSUSP CTRL('y')
69 #define CSTART CTRL('q')
70 #define CSTOP CTRL('s')
71 #define CLNEXT CTRL('v'
    [all...]

Completed in 2188 milliseconds

1 2 3 4 5 6 7 8 91011>>