Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/link/src/acl/classic/
H A Dfacade.rs24 _ctx: RpcContext<'_>, in create_connection()
33 _ctx: RpcContext<'_>, in cancel_connection()
40 fn disconnect(&mut self, _ctx: RpcContext<'_>, mut _data: HandleMsg, _sink: UnarySink<Empty>) { in disconnect()
44 fn disconnect(&mut self, _ctx: RpcContext<'_>, mut _data: PolicyMsg, _sink: UnarySink<Empty>) { in disconnect()
50 _ctx: RpcContext<'_>, in authentication_requested()
59 _ctx: RpcContext<'_>, in connection_command()
66 fn switch_role(&mut self, _ctx: RpcContext<'_>, mut _data: RoleMsg, _sink: UnarySink<Empty>) { in switch_role()
70 fn send_acl_data(&mut self, _ctx: RpcContext<'_>, mut _data: AclData, _sink: UnarySink<Empty>) { in send_acl_data()
76 _ctx: RpcContext<'_>, in fetch_acl_data()
85 _ctx: RpcContext<'_>, in fetch_incoming_connection()
/aosp12/packages/modules/Virtualization/authfs/src/
H A Dfusefs.rs201 fn lookup(&self, _ctx: Context, _parent: Inode, name: &CStr) -> io::Result<Entry> { in lookup()
231 _ctx: Context, in getattr()
253 _ctx: Context, in open()
278 _ctx: Context, in read()
310 _ctx: Context, in write()
332 _ctx: Context, in setattr()
/aosp12/packages/modules/Virtualization/zipfuse/src/
H A Dmain.rs160 fn lookup(&self, _ctx: Context, parent: Self::Inode, name: &CStr) -> io::Result<Entry> { in lookup()
178 _ctx: Context, in getattr()
188 _ctx: Context, in open()
221 _ctx: Context, in release()
246 _ctx: Context, in read()
269 _ctx: Context, in opendir()
295 _ctx: Context, in releasedir()
314 _ctx: Context, in readdir()
/aosp12/system/bt/gd/rust/hal/src/
H A Dfacade.rs66 fn send_sco(&mut self, _ctx: RpcContext<'_>, _sco: Data, _sink: UnarySink<Empty>) { in send_sco()
86 fn stream_sco(&mut self, _ctx: RpcContext<'_>, _: Empty, _sink: ServerStreamingSink<Data>) { in stream_sco()
/aosp12/system/bt/gd/rust/facade/src/
H A Dlib.rs41 _ctx: RpcContext<'_>, in start_stack()
51 _ctx: RpcContext<'_>, in stop_stack()
/aosp12/system/keymaster/key_blob_utils/
H A Docb.c654 #define getL(_ctx, _tz) ((_ctx)->L[_tz]) argument