Searched refs:dataValue (Results 1 – 7 of 7) sorted by relevance
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 75 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()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 81 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/ |
D | ILoggableInterface.java | 10 … 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/ |
D | ILoggableInterface.aidl | 11 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/ |
D | BpLoggableInterface.h | 20 …::android::String16>* listValue, const ::android::aidl::loggable::Data& dataValue, const ::android…
|
D | ILoggableInterface.h | 24 …::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/ |
D | ILoggableInterface.cpp | 36 …::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()
|