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

/frameworks/native/services/vr/performanced/
H A Dperformance_service.cpp58 const gid_t gid = sender.GetEffectiveGroupId();
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h265 gid_t GetEffectiveGroupId() const;
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp417 gid_t Message::GetEffectiveGroupId() const { return info_.egid; } function in class:android::pdx::Message
H A Dservice_tests.cpp184 EXPECT_EQ((unsigned) kTestEgid, message.GetEffectiveGroupId());
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp209 REPLY_MESSAGE_RETURN(message, message.GetEffectiveGroupId(), {});

Completed in 131 milliseconds