Home
last modified time | relevance | path

Searched refs:FLAG_ONEWAY (Results 1 – 9 of 9) sorted by relevance

/system/libhwbinder/include/hwbinder/
DIBinder.h81 FLAG_ONEWAY = 0x00000001, enumerator
/system/tools/hidl/
DInterface.cpp45 hardware::IBinder::FLAG_ONEWAY, "oneway");
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp762 IBinder::FLAG_ONEWAY)); in TEST_F()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java654 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/
DITestService.java1021 ….transact(Stub.TRANSACTION_TestOneway, _data, null, android.os.IBinder.FLAG_ONEWAY | android.os.IB… in TestOneway()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1910 IBinder::FLAG_ONEWAY)); in TEST_F()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs395 …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/
DITestService.cpp126 …: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/
DITestService.cpp1107 FLAG_ONEWAY | FLAG_CLEAR_BUF in TestOneway()