Searched refs:FLAG_ONEWAY (Results 1 – 9 of 9) sorted by relevance
/system/libhwbinder/include/hwbinder/ |
D | IBinder.h | 81 FLAG_ONEWAY = 0x00000001, enumerator
|
/system/tools/hidl/ |
D | Interface.cpp | 45 hardware::IBinder::FLAG_ONEWAY, "oneway");
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java_native.cpp | 762 IBinder::FLAG_ONEWAY)); in TEST_F()
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 654 binder.transact(19 /*doThatAndReturnSomething*/, request, reply, IBinder.FLAG_ONEWAY); in client()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 1021 ….transact(Stub.TRANSACTION_TestOneway, _data, null, android.os.IBinder.FLAG_ONEWAY | android.os.IB… in TestOneway()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 1910 IBinder::FLAG_ONEWAY)); in TEST_F()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 395 …let _aidl_reply = self.binder.transact(transactions::TestOneway, binder::FLAG_ONEWAY | binder::FLA… in TestOneway()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 126 …:TRANSACTION_TestOneway, _aidl_data, &_aidl_reply, ::android::IBinder::FLAG_ONEWAY | ::android::IB… in TestOneway()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1107 FLAG_ONEWAY | FLAG_CLEAR_BUF in TestOneway()
|