UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

106 lines 6.35 kB
"use strict"; // // Copyright (C) 2018 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. Object.defineProperty(exports, "__esModule", { value: true }); exports.ActivityInfoProto_ScreenOrientationSchema = exports.ActivityInfoProto_ScreenOrientation = exports.ActivityInfoProtoSchema = exports.file_protos_perfetto_trace_android_content_activityinfo = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/trace/android/content/activityinfo.proto. */ exports.file_protos_perfetto_trace_android_content_activityinfo = (0, codegenv1_1.fileDesc)("Cjhwcm90b3MvcGVyZmV0dG8vdHJhY2UvYW5kcm9pZC9jb250ZW50L2FjdGl2aXR5aW5mby5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIpIFChFBY3Rpdml0eUluZm9Qcm90byL8BAoRU2NyZWVuT3JpZW50YXRpb24SJQoYU0NSRUVOX09SSUVOVEFUSU9OX1VOU0VUEP7//////////wESKwoeU0NSRUVOX09SSUVOVEFUSU9OX1VOU1BFQ0lGSUVEEP///////////wESIAocU0NSRUVOX09SSUVOVEFUSU9OX0xBTkRTQ0FQRRAAEh8KG1NDUkVFTl9PUklFTlRBVElPTl9QT1JUUkFJVBABEhsKF1NDUkVFTl9PUklFTlRBVElPTl9VU0VSEAISHQoZU0NSRUVOX09SSUVOVEFUSU9OX0JFSElORBADEh0KGVNDUkVFTl9PUklFTlRBVElPTl9TRU5TT1IQBBIfChtTQ1JFRU5fT1JJRU5UQVRJT05fTk9TRU5TT1IQBRInCiNTQ1JFRU5fT1JJRU5UQVRJT05fU0VOU09SX0xBTkRTQ0FQRRAGEiYKIlNDUkVFTl9PUklFTlRBVElPTl9TRU5TT1JfUE9SVFJBSVQQBxIoCiRTQ1JFRU5fT1JJRU5UQVRJT05fUkVWRVJTRV9MQU5EU0NBUEUQCBInCiNTQ1JFRU5fT1JJRU5UQVRJT05fUkVWRVJTRV9QT1JUUkFJVBAJEiIKHlNDUkVFTl9PUklFTlRBVElPTl9GVUxMX1NFTlNPUhAKEiUKIVNDUkVFTl9PUklFTlRBVElPTl9VU0VSX0xBTkRTQ0FQRRALEiQKIFNDUkVFTl9PUklFTlRBVElPTl9VU0VSX1BPUlRSQUlUEAwSIAocU0NSRUVOX09SSUVOVEFUSU9OX0ZVTExfVVNFUhANEh0KGVNDUkVFTl9PUklFTlRBVElPTl9MT0NLRUQQDg"); /** * Describes the message perfetto.protos.ActivityInfoProto. * Use `create(ActivityInfoProtoSchema)` to create a new message. */ exports.ActivityInfoProtoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_content_activityinfo, 0); /** * @generated from enum perfetto.protos.ActivityInfoProto.ScreenOrientation */ var ActivityInfoProto_ScreenOrientation; (function (ActivityInfoProto_ScreenOrientation) { /** * @generated from enum value: SCREEN_ORIENTATION_UNSET = -2; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["UNSET"] = -2] = "UNSET"; /** * @generated from enum value: SCREEN_ORIENTATION_UNSPECIFIED = -1; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["UNSPECIFIED"] = -1] = "UNSPECIFIED"; /** * @generated from enum value: SCREEN_ORIENTATION_LANDSCAPE = 0; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["LANDSCAPE"] = 0] = "LANDSCAPE"; /** * @generated from enum value: SCREEN_ORIENTATION_PORTRAIT = 1; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["PORTRAIT"] = 1] = "PORTRAIT"; /** * @generated from enum value: SCREEN_ORIENTATION_USER = 2; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["USER"] = 2] = "USER"; /** * @generated from enum value: SCREEN_ORIENTATION_BEHIND = 3; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["BEHIND"] = 3] = "BEHIND"; /** * @generated from enum value: SCREEN_ORIENTATION_SENSOR = 4; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["SENSOR"] = 4] = "SENSOR"; /** * @generated from enum value: SCREEN_ORIENTATION_NOSENSOR = 5; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["NOSENSOR"] = 5] = "NOSENSOR"; /** * @generated from enum value: SCREEN_ORIENTATION_SENSOR_LANDSCAPE = 6; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["SENSOR_LANDSCAPE"] = 6] = "SENSOR_LANDSCAPE"; /** * @generated from enum value: SCREEN_ORIENTATION_SENSOR_PORTRAIT = 7; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["SENSOR_PORTRAIT"] = 7] = "SENSOR_PORTRAIT"; /** * @generated from enum value: SCREEN_ORIENTATION_REVERSE_LANDSCAPE = 8; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["REVERSE_LANDSCAPE"] = 8] = "REVERSE_LANDSCAPE"; /** * @generated from enum value: SCREEN_ORIENTATION_REVERSE_PORTRAIT = 9; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["REVERSE_PORTRAIT"] = 9] = "REVERSE_PORTRAIT"; /** * @generated from enum value: SCREEN_ORIENTATION_FULL_SENSOR = 10; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["FULL_SENSOR"] = 10] = "FULL_SENSOR"; /** * @generated from enum value: SCREEN_ORIENTATION_USER_LANDSCAPE = 11; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["USER_LANDSCAPE"] = 11] = "USER_LANDSCAPE"; /** * @generated from enum value: SCREEN_ORIENTATION_USER_PORTRAIT = 12; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["USER_PORTRAIT"] = 12] = "USER_PORTRAIT"; /** * @generated from enum value: SCREEN_ORIENTATION_FULL_USER = 13; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["FULL_USER"] = 13] = "FULL_USER"; /** * @generated from enum value: SCREEN_ORIENTATION_LOCKED = 14; */ ActivityInfoProto_ScreenOrientation[ActivityInfoProto_ScreenOrientation["LOCKED"] = 14] = "LOCKED"; })(ActivityInfoProto_ScreenOrientation || (exports.ActivityInfoProto_ScreenOrientation = ActivityInfoProto_ScreenOrientation = {})); /** * Describes the enum perfetto.protos.ActivityInfoProto.ScreenOrientation. */ exports.ActivityInfoProto_ScreenOrientationSchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_trace_android_content_activityinfo, 0, 0); //# sourceMappingURL=activityinfo_pb.js.map