Home
last modified time | relevance | path

Searched defs:RPCProxy (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs642 pub trait RPCProxy { interface
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs932 impl RPCProxy for #self_ty {} in dbus_proxy_obj() impl
970 impl RPCProxy for #struct_ident { in dbus_proxy_obj() impl
/aosp_15_r20/external/autotest/server/cros/faft/
H A Drpc_proxy.py46 class RPCProxy(object): class
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Drpc.py550 class RPCProxy: class
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
Drpc.py534 class RPCProxy(object): class