xref: /aosp_15_r20/test/dittosuite/example/android/binder_gen.ditto (revision 6fa2df46f119dce7527f5beb2814eca0e6f886ac)
1main: {
2  multithreading: {
3    threads: [
4      {
5        instruction: {
6          binder_request: {
7            generic_service: {
8              name: "time_zone_detector",
9              code: 6,
10              parcel_input: [{
11                type: STRING_16,
12                data: "Asia/Calcutta"
13              }]
14            },
15          },
16          repeat: 2,
17          period_us: 1000,
18        }
19        spawn: 2,
20      }
21    ]
22  }
23},
24global {}
25