Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp75 Data dataValue; in TEST_F() local
76 dataValue.num = 42; in TEST_F()
77 dataValue.str = "abc"; in TEST_F()
78 dataValue.nestedUnion = "def"; in TEST_F()
79 dataValue.nestedEnum = Enum::FOO; in TEST_F()
88 dataValue, binderValue, &pfdValue, &pfdArray, &_aidl_return); in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp81 Data dataValue; in TEST_F() local
82 dataValue.num = 42; in TEST_F()
83 dataValue.str = "abc"; in TEST_F()
84 dataValue.nestedUnion = "def"; in TEST_F()
85 dataValue.nestedEnum = Enum::FOO; in TEST_F()
93 dataValue, binderValue, &pfdValue, &pfdArray, &_aidl_return); in TEST_F()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java10 … java.util.List<java.lang.String> listValue, android.aidl.loggable.Data dataValue, android.os.IBin… in LogThis() argument
163 … java.util.List<java.lang.String> listValue, android.aidl.loggable.Data dataValue, android.os.IBin… in LogThis() argument
188 if ((dataValue!=null)) { in LogThis()
190 dataValue.writeToParcel(_data, 0); in LogThis()
207 …atArray, doubleValue, doubleArray, stringValue, stringArray, listValue, dataValue, binderValue, pf… in LogThis()
254 … java.util.List<java.lang.String> listValue, android.aidl.loggable.Data dataValue, android.os.IBin… in LogThis() argument
/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-cpp-source/gen/include/android/aidl/loggable/
DBpLoggableInterface.h20 …::android::String16>* listValue, const ::android::aidl::loggable::Data& dataValue, const ::android…
DILoggableInterface.h24 …::android::String16>* listValue, const ::android::aidl::loggable::Data& dataValue, const ::android…
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp36 …::android::String16>* listValue, const ::android::aidl::loggable::Data& dataValue, const ::android… in LogThis() argument
62 _transaction_log.input_args.emplace_back("dataValue", ::android::internal::ToString(dataValue)); in LogThis()
140 _aidl_ret_status = _aidl_data.writeParcelable(dataValue); in LogThis()
158 …atArray, doubleValue, doubleArray, stringValue, stringArray, listValue, dataValue, binderValue, pf… in LogThis()