Searched refs:test_repeat_fixed_size_array (Results 1 – 1 of 1) sorted by relevance
| /system/tools/aidl/tests/rust/ |
| D | test_client.rs | 1328 macro_rules! test_repeat_fixed_size_array { macro 1366 test_repeat_fixed_size_array!(service, RepeatBytes, [1u8, 2u8, 3u8]); in test_fixed_size_array_over_binder() 1367 test_repeat_fixed_size_array!(service, RepeatInts, [1i32, 2i32, 3i32]); in test_fixed_size_array_over_binder() 1385 test_repeat_fixed_size_array!(service, RepeatParcelables, [p1, p2, p3]); in test_fixed_size_array_over_binder() 1387 test_repeat_fixed_size_array!(service, Repeat2dBytes, [[1u8, 2u8, 3u8], [1u8, 2u8, 3u8]]); in test_fixed_size_array_over_binder() 1388 test_repeat_fixed_size_array!(service, Repeat2dInts, [[1i32, 2i32, 3i32], [1i32, 2i32, 3i32]]); in test_fixed_size_array_over_binder() 1396 test_repeat_fixed_size_array!(service, Repeat2dParcelables, [[p1, p2, p3], [p1, p2, p3]]); in test_fixed_size_array_over_binder()
|