Home
last modified time | relevance | path

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

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