Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp172 class LinuxProcessSession : public ProcessSession { class
178 LinuxProcessSession(Process&& host) : host(std::move(host)) {} in LinuxProcessSession() function in android::LinuxProcessSession