Home
last modified time | relevance | path

Searched defs:GetRemote (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dvar_lenval.h64 void* GetRemote() const final { return struct_.GetRemote(); } in GetRemote() function
H A Dvar_abstract.h71 virtual void* GetRemote() const { return remote_; } in GetRemote() function
H A Dvar_proto.h62 void* GetRemote() const override { return wrapped_var_.GetRemote(); } in GetRemote() function