Home
last modified time | relevance | path

Searched refs:BpTestService (Results 1 – 7 of 7) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp43 BpTestService::BpTestService(const ::android::sp<::android::IBinder>& _aidl_impl) in BpTestService() function in android::aidl::tests::BpTestService
47 ::android::binder::Status BpTestService::UnimplementedMethod(int32_t arg, int32_t* _aidl_return) { in UnimplementedMethod()
85 ::android::binder::Status BpTestService::Deprecated() { in Deprecated()
115 ::android::binder::Status BpTestService::TestOneway() { in TestOneway()
138 ::android::binder::Status BpTestService::RepeatBoolean(bool token, bool* _aidl_return) { in RepeatBoolean()
176 ::android::binder::Status BpTestService::RepeatByte(int8_t token, int8_t* _aidl_return) { in RepeatByte()
214 ::android::binder::Status BpTestService::RepeatChar(char16_t token, char16_t* _aidl_return) { in RepeatChar()
252 ::android::binder::Status BpTestService::RepeatInt(int32_t token, int32_t* _aidl_return) { in RepeatInt()
290 ::android::binder::Status BpTestService::RepeatLong(int64_t token, int64_t* _aidl_return) { in RepeatLong()
328 ::android::binder::Status BpTestService::RepeatFloat(float token, float* _aidl_return) { in RepeatFloat()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp1013 BpTestService::BpTestService(const ::ndk::SpAIBinder& binder) : BpCInterface(binder) {} in BpTestService() function in aidl::android::aidl::tests::BpTestService
1014 BpTestService::~BpTestService() {} in ~BpTestService()
1016 ::ndk::ScopedAStatus BpTestService::UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) { in UnimplementedMethod()
1057 ::ndk::ScopedAStatus BpTestService::Deprecated() { in Deprecated()
1092 ::ndk::ScopedAStatus BpTestService::TestOneway() { in TestOneway()
1123 ::ndk::ScopedAStatus BpTestService::RepeatBoolean(bool in_token, bool* _aidl_return) { in RepeatBoolean()
1164 ::ndk::ScopedAStatus BpTestService::RepeatByte(int8_t in_token, int8_t* _aidl_return) { in RepeatByte()
1205 ::ndk::ScopedAStatus BpTestService::RepeatChar(char16_t in_token, char16_t* _aidl_return) { in RepeatChar()
1246 ::ndk::ScopedAStatus BpTestService::RepeatInt(int32_t in_token, int32_t* _aidl_return) { in RepeatInt()
1287 ::ndk::ScopedAStatus BpTestService::RepeatLong(int64_t in_token, int64_t* _aidl_return) { in RepeatLong()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h11 class BpTestService : public ::ndk::BpCInterface<ITestService> {
13 explicit BpTestService(const ::ndk::SpAIBinder& binder);
14 virtual ~BpTestService();
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h14 class BpTestService : public ::android::BpInterface<ITestService> {
16 explicit BpTestService(const ::android::sp<::android::IBinder>& _aidl_impl);
17 virtual ~BpTestService() = default;
/system/tools/aidl/tests/rust/
Dtest_service.rs20 self, BnTestService, BpTestService,
340 let service_name = <BpTestService as ITestService::ITestService>::get_descriptor(); in main()
Dtest_client.rs22 self, BpTestService, ITestServiceDefault, ITestServiceDefaultRef,
40 binder::get_interface(<BpTestService as ITestService::ITestService>::get_descriptor()) in get_test_service()
601 <BpTestService as ITestService::ITestService>::setDefaultImpl(di); in test_default_impl()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs8 proxy: BpTestService {
361 impl ITestService for BpTestService { implementation