Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_channel_common.cc24 int Channel::GetGlobalPid() { in GetGlobalPid() function in IPC::Channel
Dipc_channel.h252 static int GetGlobalPid(); in COMPONENT_EXPORT()
Dipc_channel_mojo.cc68 if (int global_pid = Channel::GetGlobalPid()) in GetSelfPID()