Home
last modified time | relevance | path

Searched refs:RemoteMethodType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dremote_method.h27 template <typename RemoteMethodType>
29 bool, RemoteMethodType::Traits::Arity == 1 &&
34 template <typename RemoteMethodType>
39 template <typename RemoteMethodType>
47 template <typename RemoteMethodType>
49 template <typename RemoteMethodType>
135 template <typename RemoteMethodType, typename Return>
144 template <typename RemoteMethodType, typename Return>
158 template <typename RemoteMethodType>
455 RemoteMethodType::Opcode,
[all …]
H A Dremote_method_type.h18 struct RemoteMethodType { struct
63 using name = ::android::pdx::rpc::RemoteMethodType<opcode, __VA_ARGS__>
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient.h80 template <typename RemoteMethodType, typename... Args>
81 Status<typename RemoteMethodType::Return> InvokeRemoteMethod(Args&&... args);
83 template <typename RemoteMethodType, typename ReturnType, typename... Args>