Home
last modified time | relevance | path

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

/frameworks/native/services/vr/performanced/
Dperformance_service.cpp81 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()
Dperformance_service.h69 else if (!task || task.thread_group_id() != sender.GetProcessId()) in IsAllowed()
/frameworks/native/services/vr/bufferhubd/
Dproducer_queue_channel.cpp309 if (producer_channel->GetActiveProcessId() != message.GetProcessId()) { in OnProducerQueueInsertBuffer()
317 buffer_cid, message.GetProcessId(), in OnProducerQueueInsertBuffer()
/frameworks/native/libs/vr/libvrflinger/
Ddisplay_service.cpp236 const int process_id = message.GetProcessId(); in OnCreateSurface()
/frameworks/native/libs/vr/libdvr/tests/
Ddvr_display_manager-test.cpp248 Status<int> GetProcessId(size_t surface_index) { in GetProcessId() function in android::dvr::__anon30e4100b0111::TestDisplayManager
523 EXPECT_STATUS_EQ(getpid(), manager_->GetProcessId(0)); in TEST_F()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h271 pid_t GetProcessId() const;
/frameworks/native/libs/vr/libpdx/
Dservice.cpp405 pid_t Message::GetProcessId() const { return info_.pid; } in GetProcessId() function in android::pdx::Message
Dservice_tests.cpp181 EXPECT_EQ(kTestPid, message.GetProcessId()); in TEST_F()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_framework_tests.cpp200 REPLY_MESSAGE_RETURN(message, message.GetProcessId(), {}); in HandleMessage()