/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 25 …floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray… 28 …floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray… 31 …floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray… 34 …floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray… 37 …floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray… 40 …floatValue, 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/ |
D | ParcelableForToString.h | 33 float floatValue = 0.000000f; variable 55 …floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray… 58 …floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray… 61 …floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray… 64 …floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray… 67 …floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray… 70 …floatValue, 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/ |
D | ParcelableForToString.rs | 9 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/ |
D | aidl_test_client_loggable_interface.cpp | 68 float floatValue{50}; in TEST_F() local 86 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 74 float floatValue{50}; in TEST_F() local 91 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
D | aidl_test_client_parcelables.cpp | 465 p.floatValue = 3.14f; in TEST_F()
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 8 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/ |
D | ILoggableInterface.java | 10 … 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/ |
D | ParcelableForToString.aidl | 33 float floatValue;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 13 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/ |
D | BpLoggableInterface.h | 20 … intArray, int64_t longValue, ::std::vector<int64_t>* longArray, float floatValue, ::std::vector<f…
|
D | ILoggableInterface.h | 24 … 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/ |
D | ParcelableForToString.cpp | 65 _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/ |
D | ParcelableForToString.cpp | 68 _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/ |
D | ILoggableInterface.cpp | 36 … 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/ |
D | TestServiceClient.java | 746 p.floatValue = 3.14f; in testToString()
|