Home
last modified time | relevance | path

Searched refs:GetIpcTag (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmock_client_channel.h12 MOCK_CONST_METHOD0(GetIpcTag, uint32_t());
H A Dclient_channel.h21 virtual uint32_t GetIpcTag() const = 0;
H A Dmock_service_endpoint.h12 MOCK_CONST_METHOD0(GetIpcTag, uint32_t());
H A Dservice_endpoint.h42 virtual uint32_t GetIpcTag() const = 0;
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dclient_channel.h23 uint32_t GetIpcTag() const override { return Endpoint::kIpcTag; } in GetIpcTag() function
H A Dservice_endpoint.h41 uint32_t GetIpcTag() const override { return kIpcTag; } in GetIpcTag() function
/aosp12/frameworks/native/libs/vr/libpdx/fuzz/
H A Dhelpers.h115 uint32_t GetIpcTag() const { return 0; } in GetIpcTag() function