UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

89 lines (76 loc) 5.96 kB
// // Copyright (C) 2024 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // @generated by protoc-gen-es v2.2.2 with parameter "target=ts" // @generated from file protos/perfetto/trace/android/winscope_extensions_impl.proto (package perfetto.protos, syntax proto2) /* eslint-disable */ import type { GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import { extDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1"; import type { WinscopeExtensions } from "./winscope_extensions_pb"; import { file_protos_perfetto_trace_android_winscope_extensions } from "./winscope_extensions_pb"; import type { AndroidInputEvent } from "./android_input_event_pb"; import { file_protos_perfetto_trace_android_android_input_event } from "./android_input_event_pb"; import type { InputMethodClientsTraceProto, InputMethodManagerServiceTraceProto, InputMethodServiceTraceProto } from "./inputmethodeditor_pb"; import { file_protos_perfetto_trace_android_inputmethodeditor } from "./inputmethodeditor_pb"; import type { ViewCapture } from "./viewcapture_pb"; import { file_protos_perfetto_trace_android_viewcapture } from "./viewcapture_pb"; import type { WindowManagerTraceEntry } from "./windowmanager_pb"; import { file_protos_perfetto_trace_android_windowmanager } from "./windowmanager_pb"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/trace/android/winscope_extensions_impl.proto. */ export const file_protos_perfetto_trace_android_winscope_extensions_impl: GenFile = /*@__PURE__*/ fileDesc("Cjxwcm90b3MvcGVyZmV0dG8vdHJhY2UvYW5kcm9pZC93aW5zY29wZV9leHRlbnNpb25zX2ltcGwucHJvdG8SD3BlcmZldHRvLnByb3RvcyKTBgoWV2luc2NvcGVFeHRlbnNpb25zSW1wbDKDAQoTaW5wdXRtZXRob2RfY2xpZW50cxIjLnBlcmZldHRvLnByb3Rvcy5XaW5zY29wZUV4dGVuc2lvbnMYASABKAsyLS5wZXJmZXR0by5wcm90b3MuSW5wdXRNZXRob2RDbGllbnRzVHJhY2VQcm90b1ISaW5wdXRtZXRob2RDbGllbnRzMoMBChNpbnB1dG1ldGhvZF9zZXJ2aWNlEiMucGVyZmV0dG8ucHJvdG9zLldpbnNjb3BlRXh0ZW5zaW9ucxgCIAEoCzItLnBlcmZldHRvLnByb3Rvcy5JbnB1dE1ldGhvZFNlcnZpY2VUcmFjZVByb3RvUhJpbnB1dG1ldGhvZFNlcnZpY2UymQEKG2lucHV0bWV0aG9kX21hbmFnZXJfc2VydmljZRIjLnBlcmZldHRvLnByb3Rvcy5XaW5zY29wZUV4dGVuc2lvbnMYAyABKAsyNC5wZXJmZXR0by5wcm90b3MuSW5wdXRNZXRob2RNYW5hZ2VyU2VydmljZVRyYWNlUHJvdG9SGWlucHV0bWV0aG9kTWFuYWdlclNlcnZpY2UyYwoLdmlld2NhcHR1cmUSIy5wZXJmZXR0by5wcm90b3MuV2luc2NvcGVFeHRlbnNpb25zGAQgASgLMhwucGVyZmV0dG8ucHJvdG9zLlZpZXdDYXB0dXJlUgt2aWV3Y2FwdHVyZTJ3ChNhbmRyb2lkX2lucHV0X2V2ZW50EiMucGVyZmV0dG8ucHJvdG9zLldpbnNjb3BlRXh0ZW5zaW9ucxgFIAEoCzIiLnBlcmZldHRvLnByb3Rvcy5BbmRyb2lkSW5wdXRFdmVudFIRYW5kcm9pZElucHV0RXZlbnQycwoNd2luZG93bWFuYWdlchIjLnBlcmZldHRvLnByb3Rvcy5XaW5zY29wZUV4dGVuc2lvbnMYBiABKAsyKC5wZXJmZXR0by5wcm90b3MuV2luZG93TWFuYWdlclRyYWNlRW50cnlSDXdpbmRvd21hbmFnZXJQAA", [file_protos_perfetto_trace_android_winscope_extensions, file_protos_perfetto_trace_android_android_input_event, file_protos_perfetto_trace_android_inputmethodeditor, file_protos_perfetto_trace_android_viewcapture, file_protos_perfetto_trace_android_windowmanager]); /** * @generated from message perfetto.protos.WinscopeExtensionsImpl */ export type WinscopeExtensionsImpl = Message<"perfetto.protos.WinscopeExtensionsImpl"> & { }; /** * Describes the message perfetto.protos.WinscopeExtensionsImpl. * Use `create(WinscopeExtensionsImplSchema)` to create a new message. */ export const WinscopeExtensionsImplSchema: GenMessage<WinscopeExtensionsImpl> = /*@__PURE__*/ messageDesc(file_protos_perfetto_trace_android_winscope_extensions_impl, 0); /** * @generated from extension: optional perfetto.protos.InputMethodClientsTraceProto inputmethod_clients = 1; */ export const WinscopeExtensionsImpl_inputmethod_clients: GenExtension<WinscopeExtensions, InputMethodClientsTraceProto> = /*@__PURE__*/ extDesc(file_protos_perfetto_trace_android_winscope_extensions_impl, 0, 0); /** * @generated from extension: optional perfetto.protos.InputMethodServiceTraceProto inputmethod_service = 2; */ export const WinscopeExtensionsImpl_inputmethod_service: GenExtension<WinscopeExtensions, InputMethodServiceTraceProto> = /*@__PURE__*/ extDesc(file_protos_perfetto_trace_android_winscope_extensions_impl, 0, 1); /** * @generated from extension: optional perfetto.protos.InputMethodManagerServiceTraceProto inputmethod_manager_service = 3; */ export const WinscopeExtensionsImpl_inputmethod_manager_service: GenExtension<WinscopeExtensions, InputMethodManagerServiceTraceProto> = /*@__PURE__*/ extDesc(file_protos_perfetto_trace_android_winscope_extensions_impl, 0, 2); /** * @generated from extension: optional perfetto.protos.ViewCapture viewcapture = 4; */ export const WinscopeExtensionsImpl_viewcapture: GenExtension<WinscopeExtensions, ViewCapture> = /*@__PURE__*/ extDesc(file_protos_perfetto_trace_android_winscope_extensions_impl, 0, 3); /** * @generated from extension: optional perfetto.protos.AndroidInputEvent android_input_event = 5; */ export const WinscopeExtensionsImpl_android_input_event: GenExtension<WinscopeExtensions, AndroidInputEvent> = /*@__PURE__*/ extDesc(file_protos_perfetto_trace_android_winscope_extensions_impl, 0, 4); /** * @generated from extension: optional perfetto.protos.WindowManagerTraceEntry windowmanager = 6; */ export const WinscopeExtensionsImpl_windowmanager: GenExtension<WinscopeExtensions, WindowManagerTraceEntry> = /*@__PURE__*/ extDesc(file_protos_perfetto_trace_android_winscope_extensions_impl, 0, 5);