/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 36 ::std::vector<double> doubleArray; 55 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 58 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 87 _aidl_os << ", doubleArray: " << ::android::internal::ToString(doubleArray); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 36 ::std::vector<double> doubleArray; 55 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 58 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 87 _aidl_os << ", doubleArray: " << ::android::internal::ToString(doubleArray); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 44 std::vector<double> doubleArray; variable 67 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 70 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 94 _aidl_os << ", doubleArray: " << ::android::internal::ToString(doubleArray); in toString()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 44 std::vector<double> doubleArray; variable 67 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 70 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 94 _aidl_os << ", doubleArray: " << ::android::internal::ToString(doubleArray); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 14 pub r#doubleArray: Vec<f64>, 41 r#doubleArray: Default::default(), in default() 70 subparcel.write(&self.r#doubleArray)?; in write_to_parcel() 109 self.r#doubleArray = subparcel.read()?; in read_from_parcel()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 14 pub r#doubleArray: Vec<f64>, 41 r#doubleArray: Default::default(), in default() 70 subparcel.write(&self.r#doubleArray)?; in write_to_parcel() 109 self.r#doubleArray = subparcel.read()?; in read_from_parcel()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BnLoggableInterface.h | 46 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi… in LogThis() argument 47 …, intArray, longValue, longArray, floatValue, floatArray, doubleValue, doubleArray, stringValue, s… in LogThis()
|
D | BpLoggableInterface.h | 21 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi…
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 71 vector<double> doubleArray{53, 54}; in TEST_F() local 87 doubleValue, &doubleArray, stringValue, &stringArray, &listValue, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 80 vector<double> doubleArray{53, 54}; in TEST_F() local 95 doubleValue, &doubleArray, stringValue, &stringArray, &listValue, in TEST_F()
|
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BnLoggableInterface.h | 46 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi… in LogThis() argument 47 …, intArray, longValue, longArray, floatValue, floatArray, doubleValue, doubleArray, stringValue, s… in LogThis()
|
D | BpLoggableInterface.h | 21 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi…
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 13 public double[] doubleArray; field in ParcelableForToString 52 _aidl_parcel.writeDoubleArray(doubleArray); in writeToParcel() 92 doubleArray = _aidl_parcel.createDoubleArray(); in readFromParcel() 142 _aidl_sj.add("doubleArray: " + (java.util.Arrays.toString(doubleArray))); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 13 public double[] doubleArray; field in ParcelableForToString 52 _aidl_parcel.writeDoubleArray(doubleArray); in writeToParcel() 92 doubleArray = _aidl_parcel.createDoubleArray(); in readFromParcel() 142 _aidl_sj.add("doubleArray: " + (java.util.Arrays.toString(doubleArray))); in toString()
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 9 inout float[] floatArray, double doubleValue, inout double[] doubleArray, in LogThis() argument
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 11 …ay, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.Stri… in LogThis() argument 163 …ay, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.Stri… in LogThis() argument 183 _data.writeDoubleArray(doubleArray); in LogThis() 200 _reply.readDoubleArray(doubleArray); in LogThis() 224 …ay, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.Stri… in LogThis() argument
|
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 11 …ay, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.Stri… in LogThis() argument 163 …ay, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.Stri… in LogThis() argument 183 _data.writeDoubleArray(doubleArray); in LogThis() 200 _reply.readDoubleArray(doubleArray); in LogThis() 224 …ay, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.Stri… in LogThis() argument
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ParcelableForToString.aidl | 32 double[] doubleArray;
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 30 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi… in LogThis() argument 52 …ransaction_log.input_args.emplace_back("doubleArray", ::android::internal::ToString(*doubleArray)); in LogThis() 118 _aidl_ret_status = _aidl_data.writeDoubleVector(*doubleArray); in LogThis() 152 …, intArray, longValue, longArray, floatValue, floatArray, doubleValue, doubleArray, stringValue, s… in LogThis() 192 _aidl_ret_status = _aidl_reply.readDoubleVector(doubleArray); in LogThis() 231 …ansaction_log.output_args.emplace_back("doubleArray", ::android::internal::ToString(*doubleArray)); in LogThis()
|
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 30 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi… in LogThis() argument 52 …ransaction_log.input_args.emplace_back("doubleArray", ::android::internal::ToString(*doubleArray)); in LogThis() 118 _aidl_ret_status = _aidl_data.writeDoubleVector(*doubleArray); in LogThis() 152 …, intArray, longValue, longArray, floatValue, floatArray, doubleValue, doubleArray, stringValue, s… in LogThis() 192 _aidl_ret_status = _aidl_reply.readDoubleVector(doubleArray); in LogThis() 231 …ansaction_log.output_args.emplace_back("doubleArray", ::android::internal::ToString(*doubleArray)); in LogThis()
|
/system/tools/aidl/tests/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.aidl | 31 double[2] doubleArray;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 63 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &doubleArray); in readFromParcel() 209 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, doubleArray); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 65 _aidl_ret_status = _aidl_parcel->readDoubleVector(&doubleArray); in readFromParcel() 232 _aidl_ret_status = _aidl_parcel->writeDoubleVector(doubleArray); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 63 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &doubleArray); in readFromParcel() 209 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, doubleArray); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 65 _aidl_ret_status = _aidl_parcel->readDoubleVector(&doubleArray); in readFromParcel() 232 _aidl_ret_status = _aidl_parcel->writeDoubleVector(doubleArray); in writeToParcel()
|