Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/proto/
H A Dtombstone.proto55 int32 sender_pid = 7;
/aosp12/bionic/libc/kernel/uapi/linux/android/
H A Dbinder.h145 pid_t sender_pid; member
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp245 .sender_pid = 0, in TEST_F()
/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp999 tr_sg.transaction_data.sender_pid = 0; in writeTransactionData()
1158 mCallingPid = tr.sender_pid; in executeCommand()
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp1092 tr.sender_pid = 0; in writeTransactionData()
1244 mCallingPid = tr.sender_pid; in executeCommand()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp302 StringPrintf(" from pid %d, uid %d", signal_info.sender_pid(), signal_info.sender_uid()); in print_main_thread()