Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTestService.cpp60 Status echoAsFile(const std::string& content, android::os::ParcelFileDescriptor* out) override { in echoAsFile() function in MyBinderRpcTestAndroid
DIBinderRpcTest.aidl71 ParcelFileDescriptor echoAsFile(@utf8InCpp String content); in echoAsFile() method
DbinderRpcTestCommon.h468 Status echoAsFile(const std::string& /*content*/, in echoAsFile() function
/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