Home
last modified time | relevance | path

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

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