Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp162 class LinuxProcessSession : public ProcessSession { class
168 LinuxProcessSession(Process&& host) : host(std::move(host)) {} in LinuxProcessSession() function in android::LinuxProcessSession