Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp80 sp<IBinder> binderValue; in TEST_F() local
88 dataValue, binderValue, &pfdValue, &pfdArray, &_aidl_return); in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp86 ndk::SpAIBinder binderValue; in TEST_F() local
93 dataValue, binderValue, &pfdValue, &pfdArray, &_aidl_return); in TEST_F()
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl11 in Data dataValue, @nullable IBinder binderValue, in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java10 …g> listValue, android.aidl.loggable.Data dataValue, android.os.IBinder binderValue, android.os.Par… in LogThis() argument
163 …g> listValue, android.aidl.loggable.Data dataValue, android.os.IBinder binderValue, android.os.Par… in LogThis() argument
195 _data.writeStrongBinder(binderValue); in LogThis()
207 …bleValue, doubleArray, stringValue, stringArray, listValue, dataValue, binderValue, pfdValue, pfdA… in LogThis()
254 …g> listValue, android.aidl.loggable.Data dataValue, android.os.IBinder binderValue, android.os.Par… in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBpLoggableInterface.h20 …l::loggable::Data& dataValue, const ::android::sp<::android::IBinder>& binderValue, ::std::optiona…
DILoggableInterface.h24 …l::loggable::Data& dataValue, const ::android::sp<::android::IBinder>& binderValue, ::std::optiona…
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp36 …l::loggable::Data& dataValue, const ::android::sp<::android::IBinder>& binderValue, ::std::optiona… in LogThis() argument
63 …transaction_log.input_args.emplace_back("binderValue", ::android::internal::ToString(binderValue)); in LogThis()
144 _aidl_ret_status = _aidl_data.writeStrongBinder(binderValue); in LogThis()
158 …bleValue, doubleArray, stringValue, stringArray, listValue, dataValue, binderValue, pfdValue, pfdA… in LogThis()