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

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/
libwpa_test.c 15 struct wpa_ctrl *ctrl; local
17 ctrl = wpa_ctrl_open("foo");
18 if (!ctrl)
20 if (wpa_ctrl_attach(ctrl) == 0)
21 wpa_ctrl_detach(ctrl);
22 if (wpa_ctrl_pending(ctrl)) {
27 wpa_ctrl_recv(ctrl, buf, &len);
29 wpa_ctrl_close(ctrl);
wpa_cli.c 73 static void update_networks(struct wpa_ctrl *ctrl);
74 static void update_stations(struct wpa_ctrl *ctrl);
79 printf("wpa_cli [-p<path to ctrl sockets>] [-i<ifname>] [-hvB] "
81 " [-P<pid file>] [-g<global ctrl>] [-G<ping interval>] "
221 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print)
238 ret = wpa_ctrl_request(ctrl, cmd, os_strlen(cmd), buf, &len,
257 static int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd)
259 return _wpa_ctrl_command(ctrl, cmd, 1);
263 static int wpa_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd, int min_args,
275 return wpa_ctrl_command(ctrl, buf)
4190 struct wpa_ctrl *ctrl = eloop_ctx; local
4210 struct wpa_ctrl *ctrl = eloop_ctx; local
4291 struct wpa_ctrl *ctrl; local
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_commands.h 41 int tuneserver_initialize_tuningp(void * ctrl, int client_socket_id,
43 int tuneserver_deinitialize_tuningp(void * ctrl, int client_socket_id,
45 int tuneserver_process_get_list_cmd(void * ctrl, void *recv_cmd,
47 int tuneserver_process_misc_cmd(void * ctrl, void *recv_cmd,
49 int tuneserver_process_get_params_cmd(void * ctrl, void *recv_cmd,
51 int tuneserver_process_set_params_cmd(void * ctrl, void *recv_cmd,
54 int tuneserver_initialize_prevtuningp(void * ctrl,
57 int tuneserver_deinitialize_prevtuningp(void * ctrl,
59 int tuneserver_preview_getinfo(void * ctrl,
61 int tuneserver_preview_getchunksize(void * ctrl,
    [all...]
  /device/huawei/angler/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...]
  /device/lge/bullhead/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...]
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 95 struct wpa_ctrl *ctrl; local
105 ctrl = os_zalloc(sizeof(*ctrl));
106 if (ctrl == NULL)
109 ctrl->s = socket(PF_UNIX, SOCK_DGRAM, 0);
110 if (ctrl->s < 0) {
111 os_free(ctrl);
115 ctrl->local.sun_family = AF_UNIX;
119 ret = os_snprintf(ctrl->local.sun_path,
120 sizeof(ctrl->local.sun_path)
296 struct wpa_ctrl *ctrl; local
641 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
216 struct wpa_ctrl *ctrl; local
    [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...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 128 nv04->ctrl[0] = NV04_TEXTURED_TRIANGLE_CONTROL_Z_FORMAT_FIXED |
130 nv04->ctrl[1] = 0;
131 nv04->ctrl[2] = 0;
135 nv04->ctrl[0] |= NV04_TEXTURED_TRIANGLE_CONTROL_DITHER_ENABLE;
139 nv04->ctrl[0] |= NV04_TEXTURED_TRIANGLE_CONTROL_CULL_MODE_NONE;
141 nv04->ctrl[0] |= NV04_TEXTURED_TRIANGLE_CONTROL_CULL_MODE_BOTH;
143 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ?
149 nv04->ctrl[0] |= NV04_TEXTURED_TRIANGLE_CONTROL_Z_ENABLE;
151 nv04->ctrl[0] |= NV04_TEXTURED_TRIANGLE_CONTROL_Z_WRITE;
153 nv04->ctrl[0] |= get_comparison_op(ctx->Depth.Func) << 16
    [all...]
  /external/easymock/src/org/easymock/
EasyMockSupport.java 143 IMocksControl ctrl = EasyMock.createStrictControl(); local
144 controls.add(ctrl);
145 return ctrl;
154 IMocksControl ctrl = EasyMock.createControl(); local
155 controls.add(ctrl);
156 return ctrl;
167 IMocksControl ctrl = EasyMock.createNiceControl(); local
168 controls.add(ctrl);
169 return ctrl;
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 48 static void update_stations(struct wpa_ctrl *ctrl);
79 static void register_event_handler(struct wpa_ctrl *ctrl)
85 !eloop_register_read_sock(wpa_ctrl_get_fd(ctrl),
92 static void unregister_event_handler(struct wpa_ctrl *ctrl)
97 eloop_unregister_read_sock(wpa_ctrl_get_fd(ctrl));
190 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print)
201 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len,
218 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd)
220 return _wpa_ctrl_command(ctrl, cmd, 1);
224 static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp 56 if(!mCtrlData.ctrl.init(mFbNum)) {
57 ALOGE("GenericPipe failed to init ctrl");
75 if(!mCtrlData.ctrl.close()) {
76 ALOGE("GenericPipe failed to close ctrl");
99 mCtrlData.ctrl.setSource(args);
103 mCtrlData.ctrl.setCrop(d);
111 mCtrlData.ctrl.setTransform(orient);
115 mCtrlData.ctrl.setPosition(d);
120 return mCtrlData.ctrl.setVisualParams(metadata);
128 ovutils::Dim src(mCtrlData.ctrl.getCrop())
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 37 int tuneserver_initialize_prevtuningp(void * ctrl,
42 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl;
64 int tuneserver_deinitialize_prevtuningp(void * ctrl,
68 tuningserver_t *tctrl = (tuningserver_t *) ctrl;
78 int tuneserver_preview_getinfo(void * ctrl, char **send_buf, uint32_t *send_len)
81 tuningserver_t *tctrl = (tuningserver_t *) ctrl;
90 int tuneserver_preview_getchunksize(void * ctrl,
94 tuningserver_t *tctrl = (tuningserver_t *) ctrl;
104 int tuneserver_preview_getframe(void * ctrl,
108 tuningserver_t *tctrl = (tuningserver_t *) ctrl;
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 37 int tuneserver_initialize_prevtuningp(void * ctrl,
42 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl;
64 int tuneserver_deinitialize_prevtuningp(void * ctrl,
68 tuningserver_t *tctrl = (tuningserver_t *) ctrl;
78 int tuneserver_preview_getinfo(void * ctrl, char **send_buf, uint32_t *send_len)
81 tuningserver_t *tctrl = (tuningserver_t *) ctrl;
90 int tuneserver_preview_getchunksize(void * ctrl,
94 tuningserver_t *tctrl = (tuningserver_t *) ctrl;
104 int tuneserver_preview_getframe(void * ctrl,
108 tuningserver_t *tctrl = (tuningserver_t *) ctrl;
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 37 int tuneserver_initialize_prevtuningp(void * ctrl,
42 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl;
64 int tuneserver_deinitialize_prevtuningp(void * ctrl,
68 tuningserver_t *tctrl = (tuningserver_t *) ctrl;
78 int tuneserver_preview_getinfo(void * ctrl, char **send_buf, uint32_t *send_len)
81 tuningserver_t *tctrl = (tuningserver_t *) ctrl;
90 int tuneserver_preview_getchunksize(void * ctrl,
94 tuningserver_t *tctrl = (tuningserver_t *) ctrl;
104 int tuneserver_preview_getframe(void * ctrl,
108 tuningserver_t *tctrl = (tuningserver_t *) ctrl;
    [all...]
  /external/liblzf/
lzf_d.c 66 unsigned int ctrl = *ip++; local
68 if (ctrl < (1 << 5)) /* literal run */
70 ctrl++;
72 if (op + ctrl > out_end)
79 if (ip + ctrl > in_end)
87 lzf_movsb (op, ip, ctrl);
89 switch (ctrl)
104 unsigned int len = ctrl >> 5;
106 u8 *ref = op - ((ctrl & 0x1f) << 8) - 1;
  /external/wpa_supplicant_8/src/fst/
fst_internal.h 34 struct fst_ctrl ctrl; member in struct:fst_ctrl_handle
45 if (__fst_ctrl_h->ctrl.clb) \
46 __fst_ctrl_h->ctrl.clb(__VA_ARGS__);\
  /frameworks/base/services/core/java/com/android/server/wm/
StrictModeFlash.java 45 SurfaceControl ctrl = null; local
47 ctrl = new SurfaceControl(session, "StrictModeFlash",
49 ctrl.setLayerStack(display.getLayerStack());
50 ctrl.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER * 101); // one more than Watermark? arbitrary.
51 ctrl.setPosition(0, 0);
52 ctrl.show();
53 mSurface.copyFrom(ctrl);
56 mSurfaceControl = ctrl;
CircularDisplayMask.java 68 SurfaceControl ctrl = null; local
71 ctrl = new WindowSurfaceController.SurfaceTrace(session, "CircularDisplayMask",
75 ctrl = new SurfaceControl(session, "CircularDisplayMask", mScreenSize.x,
78 ctrl.setLayerStack(display.getLayerStack());
79 ctrl.setLayer(zOrder);
80 ctrl.setPosition(0, 0);
81 ctrl.show();
82 mSurface.copyFrom(ctrl);
85 mSurfaceControl = ctrl;
EmulatorDisplayOverlay.java 58 SurfaceControl ctrl = null; local
61 ctrl = new WindowSurfaceController.SurfaceTrace(session, "EmulatorDisplayOverlay",
65 ctrl = new SurfaceControl(session, "EmulatorDisplayOverlay", mScreenSize.x,
68 ctrl.setLayerStack(display.getLayerStack());
69 ctrl.setLayer(zOrder);
70 ctrl.setPosition(0, 0);
71 ctrl.show();
72 mSurface.copyFrom(ctrl);
75 mSurfaceControl = ctrl;
  /frameworks/rs/rsov/compiler/spirit/
builder.cpp 41 Builder::MakeFunctionDefinition(Instruction *retType, FunctionControl ctrl,
43 FunctionInst *func = MakeFunction(retType, ctrl, funcType);
builder.h 34 FunctionControl ctrl,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
ctrl-1.d 1 #name: ctrl-1.d
ctrl-2.d 1 #name: ctrl-2.d
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_802_3.h 35 __u8 ctrl; member in struct:hdr_ui
44 __be16 ctrl; member in struct:hdr_ni

Completed in 1072 milliseconds

1 2 3 4 5 6 7 8 91011>>