Home
last modified time | relevance | path

Searched refs:DeviceFeature (Results 1 – 8 of 8) sorted by relevance

/aosp12/build/soong/cmd/extract_apks/bundle_proto/
H A Dtargeting.pb.go959 type DeviceFeature struct { struct
968 func (m *DeviceFeature) Reset() { *m = DeviceFeature{} }
970 func (*DeviceFeature) ProtoMessage() {}
971 func (*DeviceFeature) Descriptor() ([]byte, []int) {
975 func (m *DeviceFeature) XXX_Unmarshal(b []byte) error {
981 func (m *DeviceFeature) XXX_Merge(src proto.Message) {
984 func (m *DeviceFeature) XXX_Size() int {
987 func (m *DeviceFeature) XXX_DiscardUnknown() {
993 func (m *DeviceFeature) GetFeatureName() string {
1000 func (m *DeviceFeature) GetFeatureVersion() int32 {
[all …]
H A Dtargeting.proto146 message DeviceFeature { message
231 DeviceFeature required_feature = 1;
/aosp12/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.h96 using DeviceFeature = std::string; variable
116 std::vector<DeviceFeature> features;
H A DConfigurationParser_test.cpp70 using ::aapt::configuration::DeviceFeature;
H A DConfigurationParser.internal.h155 Group<DeviceFeature> device_feature_groups;
H A DConfigurationParser.cpp53 using ::aapt::configuration::DeviceFeature;
830 OrderedEntry<DeviceFeature>& entry = config->device_feature_groups[label]; in DeviceFeatureGroupTagHandler()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DConstants.java549 @interface DeviceFeature {} annotation in Constants
H A DHdmiCecMessageBuilder.java721 for (@Constants.DeviceFeature Integer deviceFeature : deviceFeatures) { in buildReportFeatures()