Home
last modified time | relevance | path

Searched refs:read_pipe_fd (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.h56 int read_pipe_fd,
Dcom_android_internal_os_Zygote.cpp222 int32_t read_pipe_fd; member
225 return pid != other.pid || read_pipe_fd != other.read_pipe_fd; in operator !=()
262 close(storage.read_pipe_fd); in ClearForPID()
277 close(storage.read_pipe_fd); in Clear()
307 bool SetIfInvalid(int32_t pid, int32_t read_pipe_fd) { in SetIfInvalid() argument
311 new_value_storage.read_pipe_fd = read_pipe_fd; in SetIfInvalid()
2277 static void AddUsapTableEntry(pid_t usap_pid, int read_pipe_fd) { in AddUsapTableEntry() argument
2282 if (gUsapTable[search_index].SetIfInvalid(usap_pid, read_pipe_fd)) { in AddUsapTableEntry()
2329 fd_vec.push_back(entry_values.value().read_pipe_fd); in MakeUsapPipeReadFDVector()
2653 jint read_pipe_fd, in com_android_internal_os_Zygote_nativeForkApp() argument
[all …]