Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/tests/
DIBinderRustNdkInteropTestOther.aidl18 @utf8InCpp String echo(@utf8InCpp String str); in echo() method
DIBinderRustNdkInteropTest.aidl18 @utf8InCpp String echo(@utf8InCpp String str); in echo() method
Dndk_rust_interop.rs80 fn echo(&self, s: &str) -> binder::Result<String> { in echo() method
DbinderRustNdkInteropTest.cpp39 ScopedAStatus echo(const std::string& in, std::string* out) override { in echo() function in NdkServer
/frameworks/base/services/tests/
Druntests.py31 def run(shell_command, echo=True): argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DInput.java36 public boolean echo; field in Input
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp852 EchoSuppressor *echo = NULL; in threadLoop() local