Home
last modified time | relevance | path

Searched defs:VendorFeatures (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dconfiguration.rs570 pub struct VendorFeatures { struct
574 // @@protoc_insertion_point(field:rootcanal.configuration.VendorFeatures.android) argument
577 // @@protoc_insertion_point(special_field:rootcanal.configuration.VendorFeatures.special_fields) argument
581 impl<'a> ::std::default::Default for &'a VendorFeatures { implementation
587 impl VendorFeatures { impl
651 impl ::protobuf::Message for VendorFeatures { implementation
729 impl ::protobuf::MessageFull for VendorFeatures { implementation
736 impl ::std::fmt::Display for VendorFeatures { implementation
742 impl ::protobuf::reflect::ProtobufValue for VendorFeatures { implementation
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/
Dconfiguration.proto50 message VendorFeatures { message
/aosp_15_r20/tools/netsim/ui/ts/rootcanal/
H A Dconfiguration.ts40 export interface VendorFeatures { interface
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dadapter_test.cc1236 TEST_F(AdapterTest, VendorFeatures) { in TEST_F() argument