Home
last modified time | relevance | path

Searched refs:floatArray (Results 1 – 25 of 41) sorted by relevance

12

/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DParcelableForToString.h42 ::std::vector<float> floatArray;
59floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList…
62floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList…
93 _aidl_os << ", floatArray: " << ::android::internal::ToString(floatArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h50 std::vector<float> floatArray; variable
71floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList…
74floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList…
100 _aidl_os << ", floatArray: " << ::android::internal::ToString(floatArray); in toString()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h50 std::vector<float> floatArray; variable
71floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList…
74floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList…
100 _aidl_os << ", floatArray: " << ::android::internal::ToString(floatArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DParcelableForToString.h42 ::std::vector<float> floatArray;
59floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList…
62floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList…
93 _aidl_os << ", floatArray: " << ::android::internal::ToString(floatArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DParcelableForToString.rs20 pub r#floatArray: Vec<f32>,
47 r#floatArray: Default::default(), in default()
76 subparcel.write(&self.r#floatArray)?; in write_to_parcel()
119 self.r#floatArray = subparcel.read()?; in read_from_parcel()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DParcelableForToString.rs20 pub r#floatArray: Vec<f32>,
47 r#floatArray: Default::default(), in default()
76 subparcel.write(&self.r#floatArray)?; in write_to_parcel()
119 self.r#floatArray = subparcel.read()?; in read_from_parcel()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h50 …d::vector<int64_t>* longArray, float floatValue, ::std::vector<float>* floatArray, double doubleVa… in LogThis() argument
51 …alue, charArray, intValue, intArray, longValue, longArray, floatValue, floatArray, doubleValue, do… in LogThis()
DBpLoggableInterface.h25 …d::vector<int64_t>* longArray, float floatValue, ::std::vector<float>* floatArray, double doubleVa…
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp69 vector<float> floatArray{51, 52}; in TEST_F() local
86 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp78 vector<float> floatArray{51, 52}; in TEST_F() local
94 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h50 …d::vector<int64_t>* longArray, float floatValue, ::std::vector<float>* floatArray, double doubleVa… in LogThis() argument
51 …alue, charArray, intValue, intArray, longValue, longArray, floatValue, floatArray, doubleValue, do… in LogThis()
DBpLoggableInterface.h25 …d::vector<int64_t>* longArray, float floatValue, ::std::vector<float>* floatArray, double doubleVa…
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java19 public float[] floatArray; field in ParcelableForToString
58 _aidl_parcel.writeFloatArray(floatArray); in writeToParcel()
100 floatArray = _aidl_parcel.createFloatArray(); in readFromParcel()
148 _aidl_sj.add("floatArray: " + (java.util.Arrays.toString(floatArray))); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java19 public float[] floatArray; field in ParcelableForToString
58 _aidl_parcel.writeFloatArray(floatArray); in writeToParcel()
100 floatArray = _aidl_parcel.createFloatArray(); in readFromParcel()
148 _aidl_sj.add("floatArray: " + (java.util.Arrays.toString(floatArray))); in toString()
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 … intArray, long longValue, long[] longArray, float floatValue, float[] floatArray, double doubleVa… in LogThis() argument
167 … intArray, long longValue, long[] longArray, float floatValue, float[] floatArray, double doubleVa… in LogThis() argument
185 _data.writeFloatArray(floatArray); in LogThis()
203 _reply.readFloatArray(floatArray); in LogThis()
228 … intArray, long longValue, long[] longArray, float floatValue, float[] floatArray, double doubleVa… in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 … intArray, long longValue, long[] longArray, float floatValue, float[] floatArray, double doubleVa… in LogThis() argument
167 … intArray, long longValue, long[] longArray, float floatValue, float[] floatArray, double doubleVa… in LogThis() argument
185 _data.writeFloatArray(floatArray); in LogThis()
203 _reply.readFloatArray(floatArray); in LogThis()
228 … intArray, long longValue, long[] longArray, float floatValue, float[] floatArray, double doubleVa… in LogThis() argument
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl9 inout float[] floatArray, double doubleValue, inout double[] doubleArray, in LogThis() argument
/system/tools/aidl/tests/android/aidl/tests/
DParcelableForToString.aidl34 float[] floatArray;
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp34 …d::vector<int64_t>* longArray, float floatValue, ::std::vector<float>* floatArray, double doubleVa… in LogThis() argument
54 …_transaction_log.input_args.emplace_back("floatArray", ::android::internal::ToString(*floatArray)); in LogThis()
114 _aidl_ret_status = _aidl_data.writeFloatVector(*floatArray); in LogThis()
156 …alue, charArray, intValue, intArray, longValue, longArray, floatValue, floatArray, doubleValue, do… in LogThis()
192 _aidl_ret_status = _aidl_reply.readFloatVector(floatArray); in LogThis()
234 …transaction_log.output_args.emplace_back("floatArray", ::android::internal::ToString(*floatArray)); in LogThis()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp34 …d::vector<int64_t>* longArray, float floatValue, ::std::vector<float>* floatArray, double doubleVa… in LogThis() argument
54 …_transaction_log.input_args.emplace_back("floatArray", ::android::internal::ToString(*floatArray)); in LogThis()
114 _aidl_ret_status = _aidl_data.writeFloatVector(*floatArray); in LogThis()
156 …alue, charArray, intValue, intArray, longValue, longArray, floatValue, floatArray, doubleValue, do… in LogThis()
192 _aidl_ret_status = _aidl_reply.readFloatVector(floatArray); in LogThis()
234 …transaction_log.output_args.emplace_back("floatArray", ::android::internal::ToString(*floatArray)); in LogThis()
/system/tools/aidl/tests/android/aidl/fixedsizearray/
DFixedSizeArrayExample.aidl30 float[2] floatArray;
/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h198 std::array<float, 2> floatArray = {{}}; variable
252floatArray, doubleArray, stringArray, byteEnumArray, intEnumArray, longEnumArray, parcelableArray,…
255floatArray, doubleArray, stringArray, byteEnumArray, intEnumArray, longEnumArray, parcelableArray,…
280 _aidl_os << ", floatArray: " << ::android::internal::ToString(floatArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h198 std::array<float, 2> floatArray = {{}}; variable
252floatArray, doubleArray, stringArray, byteEnumArray, intEnumArray, longEnumArray, parcelableArray,…
255floatArray, doubleArray, stringArray, byteEnumArray, intEnumArray, longEnumArray, parcelableArray,…
280 _aidl_os << ", floatArray: " << ::android::internal::ToString(floatArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DParcelableForToString.cpp81 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &floatArray); in readFromParcel()
219 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, floatArray); in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DParcelableForToString.cpp85 _aidl_ret_status = _aidl_parcel->readFloatVector(&floatArray); in readFromParcel()
244 _aidl_ret_status = _aidl_parcel->writeFloatVector(floatArray); in writeToParcel()

12