Home
last modified time | relevance | path

Searched defs:Deprecated (Results 1 – 12 of 12) 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.aidl109 void Deprecated(); in Deprecated() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h34 …::ndk::ScopedAStatus Deprecated() override __attribute__((deprecated("to make sure we have somethi… in Deprecated() function
/system/tools/aidl/tests/rust/
Dtest_service_async.rs179 async fn Deprecated(&self) -> binder::Result<()> { in Deprecated() method
Dtest_service.rs153 fn Deprecated(&self) -> binder::Result<()> { in Deprecated() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java152 public void Deprecated() throws RemoteException {} in Deprecated() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h99 …::android::binder::Status Deprecated() override __attribute__((deprecated("to make sure we have so… in Deprecated() function
DITestService.h501 …::android::binder::Status Deprecated() override __attribute__((deprecated("to make sure we have so… in Deprecated() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java30 @Override public void Deprecated() throws android.os.RemoteException in Deprecated() method in ITestService.Default
331 @Override public void Deprecated() throws android.os.RemoteException in Deprecated() method in ITestService.Delegator
1806 @Override public void Deprecated() throws android.os.RemoteException in Deprecated() method in ITestService.Stub.Proxy
3655 public void Deprecated() throws android.os.RemoteException; in Deprecated() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1389 ::ndk::ScopedAStatus BpTestService::Deprecated() { in Deprecated() function in aidl::android::aidl::tests::BpTestService
4268 ::ndk::ScopedAStatus ITestServiceDefault::Deprecated() { in Deprecated() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp74 ::android::binder::Status BpTestService::Deprecated() { in Deprecated() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/
Daidl_test_service.cpp314 Status Deprecated() override { return Status::ok(); } in Deprecated() function in __anonbcceb43d0111::NativeService