Home
last modified time | relevance | path

Searched refs:UNKNOWN_TRANSACTION (Results 1 – 22 of 22) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h170 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in UnimplementedMethod()
173 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in Deprecated()
176 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in TestOneway()
179 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in RepeatBoolean()
182 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in RepeatByte()
185 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in RepeatChar()
188 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in RepeatInt()
191 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in RepeatLong()
194 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in RepeatFloat()
197 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in RepeatDouble()
[all …]
DIOldName.h27 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in RealName()
DINamedCallback.h27 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in GetName()
DINewName.h27 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in RealName()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs75 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in UnimplementedMethod()
78 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in Deprecated()
81 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in TestOneway()
84 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in RepeatBoolean()
87 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in RepeatByte()
90 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in RepeatChar()
93 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in RepeatInt()
96 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in RepeatLong()
99 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in RepeatFloat()
102 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in RepeatDouble()
[all …]
DINamedCallback.rs24 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in GetName()
41 if let Err(binder::StatusCode::UNKNOWN_TRANSACTION) = _aidl_reply { in GetName()
69 _ => Err(binder::StatusCode::UNKNOWN_TRANSACTION) in on_transact()
DINewName.rs24 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in RealName()
41 if let Err(binder::StatusCode::UNKNOWN_TRANSACTION) = _aidl_reply { in RealName()
69 _ => Err(binder::StatusCode::UNKNOWN_TRANSACTION) in on_transact()
DIOldName.rs24 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in RealName()
41 if let Err(binder::StatusCode::UNKNOWN_TRANSACTION) = _aidl_reply { in RealName()
69 _ => Err(binder::StatusCode::UNKNOWN_TRANSACTION) in on_transact()
DIDeprecated.rs38 _ => Err(binder::StatusCode::UNKNOWN_TRANSACTION) in on_transact()
/system/core/libutils/include/utils/
DErrors.h64 UNKNOWN_TRANSACTION = -EBADMSG, enumerator
70 UNKNOWN_TRANSACTION = (UNKNOWN_ERROR + 6),
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp63 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in UnimplementedMethod()
97 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in Deprecated()
127 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in TestOneway()
154 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatBoolean()
192 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatByte()
230 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatChar()
268 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatInt()
306 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatLong()
344 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatFloat()
382 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatDouble()
[all …]
DINewName.cpp43 if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && INewName::getDefaultImpl())) { in RealName()
DINamedCallback.cpp43 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && INamedCallback::getDefaultImpl(… in GetName()
DIOldName.cpp43 if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && IOldName::getDefaultImpl())) { in RealName()
/system/core/libutils/
DErrors.cpp42 STATUS_CASE(UNKNOWN_TRANSACTION); in statusToString()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DILoggableInterface.h33 return ::android::binder::Status::fromStatusT(::android::UNKNOWN_TRANSACTION); in LogThis()
/system/libhwbinder/
DBinder.cpp207 return UNKNOWN_TRANSACTION; in onTransact()
DIPCThreadState.cpp1206 error = UNKNOWN_TRANSACTION; in executeCommand()
/system/tools/aidl/tests/rust/
Dtest_service.rs125 Err(binder::StatusCode::UNKNOWN_TRANSACTION.into()) in UnimplementedMethod()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp157 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ILoggableInterface::getDefaultI… in LogThis()
/system/tools/aidl/tests/
Daidl_test_service.cpp617 return android::UNKNOWN_TRANSACTION; in onTransact()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1865 EXPECT_EQ(::android::UNKNOWN_TRANSACTION, binder->transact(1234, request, &reply)); in TEST_F()