Home
last modified time | relevance | path

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

/system/tools/aidl/
Dcomments.h45 struct Deprecated { struct
49 std::optional<Deprecated> FindDeprecated(const Comments& comments); argument
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl70 void Deprecated(); in Deprecated() method
/system/tools/aidl/tests/rust/
Dtest_service.rs132 fn Deprecated(&self) -> binder::Result<()> { in Deprecated() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs16 fn Deprecated(&self) -> binder::public_api::Result<()>; in Deprecated() method
77 fn Deprecated(&self) -> binder::public_api::Result<()> { in Deprecated() method
230 pub const Deprecated: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 1; constant
379 fn Deprecated(&self) -> binder::public_api::Result<()> { in Deprecated() method
1250 fn Deprecated(&self) -> binder::public_api::Result<()> { self.0.Deprecated() } in Deprecated() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java109 public void Deprecated() throws RemoteException {} in Deprecated() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp85 ::android::binder::Status BpTestService::Deprecated() { in Deprecated() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp1057 ::ndk::ScopedAStatus BpTestService::Deprecated() { in Deprecated() function in aidl::android::aidl::tests::BpTestService
3221 ::ndk::ScopedAStatus ITestServiceDefault::Deprecated() { in Deprecated() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java29 @Override public void Deprecated() throws android.os.RemoteException in Deprecated() method in ITestService.Default
996 @Override public void Deprecated() throws android.os.RemoteException in Deprecated() method in ITestService.Stub.Proxy
2433 public void Deprecated() throws android.os.RemoteException; in Deprecated() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h172 …::android::binder::Status Deprecated() override __attribute__((deprecated("to make sure we have so… in Deprecated() function
/system/tools/aidl/tests/
Daidl_test_service.cpp301 Status Deprecated() override { return Status::ok(); } in Deprecated() function in __anonee08dd980111::NativeService