/hardware/qcom/camera/QCamera2/util/ |
QCameraCmdThread.cpp | 74 * DESCRIPTION: launch Cmd Thread 98 * DESCRIPTION: name the cmd thread 117 * DESCRIPTION: send a command to the Cmd Thread 120 * @cmd : command to be executed. 121 * @sync_cmd: flag to indicate if this is a synchorinzed cmd. If true, this call 123 * @priority: flag to indicate if this is a cmd with priority. If true, the cmd 130 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) 138 node->cmd = cmd; 171 camera_cmd_type_t cmd = CAMERA_CMD_TYPE_NONE; local [all...] |
QCameraCmdThread.h | 52 camera_cmd_type_t cmd; member in struct:qcamera::__anon25528 63 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority); 66 QCameraQueue cmd_queue; /* cmd queue */ 67 pthread_t cmd_pid; /* cmd thread ID */ 68 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
message_queue.h | 40 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/ |
queue.h | 40 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
message_queue.h | 39 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
queue.h | 39 unsigned int cmd; member in struct:video_msgq
|
/ndk/toolchains/llvm-3.4/ |
setup.mk | 36 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 49 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 62 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 75 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/i686-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 88 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mipsel-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 101 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/aarch64-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 115 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/x86_64-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 129 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mips64el-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
|
setup-common.mk | 105 define cmd-build-shared-library 122 define cmd-build-executable
|
/ndk/toolchains/llvm-3.5/ |
setup.mk | 37 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 51 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 65 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 78 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/i686-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 91 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mipsel-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 104 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/aarch64-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 118 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/x86_64-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1) 132 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mips64el-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
|
setup-common.mk | 105 define cmd-build-shared-library 122 define cmd-build-executable
|
/system/bt/stack/smp/ |
smp_l2c.c | 148 UINT8 cmd ; local 151 STREAM_TO_UINT8(cmd, p); 154 if ((SMP_OPCODE_MAX < cmd) || (SMP_OPCODE_MIN > cmd)) 156 SMP_TRACE_WARNING( "Ignore received command with RESERVED code 0x%02x", cmd); 162 if (SMP_OPCODE_PAIRING_REQ == cmd || SMP_OPCODE_SEC_REQ == cmd) 184 if (cmd == SMP_OPCODE_CONFIRM) 186 SMP_TRACE_DEBUG ("in %s cmd = 0x%02x, peer_auth_req = 0x%02x," 188 __FUNCTION__, cmd, p_cb->peer_auth_req, p_cb->loc_auth_req) 298 UINT8 cmd ; local [all...] |
/system/core/libbacktrace/ |
BacktraceMap.cpp | 101 char cmd[sizeof(pid_t)*3 + sizeof("vmmap -w -resident -submap -allSplitLibs -interleaved ") + 1]; local 108 // cmd is guaranteed to always be big enough to hold this string. 109 snprintf(cmd, sizeof(cmd), "vmmap -w -resident -submap -allSplitLibs -interleaved %d", pid_); 110 FILE* fp = popen(cmd, "r");
|
/system/core/toolbox/ |
renice.c | 98 char *cmd = argv[0]; local 116 usage(cmd); 124 usage(cmd); 131 usage(cmd);
|
/system/vold/fs/ |
F2fs.cpp | 44 std::vector<std::string> cmd; local 45 cmd.push_back(kFsckPath); 46 cmd.push_back("-f"); 47 cmd.push_back(source); 50 return ForkExecvp(cmd, sFsckContext); 73 std::vector<std::string> cmd; local 74 cmd.push_back(kMkfsPath); 75 cmd.push_back(source); 77 return ForkExecvp(cmd);
|
/bionic/libc/bionic/ |
termios.cpp | 98 int cmd; local 100 case TCSANOW: cmd = TCSETS; break; 101 case TCSADRAIN: cmd = TCSETSW; break; 102 case TCSAFLUSH: cmd = TCSETSF; break; 105 return ioctl(fd, cmd, s);
|
/bionic/libc/include/sys/ |
_system_properties.h | 55 unsigned cmd; member in struct:prop_msg
|
/bionic/libc/kernel/uapi/linux/ |
bpqether.h | 36 int cmd; member in struct:bpq_req
|
/development/ndk/platforms/android-21/include/linux/ |
bpqether.h | 36 int cmd; member in struct:bpq_req
|
/external/kernel-headers/original/uapi/linux/ |
bpqether.h | 30 int cmd; member in struct:bpq_req
|
/external/libnl/lib/netfilter/ |
log.c | 38 struct nfulnl_msg_config_cmd cmd; local 45 cmd.command = command; 46 if (nla_put(msg, NFULA_CFG_CMD, sizeof(cmd), &cmd) < 0) 164 struct nfulnl_msg_config_cmd cmd; local 170 cmd.command = NFULNL_CFG_CMD_BIND; 172 if (nla_put(*result, NFULA_CFG_CMD, sizeof(cmd), &cmd) < 0)
|
/external/libunwind/include/tdep-arm/ |
ex_tables.h | 43 arm_exbuf_cmd_t cmd; member in struct:arm_exbuf_data
|
/external/linux-tools-perf/src/tools/perf/tests/ |
attr.c | 152 char cmd[3*PATH_MAX]; local 157 snprintf(cmd, 3*PATH_MAX, PYTHON " %s/attr.py -d %s/attr/ -p %s %.*s", 160 return system(cmd);
|
/external/linux-tools-perf/src/tools/perf/util/ |
run-command.c | 18 int start_command(struct child_process *cmd) 28 need_in = !cmd->no_stdin && cmd->in < 0; 31 if (cmd->out > 0) 32 close(cmd->out); 35 cmd->in = fdin[1]; 38 need_out = !cmd->no_stdout 39 && !cmd->stdout_to_stderr 40 && cmd->out < 0; 45 else if (cmd->in 211 struct child_process cmd; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_ioctl.h | 96 if (__dword != (rmesa)->hw.ATOM.cmd[__index]) { \ 98 (rmesa)->hw.ATOM.cmd[__index] = __dword; \ 103 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \ 110 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) { 115 tmp = atom->cmd; 116 atom->cmd = atom->lastcmd; 138 drm_radeon_cmd_header_t cmd; local 140 cmd.i = 0; 141 cmd.header.cmd_type = cmd_type; 143 return (uint32_t)cmd.i [all...] |
/external/pdfium/core/src/fxge/agg/agg23/ |
agg_vertex_sequence.h | 91 unsigned cmd; member in struct:agg::vertex_dist_cmd 95 cmd(cmd_)
|