/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 25 …floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList… 28 …floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList… 31 …floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList… 34 …floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList… 37 …floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList… 40 …floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList… 50 ::std::vector<float> floatArray; 82 os << ", floatArray: " << ::android::internal::ToString(floatArray); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 34 std::vector<float> floatArray; variable 55 …floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList… 58 …floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList… 61 …floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList… 64 …floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList… 67 …floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList… 70 …floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList… 84 os << ", floatArray: " << ::android::internal::ToString(floatArray); in toString()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 10 … intArray, long longValue, long[] longArray, float floatValue, float[] floatArray, double doubleVa… in LogThis() argument 163 … intArray, long longValue, long[] longArray, float floatValue, float[] floatArray, double doubleVa… in LogThis() argument 182 _data.writeFloatArray(floatArray); in LogThis() 207 …alue, charArray, intValue, intArray, longValue, longArray, floatValue, floatArray, doubleValue, do… in LogThis() 217 _reply.readFloatArray(floatArray); in LogThis() 254 … intArray, long longValue, long[] longArray, float floatValue, float[] floatArray, double doubleVa… in LogThis() argument
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 10 pub floatArray: Vec<f32>, field 38 floatArray: Default::default(), in default() 79 subparcel.write(&this.floatArray)?; in serialize_option() 149 result.floatArray = parcel.read()?; in deserialize_option()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 69 vector<float> floatArray{51, 52}; in TEST_F() local 86 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 75 vector<float> floatArray{51, 52}; in TEST_F() local 91 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
D | aidl_test_client_parcelables.cpp | 466 p.floatArray = {1.1f, 1.2f}; in TEST_F()
|
/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/android/aidl/tests/ |
D | ParcelableForToString.aidl | 34 float[] floatArray;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 14 public float[] floatArray; field in ParcelableForToString 53 _aidl_parcel.writeFloatArray(floatArray); in writeToParcel() 113 floatArray = _aidl_parcel.createFloatArray(); in readFromParcel() 176 _aidl_sj.add("floatArray: " + (java.util.Arrays.toString(floatArray))); in toString()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BpLoggableInterface.h | 20 …d::vector<int64_t>* longArray, float floatValue, ::std::vector<float>* floatArray, double doubleVa…
|
D | ILoggableInterface.h | 24 …d::vector<int64_t>* longArray, float floatValue, ::std::vector<float>* floatArray, double doubleVa…
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 36 …d::vector<int64_t>* longArray, float floatValue, ::std::vector<float>* floatArray, double doubleVa… in LogThis() argument 56 …_transaction_log.input_args.emplace_back("floatArray", ::android::internal::ToString(*floatArray)); in LogThis() 116 _aidl_ret_status = _aidl_data.writeFloatVector(*floatArray); in LogThis() 158 …alue, charArray, intValue, intArray, longValue, longArray, floatValue, floatArray, doubleValue, do… in LogThis() 194 _aidl_ret_status = _aidl_reply.readFloatVector(floatArray); in LogThis() 236 …transaction_log.output_args.emplace_back("floatArray", ::android::internal::ToString(*floatArray)); in LogThis()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 72 _aidl_ret_status = ::ndk::AParcel_readVector(parcel, &floatArray); in readFromParcel() 210 _aidl_ret_status = ::ndk::AParcel_writeVector(parcel, floatArray); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 76 _aidl_ret_status = _aidl_parcel->readFloatVector(&floatArray); in readFromParcel() 236 _aidl_ret_status = _aidl_parcel->writeFloatVector(floatArray); in writeToParcel()
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 747 p.floatArray = new float[]{1.1f, 1.2f}; in testToString()
|