Home
last modified time | relevance | path

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

/frameworks/native/services/vr/performanced/
Dperformance_service.cpp64 const gid_t gid = sender.GetEffectiveGroupId(); in Check()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h274 gid_t GetEffectiveGroupId() const;
/frameworks/native/libs/vr/libpdx/
Dservice.cpp411 gid_t Message::GetEffectiveGroupId() const { return info_.egid; } in GetEffectiveGroupId() function in android::pdx::Message
Dservice_tests.cpp186 EXPECT_EQ((unsigned) kTestEgid, message.GetEffectiveGroupId()); in TEST_F()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_framework_tests.cpp209 REPLY_MESSAGE_RETURN(message, message.GetEffectiveGroupId(), {}); in HandleMessage()