/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 977 …e.transact(Stub.TRANSACTION_UnimplementedMethod, _data, _reply, android.os.IBinder.FLAG_CLEAR_BUF); in UnimplementedMethod() 1002 … = mRemote.transact(Stub.TRANSACTION_Deprecated, _data, _reply, android.os.IBinder.FLAG_CLEAR_BUF); in Deprecated() 1021 …CTION_TestOneway, _data, null, android.os.IBinder.FLAG_ONEWAY | android.os.IBinder.FLAG_CLEAR_BUF); in TestOneway() 1042 …mRemote.transact(Stub.TRANSACTION_RepeatBoolean, _data, _reply, android.os.IBinder.FLAG_CLEAR_BUF); in RepeatBoolean() 1065 … = mRemote.transact(Stub.TRANSACTION_RepeatByte, _data, _reply, android.os.IBinder.FLAG_CLEAR_BUF); in RepeatByte() 1088 … = mRemote.transact(Stub.TRANSACTION_RepeatChar, _data, _reply, android.os.IBinder.FLAG_CLEAR_BUF); in RepeatChar() 1111 …s = mRemote.transact(Stub.TRANSACTION_RepeatInt, _data, _reply, android.os.IBinder.FLAG_CLEAR_BUF); in RepeatInt() 1134 … = mRemote.transact(Stub.TRANSACTION_RepeatLong, _data, _reply, android.os.IBinder.FLAG_CLEAR_BUF); in RepeatLong() 1157 …= mRemote.transact(Stub.TRANSACTION_RepeatFloat, _data, _reply, android.os.IBinder.FLAG_CLEAR_BUF); in RepeatFloat() 1180 … mRemote.transact(Stub.TRANSACTION_RepeatDouble, _data, _reply, android.os.IBinder.FLAG_CLEAR_BUF); in RepeatDouble() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 363 …ly = self.binder.transact(transactions::UnimplementedMethod, binder::FLAG_CLEAR_BUF | binder::FLAG… in UnimplementedMethod() 380 …let _aidl_reply = self.binder.transact(transactions::Deprecated, binder::FLAG_CLEAR_BUF | binder::… in Deprecated() 395 …der.transact(transactions::TestOneway, binder::FLAG_ONEWAY | binder::FLAG_CLEAR_BUF | binder::FLAG… in TestOneway() 408 …let _aidl_reply = self.binder.transact(transactions::RepeatBoolean, binder::FLAG_CLEAR_BUF | binde… in RepeatBoolean() 425 …let _aidl_reply = self.binder.transact(transactions::RepeatByte, binder::FLAG_CLEAR_BUF | binder::… in RepeatByte() 442 …let _aidl_reply = self.binder.transact(transactions::RepeatChar, binder::FLAG_CLEAR_BUF | binder::… in RepeatChar() 459 …let _aidl_reply = self.binder.transact(transactions::RepeatInt, binder::FLAG_CLEAR_BUF | binder::F… in RepeatInt() 476 …let _aidl_reply = self.binder.transact(transactions::RepeatLong, binder::FLAG_CLEAR_BUF | binder::… in RepeatLong() 493 …let _aidl_reply = self.binder.transact(transactions::RepeatFloat, binder::FLAG_CLEAR_BUF | binder:… in RepeatFloat() 510 …let _aidl_reply = self.binder.transact(transactions::RepeatDouble, binder::FLAG_CLEAR_BUF | binder… in RepeatDouble() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 62 …ce::TRANSACTION_UnimplementedMethod, _aidl_data, &_aidl_reply, ::android::IBinder::FLAG_CLEAR_BUF); in UnimplementedMethod() 96 …TestService::TRANSACTION_Deprecated, _aidl_data, &_aidl_reply, ::android::IBinder::FLAG_CLEAR_BUF); in Deprecated() 126 …y, _aidl_data, &_aidl_reply, ::android::IBinder::FLAG_ONEWAY | ::android::IBinder::FLAG_CLEAR_BUF); in TestOneway() 153 …tService::TRANSACTION_RepeatBoolean, _aidl_data, &_aidl_reply, ::android::IBinder::FLAG_CLEAR_BUF); in RepeatBoolean() 191 …TestService::TRANSACTION_RepeatByte, _aidl_data, &_aidl_reply, ::android::IBinder::FLAG_CLEAR_BUF); in RepeatByte() 229 …TestService::TRANSACTION_RepeatChar, _aidl_data, &_aidl_reply, ::android::IBinder::FLAG_CLEAR_BUF); in RepeatChar() 267 …nTestService::TRANSACTION_RepeatInt, _aidl_data, &_aidl_reply, ::android::IBinder::FLAG_CLEAR_BUF); in RepeatInt() 305 …TestService::TRANSACTION_RepeatLong, _aidl_data, &_aidl_reply, ::android::IBinder::FLAG_CLEAR_BUF); in RepeatLong() 343 …estService::TRANSACTION_RepeatFloat, _aidl_data, &_aidl_reply, ::android::IBinder::FLAG_CLEAR_BUF); in RepeatFloat() 381 …stService::TRANSACTION_RepeatDouble, _aidl_data, &_aidl_reply, ::android::IBinder::FLAG_CLEAR_BUF); in RepeatDouble() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1034 FLAG_CLEAR_BUF in UnimplementedMethod() 1072 FLAG_CLEAR_BUF in Deprecated() 1107 FLAG_ONEWAY | FLAG_CLEAR_BUF in TestOneway() 1141 FLAG_CLEAR_BUF in RepeatBoolean() 1182 FLAG_CLEAR_BUF in RepeatByte() 1223 FLAG_CLEAR_BUF in RepeatChar() 1264 FLAG_CLEAR_BUF in RepeatInt() 1305 FLAG_CLEAR_BUF in RepeatLong() 1346 FLAG_CLEAR_BUF in RepeatFloat() 1387 FLAG_CLEAR_BUF in RepeatDouble() [all …]
|
/system/libhwbinder/include/hwbinder/ |
D | IBinder.h | 85 FLAG_CLEAR_BUF = 0x00000020, enumerator
|
/system/libhwbinder/ |
D | Binder.cpp | 119 if (reply != nullptr && (flags & FLAG_CLEAR_BUF)) { in transact()
|
/system/tools/hidl/ |
D | Interface.h | 40 const static std::unique_ptr<ConstantExpression> FLAG_CLEAR_BUF; member
|
D | Interface.cpp | 46 const std::unique_ptr<ConstantExpression> Interface::FLAG_CLEAR_BUF = member in android::Interface 48 hardware::IBinder::FLAG_CLEAR_BUF, "clear buf");
|
D | generateCpp.cpp | 1111 out << " | " << Interface::FLAG_CLEAR_BUF->cppValue(); in generateStaticProxyMethodSource()
|