Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_client.rs1260 macro_rules! test_repeat_fixed_size_array { macro
1298 test_repeat_fixed_size_array!(service, RepeatBytes, [1u8, 2u8, 3u8]); in test_fixed_size_array_over_binder()
1299 test_repeat_fixed_size_array!(service, RepeatInts, [1i32, 2i32, 3i32]); in test_fixed_size_array_over_binder()
1317 test_repeat_fixed_size_array!(service, RepeatParcelables, [p1, p2, p3]); in test_fixed_size_array_over_binder()
1319 test_repeat_fixed_size_array!(service, Repeat2dBytes, [[1u8, 2u8, 3u8], [1u8, 2u8, 3u8]]); in test_fixed_size_array_over_binder()
1320 test_repeat_fixed_size_array!(service, Repeat2dInts, [[1i32, 2i32, 3i32], [1i32, 2i32, 3i32]]); in test_fixed_size_array_over_binder()
1328 test_repeat_fixed_size_array!(service, Repeat2dParcelables, [[p1, p2, p3], [p1, p2, p3]]); in test_fixed_size_array_over_binder()