Home
last modified time | relevance | path

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

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