Searched refs:GetProcessId (Results 1 – 9 of 9) sorted by relevance
81 return sender.GetProcessId() == task.thread_group_id(); in Check()148 return (task && task.thread_group_id() == sender.GetProcessId() && in PerformanceService()329 if (task.thread_group_id() != message.GetProcessId()) in OnSetCpuPartition()393 if (task.thread_group_id() != message.GetProcessId()) in OnGetCpuPartition()
69 else if (!task || task.thread_group_id() != sender.GetProcessId()) in IsAllowed()
309 if (producer_channel->GetActiveProcessId() != message.GetProcessId()) { in OnProducerQueueInsertBuffer()317 buffer_cid, message.GetProcessId(), in OnProducerQueueInsertBuffer()
236 const int process_id = message.GetProcessId(); in OnCreateSurface()
248 Status<int> GetProcessId(size_t surface_index) { in GetProcessId() function in android::dvr::__anon30e4100b0111::TestDisplayManager523 EXPECT_STATUS_EQ(getpid(), manager_->GetProcessId(0)); in TEST_F()
271 pid_t GetProcessId() const;
405 pid_t Message::GetProcessId() const { return info_.pid; } in GetProcessId() function in android::pdx::Message
181 EXPECT_EQ(kTestPid, message.GetProcessId()); in TEST_F()
200 REPLY_MESSAGE_RETURN(message, message.GetProcessId(), {}); in HandleMessage()