/system/tools/aidl/ |
D | comments.h | 45 struct Deprecated { struct 49 std::optional<Deprecated> FindDeprecated(const Comments& comments); argument
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 89 void Deprecated(); in Deprecated() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 34 …::ndk::ScopedAStatus Deprecated() override __attribute__((deprecated("to make sure we have somethi… in Deprecated() function
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 164 async fn Deprecated(&self) -> binder::Result<()> { in Deprecated() method
|
D | test_service.rs | 139 fn Deprecated(&self) -> binder::Result<()> { in Deprecated() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 30 @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/ |
D | TestServiceServer.java | 143 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/ |
D | BnTestService.h | 88 …::android::binder::Status Deprecated() override __attribute__((deprecated("to make sure we have so… in Deprecated() function
|
D | ITestService.h | 289 …::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/ |
D | ITestService.cpp | 73 ::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/ |
D | ITestService.rs | 19 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/ |
D | ITestService.cpp | 1346 ::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/ |
D | aidl_test_service.cpp | 292 Status Deprecated() override { return Status::ok(); } in Deprecated() function in __anon556d30440111::NativeService
|