Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient_channel.h26 struct EventSource { struct
33 virtual std::vector<EventSource> GetEventSources() const = 0; argument
H A Dmock_client_channel.h14 MOCK_CONST_METHOD0(GetEventSources, std::vector<EventSource>());
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dchannel_event_set.h68 std::vector<ClientChannel::EventSource> GetEventSources() const;
H A Dclient_channel.h29 std::vector<EventSource> GetEventSources() const override { in GetEventSources()
/aosp12/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbuffer_hub_base.h52 std::vector<pdx::ClientChannel::EventSource> GetEventSources() const { in GetEventSources()
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dchannel_event_set.cpp141 std::vector<ClientChannel::EventSource> ChannelEventReceiver::GetEventSources() in GetEventSources()