Home
last modified time | relevance | path

Searched refs:floatValue (Results 1 – 16 of 16) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DParcelableForToString.h25floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray…
28floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray…
31floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray…
34floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray…
37floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray…
40floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray…
49 float floatValue = float(0.000000f); variable
81 os << ", floatValue: " << ::android::internal::ToString(floatValue); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h33 float floatValue = 0.000000f; variable
55floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray…
58floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray…
61floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray…
64floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray…
67floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray…
70floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray…
83 os << ", floatValue: " << ::android::internal::ToString(floatValue); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DParcelableForToString.rs9 pub floatValue: f32, field
37 floatValue: 0.000000f32, in default()
78 subparcel.write(&this.floatValue)?; in serialize_option()
145 result.floatValue = parcel.read()?; in deserialize_option()
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp68 float floatValue{50}; in TEST_F() local
86 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp74 float floatValue{50}; in TEST_F() local
91 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
Daidl_test_client_parcelables.cpp465 p.floatValue = 3.14f; in TEST_F()
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl8 inout int[] intArray, long longValue, inout long[] longArray, float floatValue, in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java10 … int intValue, int[] intArray, long longValue, long[] longArray, float floatValue, float[] floatAr… in LogThis() argument
163 … int intValue, int[] intArray, long longValue, long[] longArray, float floatValue, float[] floatAr… in LogThis() argument
181 _data.writeFloat(floatValue); in LogThis()
207 …Array, charValue, charArray, intValue, intArray, longValue, longArray, floatValue, floatArray, dou… in LogThis()
254 … int intValue, int[] intArray, long longValue, long[] longArray, float floatValue, float[] floatAr… in LogThis() argument
/system/tools/aidl/tests/android/aidl/tests/
DParcelableForToString.aidl33 float floatValue;
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java13 public float floatValue = 0.000000f; field in ParcelableForToString
52 _aidl_parcel.writeFloat(floatValue); in writeToParcel()
111 floatValue = _aidl_parcel.readFloat(); in readFromParcel()
175 _aidl_sj.add("floatValue: " + (floatValue)); in toString()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBpLoggableInterface.h20 … intArray, int64_t longValue, ::std::vector<int64_t>* longArray, float floatValue, ::std::vector<f…
DILoggableInterface.h24 … intArray, int64_t longValue, ::std::vector<int64_t>* longArray, float floatValue, ::std::vector<f…
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DParcelableForToString.cpp65 _aidl_ret_status = AParcel_readFloat(parcel, &floatValue); in readFromParcel()
207 _aidl_ret_status = AParcel_writeFloat(parcel, floatValue); in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DParcelableForToString.cpp68 _aidl_ret_status = _aidl_parcel->readFloat(&floatValue); in readFromParcel()
232 _aidl_ret_status = _aidl_parcel->writeFloat(floatValue); in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp36 … intArray, int64_t longValue, ::std::vector<int64_t>* longArray, float floatValue, ::std::vector<f… in LogThis() argument
55 … _transaction_log.input_args.emplace_back("floatValue", ::android::internal::ToString(floatValue)); in LogThis()
112 _aidl_ret_status = _aidl_data.writeFloat(floatValue); in LogThis()
158 …Array, charValue, charArray, intValue, intArray, longValue, longArray, floatValue, floatArray, dou… in LogThis()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java746 p.floatValue = 3.14f; in testToString()