Searched refs:rawConfig (Results 1 – 2 of 2) sorted by relevance
162 private DataSourceInstanceType createInstance(byte[] rawConfig, int instanceIndex) { in createInstance() argument163 final ProtoInputStream inputStream = new ProtoInputStream(rawConfig); in createInstance()
85 const auto rawConfig = args.config->android_input_event_config_raw(); in OnSetup() local86 auto protoConfig = perfetto::protos::pbzero::AndroidInputEventConfig::Decoder{rawConfig}; in OnSetup()