OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEffectiveGroupId
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/services/vr/bufferhubd/
buffer_hub.cpp
296
const int egid = message.
GetEffectiveGroupId
();
357
const int egid = message.
GetEffectiveGroupId
();
producer_channel.cpp
312
group_id = message.
GetEffectiveGroupId
();
/frameworks/native/libs/vr/libpdx/private/pdx/
service.h
265
gid_t
GetEffectiveGroupId
() const;
/frameworks/native/libs/vr/libpdx/
service.cpp
420
gid_t Message::
GetEffectiveGroupId
() const { return info_.egid; }
service_tests.cpp
184
EXPECT_EQ(kTestEgid, message.
GetEffectiveGroupId
());
/frameworks/native/libs/vr/libpdx_uds/
service_framework_tests.cpp
208
REPLY_MESSAGE_RETURN(message, message.
GetEffectiveGroupId
(), {});
Completed in 3021 milliseconds