Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp179 int32_t read_pipe_fd; member
182 return pid != other.pid || read_pipe_fd != other.read_pipe_fd; in operator !=()
219 close(storage.read_pipe_fd); in ClearForPID()
234 close(storage.read_pipe_fd); in Clear()
264 bool SetIfInvalid(int32_t pid, int32_t read_pipe_fd) { in SetIfInvalid() argument
268 new_value_storage.read_pipe_fd = read_pipe_fd; in SetIfInvalid()
1241 static void AddUsapTableEntry(pid_t usap_pid, int read_pipe_fd) { in AddUsapTableEntry() argument
1247 if (gUsapTable[search_index].SetIfInvalid(usap_pid, read_pipe_fd)) { in AddUsapTableEntry()
1292 fd_vec.push_back(entry_values.value().read_pipe_fd); in MakeUsapPipeReadFDVector()
1448 jint read_pipe_fd, in com_android_internal_os_Zygote_nativeForkUsap() argument
[all …]