HomeSort by relevance Sort by last modified time
    Searched refs:control (Results 426 - 450 of 1013) sorted by null

<<11121314151617181920>>

  /system/bt/stack/avrc/
avrc_api.c 216 /* end fragment. clean the control block */
521 ** received AV control messages.
575 if ( ((avrc_cb.ccb[handle].control & AVRC_CT_TARGET) && (cr == AVCT_CMD)) ||
576 ((avrc_cb.ccb[handle].control & AVRC_CT_CONTROL) && (cr == AVCT_RSP)) )
738 if ((avrc_cb.ccb[handle].control & AVRC_CT_TARGET) && (cr == AVCT_CMD))
780 AVRC_TRACE_WARNING("avrc_msg_cback %s msg handle:%d, control:%d, cr:%d, opcode:x%x",
782 handle, avrc_cb.ccb[handle].control, cr, opcode);
851 ** as determined by the p_ccb->control parameter.
862 ** p_ccb->p_ctrl_cback: Pointer to control callback function.
870 ** p_ccb->control: Control role. This is set t
    [all...]
  /external/autotest/server/cros/servo/
servo.py 43 """Initialize the power state control.
109 """Manages control of a Servo board.
112 control of various partner devices. Servo's features include the simulation
506 """Set &| get one or more control values.
522 for control in controls:
523 if ':' in control:
524 (name, value) = control.split(':')
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 83 switch (op.control) {
100 switch (op.control) {
125 assert(op.control == 0);
  /system/extras/ANRdaemon/
ANRdaemon.cpp 197 const char* control = (enable?"1":"0"); local
198 ssize_t len = strlen(control);
200 while (write(fd, control, len) != len) {
519 fprintf(stdout, "Control includes:\n"
  /cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
TaskSwitchingDeviceTest.java 17 package android.taskswitching.control.cts;
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.cc 556 printf("Control %s is disabled\n", query_ctrl.name);
558 printf("Control %s is enabled(%d-%d:%d)\n",
573 printf("Private Control %s is disabled\n", query_ctrl.name);
575 printf("Private Control %s is enabled\n", query_ctrl.name);
579 // Assume private control ids are contiguous.
716 v4l2_control control; local
717 control.id = id;
718 control.value = value;
719 if (-1 == DoIoctl(VIDIOC_S_CTRL, &control)) {
  /external/autotest/site_utils/
lxc.py 69 # Path to drone_temp folder in the container, which stores the control file for
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
mr.py 23 from mapreduce import control as mr_control
  /external/dnsmasq/src/
tftp.c 61 char control[CMSG_SPACE(sizeof(struct in_pktinfo))]; member in union:__anon9999
63 char control[CMSG_SPACE(sizeof(unsigned int))]; member in union:__anon9999
65 char control[CMSG_SPACE(sizeof(struct sockaddr_dl))]; member in union:__anon9999
70 msg.msg_control = control_u.control;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
  /external/freetype/include/freetype/
ftimage.h 304 /* i.e., a Bézier control point, while it is `on' if */
308 /* it indicates a third-order Bézier arc control point; */
309 /* and a second-order control point if unset. */
392 /* Select smart dropout control. If unset, use simple dropout */
393 /* control. Ignored if @FT_OUTLINE_IGNORE_DROPOUTS is set. See */
    [all...]
  /external/iproute2/lib/
ll_proto.c 76 __PF(CONTROL,control)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftimage.h 304 /* i.e., a Bézier control point, while it is `on' if */
308 /* it indicates a third-order Bézier arc control point; */
309 /* and a second-order control point if unset. */
392 /* Select smart dropout control. If unset, use simple dropout */
393 /* control. Ignored if @FT_OUTLINE_IGNORE_DROPOUTS is set. See */
    [all...]
  /external/opencv3/modules/video/include/opencv2/video/
tracking.hpp 339 @param controlParams Dimensionality of the control vector.
348 @param controlParams Dimensionality of the control vector.
355 @param control The optional input control
357 CV_WRAP const Mat& predict( const Mat& control = Mat() );
368 CV_PROP_RW Mat controlMatrix; //!< control matrix (B) (not used if there is no control)
404 Here are important members of the class that control the algorithm, which you can set after
  /external/pdfium/third_party/freetype/include/freetype/
ftimage.h 304 /* i.e., a Bézier control point, while it is `on' if */
308 /* it indicates a third-order Bézier arc control point; */
309 /* and a second-order control point if unset. */
392 /* Select smart dropout control. If unset, use simple dropout */
393 /* control. Ignored if @FT_OUTLINE_IGNORE_DROPOUTS is set. See */
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 5 @ with saturated gain control
18 @ Revision Control:
  /external/v8/src/compiler/
node-properties.h 25 // 0 [ values, context, frame state, effects, control ] node->InputCount()
84 static void ReplaceControlInput(Node* node, Node* control, int index = 0);
93 // Merge the control node {node} into the end of the graph, introducing a
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.h 92 bool GetLineControl(UINT mixId, DWORD dwControlID, MIXERCONTROL& control) const;
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.h 129 int CalculateVisibleRegion(ControlRef control, RgnHandle& visibleRgn,
  /hardware/bsp/intel/peripheral/libmraa/examples/javascript/
bmp85.js 40 // we want to read temperature so write 0x2e into control reg
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/
while.hpp 42 # include <boost/preprocessor/control/detail/edg/while.hpp>
44 # include <boost/preprocessor/control/detail/msvc/while.hpp>
46 # include <boost/preprocessor/control/detail/dmc/while.hpp>
48 # include <boost/preprocessor/control/detail/while.hpp>
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterBasicRepresentation.java 22 import com.android.gallery3d.filtershow.controller.Control;
156 public void setController(Control control) {
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h 304 /* i.e., a Bézier control point, while it is `on' if */
308 /* it indicates a third-order Bézier arc control point; */
309 /* and a second-order control point if unset. */
392 /* Select smart dropout control. If unset, use simple dropout */
393 /* control. Ignored if @FT_OUTLINE_IGNORE_DROPOUTS is set. See */
    [all...]
  /system/bt/stack/include/
avrc_api.h 45 /* Control role - same as AVCT_TARGET/AVCT_CONTROL */
149 /* This is the control callback function. This function passes events
164 tAVRC_CTRL_CBACK *p_ctrl_cback; /* pointer to application control callback */
168 UINT8 control; /* Control role (Control/Target) */ member in struct:__anon73661
264 ** as determined by the p_ccb->control parameter.
275 ** p_ccb->p_ctrl_cback: Pointer to control callback function.
283 ** p_ccb->control: Control role. This is set t
    [all...]
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.h 48 L2TPIPSecDriver(ControlInterface* control,

Completed in 2365 milliseconds

<<11121314151617181920>>