/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 25 …longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b… 28 …longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b… 31 …longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b… 34 …longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b… 37 …longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b… 40 …longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b… 46 ::std::vector<int64_t> longArray; 78 os << ", longArray: " << ::android::internal::ToString(longArray); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 30 std::vector<int64_t> longArray; variable 55 …longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b… 58 …longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b… 61 …longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b… 64 …longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b… 67 …longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b… 70 …longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b… 80 os << ", longArray: " << ::android::internal::ToString(longArray); in toString()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 10 … char[] charArray, int intValue, int[] intArray, long longValue, long[] longArray, float floatValu… in LogThis() argument 163 … char[] charArray, int intValue, int[] intArray, long longValue, long[] longArray, float floatValu… in LogThis() argument 180 _data.writeLongArray(longArray); in LogThis() 207 …eValue, byteArray, charValue, charArray, intValue, intArray, longValue, longArray, floatValue, flo… in LogThis() 216 _reply.readLongArray(longArray); in LogThis() 254 … char[] charArray, int intValue, int[] intArray, long longValue, long[] longArray, float floatValu… in LogThis() argument
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 6 pub longArray: Vec<i64>, field 34 longArray: Default::default(), in default() 75 subparcel.write(&this.longArray)?; in serialize_option() 133 result.longArray = parcel.read()?; in deserialize_option()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 67 vector<int64_t> longArray{48, 49}; in TEST_F() local 86 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 73 vector<int64_t> longArray{48, 49}; in TEST_F() local 91 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
D | aidl_test_client_parcelables.cpp | 462 p.longArray = {200L, 300L}; 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/android/aidl/tests/ |
D | ParcelableForToString.aidl | 30 long[] longArray;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 10 public long[] longArray; field in ParcelableForToString 49 _aidl_parcel.writeLongArray(longArray); in writeToParcel() 105 longArray = _aidl_parcel.createLongArray(); in readFromParcel() 172 _aidl_sj.add("longArray: " + (java.util.Arrays.toString(longArray))); in toString()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BpLoggableInterface.h | 20 …::vector<int32_t>* intArray, int64_t longValue, ::std::vector<int64_t>* longArray, float floatValu…
|
D | ILoggableInterface.h | 24 …::vector<int32_t>* intArray, int64_t longValue, ::std::vector<int64_t>* longArray, float floatValu…
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 36 …::vector<int32_t>* intArray, int64_t longValue, ::std::vector<int64_t>* longArray, float floatValu… in LogThis() argument 54 … _transaction_log.input_args.emplace_back("longArray", ::android::internal::ToString(*longArray)); in LogThis() 108 _aidl_ret_status = _aidl_data.writeInt64Vector(*longArray); in LogThis() 158 …eValue, byteArray, charValue, charArray, intValue, intArray, longValue, longArray, floatValue, flo… in LogThis() 190 _aidl_ret_status = _aidl_reply.readInt64Vector(longArray); in LogThis() 235 … _transaction_log.output_args.emplace_back("longArray", ::android::internal::ToString(*longArray)); in LogThis()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 44 _aidl_ret_status = ::ndk::AParcel_readVector(parcel, &longArray); in readFromParcel() 198 _aidl_ret_status = ::ndk::AParcel_writeVector(parcel, longArray); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 44 _aidl_ret_status = _aidl_parcel->readInt64Vector(&longArray); in readFromParcel() 220 _aidl_ret_status = _aidl_parcel->writeInt64Vector(longArray); in writeToParcel()
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 743 p.longArray = new long[]{200L, 300L}; in testToString()
|