Searched defs:pid (Results 1 - 19 of 19) sorted by relevance

/hardware/ti/omap4xxx/
H A Dmapinfo.c12 data = ptrace(PTRACE_PEEKTEXT, pid, (void*)p, NULL);
49 mapinfo *init_mapinfo(int pid) argument
53 sprintf(data, "/proc/%d/maps", pid);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DNetlinkConnection.cpp48 pid_t pid,
52 return (((uint64_t)seq) << 32) | (uint64_t)pid;
80 uint32_t pid,
93 peerPid = pid;
95 hash = hashConnection(pid, seq);
133 addr.nl_pid = selfPid; /* self pid */
47 hashConnection( pid_t pid, uint32_t seq ) argument
77 NetlinkConnection( NetlinkConnectionManager *manager, int socketDescriptor, uint32_t pid, uint32_t seq ) argument
/hardware/qcom/display/libqservice/
H A DIQService.cpp80 static void getProcName(int pid, char *buf, int size);
100 pid=%d uid=%d process=%s",
112 pid=%d uid=%d process=%s",
125 pid=%d uid=%d process=%s",
138 pid=%d uid=%d process=%s",callerPid,
150 static void getProcName(int pid, char *buf, int size) { argument
152 snprintf(buf, size, "/proc/%d/cmdline", pid);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
H A DNetlinkServer.cpp79 src_addr.nl_pid = MC_DAEMON_PID; /* daemon pid */
127 uint32_t pid = nlh->nlmsg_pid; local
128 //LOG_I("%s: Handling NQ message for pid %u seq %u...", __FUNCTION__, pid, seq);
129 uint64_t hash = hashConnection(pid, seq);
137 connection = new NetlinkConnection(this, serverSock, pid, seq);
236 pid_t pid; local
242 pid = connection->peerPid & 0xFFFF;
243 //LOG_I("%s: checking PID %u", __FUNCTION__, pid);
244 // Check if the peer pid i
[all...]
/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h79 int pid; member in struct:private_handle_t
88 base(0), pid(getpid())
/hardware/msm7k/libgralloc/
H A Dgralloc_priv.h87 int pid; member in struct:private_handle_t
96 base(0), pid(getpid())
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
H A Domx_rpc_utils.c165 * RCM server. The name is based on the pid so that eacj process gets a
176 OMX_S32 pid = 0; local
179 pid = getpid();
180 /*Using pid as the server name, thus limiting to only 1 server per process.
182 name is 32 so only pid can fit into the name */
183 sprintf(cServerName, "%ld", pid);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_linux.c652 rwl_shell_killproc(int pid) argument
654 kill(pid, SIGKILL);
/hardware/msm7k/libgralloc-qsd8k/
H A Dgralloc_priv.h121 int pid; member in struct:private_handle_t
130 base(0), lockState(0), writeOwner(0), gpuaddr(0), pid(getpid())
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.cpp406 CWsm_ptr TrustZoneDevice::registerWsmL2(addr_t buffer, uint32_t len, uint32_t pid) argument
414 pid,
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DCMcKMod.cpp338 uint32_t pid,
354 pid :
355 pid
335 registerWsmL2( addr_t buffer, uint32_t len, uint32_t pid, uint32_t *pHandle, addr_t *pPhysWsmL2) argument
/hardware/samsung_slsi/exynos5/mobicore/include/Public/
H A Dmc_linux.h120 uint32_t pid; /**< process id */ member in struct:mc_ioctl_reg_wsm
/hardware/ti/omap3/dspbridge/inc/
H A Ddrv.h231 UINT pid; member in struct:PROCESS_CONTEXT
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp1127 int start_logging(char *config, int &pid) { argument
1141 pid = fork();
1142 if (pid == 0)
1165 } if(pid < 0)
1172 if(waitpid(pid, &status, 0) != pid)
1182 int stop_logging(int &pid) argument
1184 if(pid > 0)
1186 if(killpg(pid, SIGKILL))
H A Dcamera_test_menu.cpp2358 int pid; local
2459 start_logging(argv[2], pid);
2483 stop_logging(pid);
2500 start_logging(argv[2], pid);
2503 stop_logging(pid);
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
H A DmcContainer.h207 mcPid_t pid; member in struct:__anon1178
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c1011 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError);
1017 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d pSize=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nPartitionSize, nError);
1040 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nSectorID, nWorkspaceOffset, nError);
1059 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nSectorID, nWorkspaceOffset, nError);
1064 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError);
1083 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d nNewSize=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nNewSize, nError);
1088 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError);
1092 TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError);
1327 pid_t pid, sid; local
1333 pid
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
H A DRegistry.cpp76 static const string getTlDataFilePath(const mcUuid_t *uuid, mcPid_t pid);
363 filename = getTlDataFilePath(&so->cont.uuid, so->cont.pid);
366 LOG_E("mcRegistry store So.Data(cid/pid) failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
375 LOG_E("mcRegistry store So.Data(cid/pid) failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
391 mcPid_t pid,
407 filename = getTlDataFilePath(&so->cont.uuid, so->cont.pid);
410 LOG_E("mcRegistry read So.Data(cid/pid) failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
417 LOG_E("mcRegistry read So.Data(cid/pid) failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
424 LOG_E("mcRegistry read So.Data(cid/pid) failed: %d", MC_DRV_ERR_OUT_OF_RESOURCES);
905 static const string getTlDataFilePath(const mcUuid_t *uuid, mcPid_t pid) argument
388 mcRegistryReadData( uint32_t context, const mcCid_t *cid, mcPid_t pid, mcSoDataCont_t *so, uint32_t maxLen ) argument
[all...]
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
H A Dcmp.h1556 mcPid_t pid; member in struct:__anon1150

Completed in 654 milliseconds