Home
last modified time | relevance | path

Searched refs:longArray (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.h25longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b…
28longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b…
31longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b…
34longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b…
37longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b…
40longArray, 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/
DParcelableForToString.h30 std::vector<int64_t> longArray; variable
55longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b…
58longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b…
61longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b…
64longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b…
67longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, b…
70longArray, 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/
DILoggableInterface.java10 … 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/
DParcelableForToString.rs6 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/
Daidl_test_client_loggable_interface.cpp67 vector<int64_t> longArray{48, 49}; in TEST_F() local
86 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp73 vector<int64_t> longArray{48, 49}; in TEST_F() local
91 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
Daidl_test_client_parcelables.cpp462 p.longArray = {200L, 300L}; 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/android/aidl/tests/
DParcelableForToString.aidl30 long[] longArray;
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java10 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/
DBpLoggableInterface.h20 …::vector<int32_t>* intArray, int64_t longValue, ::std::vector<int64_t>* longArray, float floatValu…
DILoggableInterface.h24 …::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/
DILoggableInterface.cpp36 …::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/
DParcelableForToString.cpp44 _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/
DParcelableForToString.cpp44 _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/
DTestServiceClient.java743 p.longArray = new long[]{200L, 300L}; in testToString()