Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DIBinderRpcTest.aidl71 ParcelFileDescriptor echoAsFile(@utf8InCpp String content); in echoAsFile() method
DbinderRpcTestService.cpp60 Status echoAsFile(const std::string& content, android::os::ParcelFileDescriptor* out) override { in echoAsFile() function in MyBinderRpcTestAndroid
DbinderRpcTestCommon.h468 Status echoAsFile(const std::string& /*content*/, in echoAsFile() function
DbinderRpcTest.cpp933 auto status = proc.rootIface->echoAsFile("hello", &out); in TEST_P()
949 auto status = proc.rootIface->echoAsFile("hello", &out); in TEST_P()
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/binder_rpc_test_session/
Dlib.rs156 fn echoAsFile(&self, _: &str) -> Result<ParcelFileDescriptor, Status> { in echoAsFile() method
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
Dmain.rs189 fn echoAsFile(&self, _: &str) -> Result<ParcelFileDescriptor, Status> { in echoAsFile() method