Home
last modified time | relevance | path

Searched defs:getBackendType (Results 1 – 8 of 8) sorted by relevance

/system/tools/aidl/tests/rust/
Dtest_service.rs310 fn getBackendType(&self) -> binder::Result<BackendType> { in getBackendType() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs65 …fn getBackendType(&self) -> binder::public_api::Result<crate::mangled::_7_android_4_aidl_5_tests_1… in getBackendType() method
224 …fn getBackendType(&self) -> binder::public_api::Result<crate::mangled::_7_android_4_aidl_5_tests_1… in getBackendType() method
279 pub const getBackendType: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 50; constant
1231 …fn getBackendType(&self) -> binder::public_api::Result<crate::mangled::_7_android_4_aidl_5_tests_1… in getBackendType() method
1299 …fn getBackendType(&self) -> binder::public_api::Result<crate::mangled::_7_android_4_aidl_5_tests_1… in getBackendType() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java544 public byte getBackendType() throws RemoteException { in getBackendType() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp2024 ::android::binder::Status BpTestService::getBackendType(::android::aidl::tests::BackendType* _aidl_… in getBackendType() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp3125 ::ndk::ScopedAStatus BpTestService::getBackendType(::aidl::android::aidl::tests::BackendType* _aidl… in getBackendType() function in aidl::android::aidl::tests::BpTestService
3466 ::ndk::ScopedAStatus ITestServiceDefault::getBackendType(::aidl::android::aidl::tests::BackendType*… in getBackendType() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java229 @Override public byte getBackendType() throws android.os.RemoteException in getBackendType() method in ITestService.Default
2245 @Override public byte getBackendType() throws android.os.RemoteException in getBackendType() method in ITestService.Stub.Proxy
2492 public byte getBackendType() throws android.os.RemoteException; in getBackendType() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h319 ::android::binder::Status getBackendType(::android::aidl::tests::BackendType*) override { in getBackendType() function
/system/tools/aidl/tests/
Daidl_test_service.cpp608 Status getBackendType(BackendType* _aidl_return) override { in getBackendType() function in __anonee08dd980111::NativeService