Home
last modified time | relevance | path

Searched refs:getBackendType (Results 1 – 17 of 17) sorted by relevance

/system/tools/aidl/tests/java/src/android/aidl/tests/
DNullableTests.java63 if (mService.getBackendType() != BackendType.JAVA) { in testExpectNpeWithNullString()
76 if (mService.getBackendType() != BackendType.JAVA) { in testExpectNpeWithNullBinder()
92 if (mService.getBackendType() != BackendType.JAVA) { in testExpectNpeWithNullBinderList()
/system/tools/aidl/tests/
Daidl_test_client.h45 status = service->getBackendType(&backend); in SetUp()
Daidl_test_client_loggable_interface.cpp47 auto status = service->getBackendType(&backendType); in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp54 ndk::ScopedAStatus status = service->getBackendType(&backendType); in TEST_F()
Daidl_test_service.cpp608 Status getBackendType(BackendType* _aidl_return) override { in getBackendType() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/rust/
Dtest_client.rs302 let backend = service.getBackendType().expect("error getting backend type"); in test_parcel_file_descriptor_array()
342 let backend = service.getBackendType().expect("error getting backend type"); in test_service_specific_exception()
498 let backend = service.getBackendType().expect("error getting backend type"); in test_utf8_string()
649 let backend = main_service.getBackendType().expect("error getting backend type"); in test_versioned_unknown_union_field_triggers_error()
Dtest_service.rs310 fn getBackendType(&self) -> binder::Result<BackendType> { in getBackendType() method
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl217 BackendType getBackendType();
/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
1232 …let _aidl_reply = self.binder.transact(transactions::getBackendType, binder::FLAG_CLEAR_BUF | bind… in getBackendType()
1238 return _aidl_default_impl.getBackendType(); in getBackendType()
1299 …fn getBackendType(&self) -> binder::public_api::Result<crate::mangled::_7_android_4_aidl_5_tests_1… in getBackendType() method
1935 transactions::getBackendType => { in on_transact()
1936 let _aidl_return = _aidl_service.getBackendType(); in on_transact()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h66 …::ndk::ScopedAStatus getBackendType(::aidl::android::aidl::tests::BackendType* _aidl_return) overr…
DITestService.h215 …virtual ::ndk::ScopedAStatus getBackendType(::aidl::android::aidl::tests::BackendType* _aidl_retur…
271 …::ndk::ScopedAStatus getBackendType(::aidl::android::aidl::tests::BackendType* _aidl_return) overr…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h68 …::android::binder::Status getBackendType(::android::aidl::tests::BackendType* _aidl_return) overri…
DITestService.h161 …virtual ::android::binder::Status getBackendType(::android::aidl::tests::BackendType* _aidl_return…
319 ::android::binder::Status getBackendType(::android::aidl::tests::BackendType*) override { in getBackendType() function
/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
932 byte _result = this.getBackendType(); in onTransact()
2245 @Override public byte getBackendType() throws android.os.RemoteException in getBackendType() method in ITestService.Stub.Proxy
2255 return getDefaultImpl().getBackendType(); in getBackendType()
2492 public byte getBackendType() throws android.os.RemoteException; 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-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp995 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->getBackendType(&_aidl_return); in _aidl_onTransact()
3125 ::ndk::ScopedAStatus BpTestService::getBackendType(::aidl::android::aidl::tests::BackendType* _aidl… in getBackendType() function in aidl::android::aidl::tests::BpTestService
3146 _aidl_status = ITestService::getDefaultImpl()->getBackendType(_aidl_return); in getBackendType()
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-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
2037 return ITestService::getDefaultImpl()->getBackendType(_aidl_return); in getBackendType()
3474 ::android::binder::Status _aidl_status(getBackendType(&_aidl_return)); in onTransact()