Home
last modified time | relevance | path

Searched defs:RecordConfig (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropertyStore.h49 struct RecordConfig { struct
50 VehiclePropConfig propConfig;
51 TokenFunction tokenFunction;
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/
H A Drecord_config_types.ts130 export type RecordConfig = z.infer<typeof RECORD_CONFIG_SCHEMA>; alias