Home
last modified time | relevance | path

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

/tools/treble/hacksaw/bind/
Dremoteclient.go23 type RemoteBinderClient struct { struct
29 var r RemoteBinderClient
34 func (r *RemoteBinderClient) initRpcClient() error { argument
43 func (r *RemoteBinderClient) BindReadOnly(source string, destination string) error { argument
58 func (r *RemoteBinderClient) BindReadWrite(source string, destination string) error { argument
73 func (r *RemoteBinderClient) Unbind(destination string) error { argument
88 func (r *RemoteBinderClient) List() ([]string, error) { argument