Home
last modified time | relevance | path

Searched refs:Proto (Results 1 – 25 of 41) sorted by relevance

12

/aosp12/build/soong/android/
H A Dproto.go50 if String(p.Proto.Plugin) != "" && String(p.Proto.Type) != "" {
54 if plugin := String(p.Proto.Plugin); plugin != "" {
64 if len(p.Proto.Local_include_dirs) > 0 {
65 localProtoIncludeDirs := PathsForModuleSrc(ctx, p.Proto.Local_include_dirs)
68 if len(p.Proto.Include_dirs) > 0 {
69 rootProtoIncludeDirs := PathsForSource(ctx, p.Proto.Include_dirs)
78 plugin := String(p.Proto.Plugin)
85 if plugin := String(p.Proto.Plugin); plugin != "" {
93 CanonicalPathFromRoot: proptools.BoolDefault(p.Proto.Canonical_path_from_root, true),
100 Proto struct { member
/aosp12/build/soong/java/
H A Dproto.go76 if String(p.Proto.Plugin) == "" {
77 switch String(p.Proto.Type) {
92 String(p.Proto.Type))
102 if String(p.Proto.Plugin) == "" {
104 switch String(p.Proto.Type) {
118 String(p.Proto.Type))
128 flags.proto.OutParams = append(flags.proto.OutParams, j.Proto.Output_params...)
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dfuzz_utils.h61 const auto* action_value_desc = GetProtoValueDescriptor(Action::Proto::GetDescriptor()); in CheckConsistency()
75 const typename Action::Proto& action_proto) { in GetValueFieldDescriptor()
76 static auto* action_value_desc = GetProtoValueDescriptor(Action::Proto::GetDescriptor()); in GetValueFieldDescriptor()
78 auto* action_refl = Action::Proto::GetReflection(); in GetValueFieldDescriptor()
87 const typename Action::Proto& action_proto) { in ExecuteActionProto()
101 const google::protobuf::RepeatedPtrField<typename Action::Proto>& action_protos) { in ExecuteAllActionProtos()
215 using Proto = Action##Proto; \
223 const google::protobuf::RepeatedPtrField<Proto>& action_protos) { \
253 Action::Proto::ValueCase::FUZZ_FUNCTION_TAG_NAME(FunctionName); \
H A Dsnapshot_fuzz.cpp72 using ProcessUpdateStateArgs = SnapshotManagerAction::Proto::ProcessUpdateStateArgs;
74 SnapshotManagerAction::Proto::CreateLogicalAndSnapshotPartitionsArgs;
76 SnapshotManagerAction::Proto::RecoveryCreateSnapshotDevicesArgs;
/aosp12/build/soong/cc/
H A Dproto.go65 if String(p.Proto.Plugin) == "" {
66 switch String(p.Proto.Type) {
101 String(p.Proto.Type))
125 if String(p.Proto.Plugin) == "" {
128 switch String(p.Proto.Type) {
148 String(p.Proto.Type))
H A Dcompiler.go194 Proto struct { member
221 Proto android.ProtoProperties member
256 return []interface{}{&compiler.Properties, &compiler.Proto}
270 android.ProtoDeps(ctx, &compiler.Proto)
272 deps = protoDeps(ctx, deps, &compiler.Proto, Bool(compiler.Properties.Proto.Static))
523 flags = protoFlags(ctx, flags, &compiler.Proto)
/aosp12/frameworks/base/core/proto/android/server/
H A Dapphibernationservice.proto22 // Proto for hibernation states for all packages for a user.
27 // Proto for com.android.server.apphibernation.UserLevelState.
33 // Proto for global hibernation states for all packages.
38 // Proto for com.android.server.apphibernation.GlobalLevelState
/aosp12/frameworks/base/core/proto/android/service/
H A Dsensor_service.proto32 // Proto dump of android::SensorService. dumpsys sensorservice --proto
63 // Proto dump of android::SensorDevice
84 // Proto dump of android::SensorServiceUtil::SensorList
128 // Proto dump of android::SensorFusion
152 // Proto dump of android::SensorServiceUtil::RecentEventLogger
184 // Proto dump of android::SensorService::SensorDirectConnection
201 // Proto dump of android::SensorService::SensorEventConnection
236 // Proto dump of android::SensorService::SensorRegistrationInfo
/aosp12/frameworks/base/core/proto/
H A DREADME.md13 * Inner messages whose containing messages have the `Proto` suffix do not
14 need to have a `Proto` suffix. E.g:
34 1. If the proto represents the structure of an object, it should have `Proto` as
/aosp12/system/apex/apexer/
H A Dconv_apex_manifest.py55 def Proto(args): function
92 parser_proto.set_defaults(func=Proto)
/aosp12/build/soong/scripts/
H A Dconv_linker_config.py29 def Proto(args): function
108 parser_proto.set_defaults(func=Proto)
/aosp12/packages/modules/Permission/
H A Djarjar-rules.txt5 rule com.android.role.*Proto com.android.permission.jarjar.@0
/aosp12/packages/modules/Permission/PermissionController/
H A Dproguard.flags23 # for proto names for Proto.toString
/aosp12/packages/modules/GeoTZ/validation/geonames/
H A DAndroid.bp15 // Proto library
/aosp12/packages/services/Car/
H A D.clang-format39 Language: Proto
/aosp12/frameworks/base/core/proto/android/app/
H A Dwindow_configuration.proto25 /** Proto representation for WindowConfiguration.java class. */
/aosp12/packages/apps/Car/LocalMediaPlayer/
H A DAndroid.bp17 // Proto dependencies
/aosp12/system/timezone/input_tools/android/tzids/
H A DAndroid.bp23 // Proto library
/aosp12/system/timezone/input_tools/android/telephonylookup_generator/
H A DAndroid.bp23 // Proto library
/aosp12/system/timezone/input_tools/android/tzlookup_generator/
H A DAndroid.bp23 // Proto library
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.cc266 ir::Proto* Prototype::Encode(DexBuilder* dex) const { in Encode()
267 auto* proto = dex->Alloc<ir::Proto>(); in Encode()
695 ir::Proto* DexBuilder::GetOrEncodeProto(Prototype prototype) { in GetOrEncodeProto()
696 ir::Proto*& ir_proto = proto_map_[prototype]; in GetOrEncodeProto()
H A Ddex_builder.h95 ir::Proto* Encode(DexBuilder* dex) const;
571 ir::Proto* GetOrEncodeProto(Prototype prototype);
605 std::map<Prototype, ir::Proto*> proto_map_;
/aosp12/frameworks/base/core/proto/android/util/
H A Devent_log_tags.proto24 // Proto representation of event.logtags.
/aosp12/frameworks/base/core/proto/android/view/
H A Dremote_animation_target.proto28 /** Proto representation for android.view.RemoteAnimationTarget.java class. */
/aosp12/system/teeui/libteeui/include/teeui/
H A Dgeneric_messages.h41 template <Protocol Proto, typename CmdT, CmdT cmd> struct Cmd {};

12