Home
last modified time | relevance | path

Searched defs:Deprecated (Results 1 – 13 of 13) 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.aidl89 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.rs164 async fn Deprecated(&self) -> binder::Result<()> { in Deprecated() method
Dtest_service.rs139 fn Deprecated(&self) -> binder::Result<()> { in Deprecated() method
/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
322 @Override public void Deprecated() throws android.os.RemoteException in Deprecated() method in ITestService.Delegator
1477 @Override public void Deprecated() throws android.os.RemoteException in Deprecated() method in ITestService.Stub.Proxy
3331 public void Deprecated() throws android.os.RemoteException; in Deprecated() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java143 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.h88 …::android::binder::Status Deprecated() override __attribute__((deprecated("to make sure we have so… in Deprecated() function
DITestService.h289 …::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-cpp-source/gen/android/aidl/tests/
DITestService.cpp73 ::android::binder::Status BpTestService::Deprecated() { in Deprecated() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs19 fn Deprecated(&self) -> binder::Result<()>; in Deprecated() method
95 fn Deprecated<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<()>>; in Deprecated() method
166 async fn Deprecated(&self) -> binder::Result<()>; in Deprecated() method
255 fn Deprecated(&self) -> binder::Result<()> { in new_async_binder() function
459 fn Deprecated(&self) -> binder::Result<()> { in Deprecated() method
657 …pub const Deprecated: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRANS… constant
2021 fn Deprecated(&self) -> binder::Result<()> { in Deprecated() method
2361 fn Deprecated<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<()>> { in Deprecated() method
3204 fn Deprecated(&self) -> binder::Result<()> { self.0.Deprecated() } in Deprecated() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1346 ::ndk::ScopedAStatus BpTestService::Deprecated() { in Deprecated() function in aidl::android::aidl::tests::BpTestService
4140 ::ndk::ScopedAStatus ITestServiceDefault::Deprecated() { in Deprecated() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/
Daidl_test_service.cpp292 Status Deprecated() override { return Status::ok(); } in Deprecated() function in __anon556d30440111::NativeService