Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderRpcTestFixture.h61 struct BinderRpcTestProcessSession { struct
62 std::unique_ptr<ProcessSession> proc;
88 BinderRpcTestProcessSession(std::unique_ptr<ProcessSession> proc) : proc(std::move(proc)){}; in BinderRpcTestProcessSession() argument
90 ~BinderRpcTestProcessSession() { in ~BinderRpcTestProcessSession() argument