Searched refs:comm (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java260 final FileDescriptor[] comm = createCommSocketPair();
261 final ParcelFileDescriptor pfd = new ParcelFileDescriptor(fd, comm[0]);
263 queue.addOnFileDescriptorEventListener(comm[1],
444 final FileDescriptor[] comm = createCommSocketPair();
447 new ParcelFileDescriptor(fds[0], comm[0]),
448 new ParcelFileDescriptor(fds[1], comm[1]) };
496 final FileDescriptor[] comm = createCommSocketPair();
501 new ParcelFileDescriptor(fd0, comm[0]),
502 new ParcelFileDescriptor(fd1, comm[1]) };
817 private static Status readCommStatus(FileDescriptor comm, byt argument
[all...]
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp296 // if no cmdline, a kernel thread has comm
297 snprintf(cmdpath, sizeof(cmdpath), "/proc/%d/comm", pid);
350 char comm[255]; local
359 snprintf(commpath, sizeof(commpath), "/proc/%d/comm", tid);
360 memset(comm, 0, sizeof(comm));
362 strcpy(comm, "N/A");
365 TEMP_FAILURE_RETRY(read(fd, comm, sizeof(comm) - 2));
368 c = strrchr(comm, '\
[all...]
/frameworks/base/
H A DAndroid.mk1018 if [ ! -z "`comm -12 <(sort $(1)) <(sort $(2))`" ]; then \
1020 comm -12 <(sort $(1)) <(sort $(2)) 1>&2; \
1026 if [ ! -z "`comm -23 <(sort $(1)) <(sort $(2))`" ]; then \
1028 comm -23 <(sort $(1)) <(sort $(2)) 1>&2; \
1068 <(comm -12 <(sort $(LOCAL_SRC_REMOVED_API)) <(sort $(LOCAL_SRC_PRIVATE_API))) \
1085 comm -13 <(sort $(LOCAL_LIGHT_GREYLIST) $(LOCAL_SRC_FORCE_BLACKLIST)) \
1099 comm -13 <(sort $(LOCAL_LIGHT_GREYLIST) $(LOCAL_DARK_GREYLIST)) \

Completed in 24 milliseconds