Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include_rpc_unstable/
Dbinder_rpc_unstable.hpp105 [[nodiscard]] ARpcSession* ARpcSession_new();
/frameworks/native/libs/binder/rust/rpcbinder/src/
Dsession.rs45 unsafe { RpcSession::from_ptr(binder_rpc_unstable_bindgen::ARpcSession_new()) } in new()
/frameworks/native/libs/binder/
Dlibbinder_rpc_unstable.cpp193 ARpcSession* ARpcSession_new() { in ARpcSession_new() function