Home
last modified time | relevance | path

Searched refs:protobuf (Results 1 – 25 of 133) sorted by relevance

123456

/system/bt/gd/security/
Dfacade.proto5 import "google/protobuf/empty.proto";
11 rpc CreateBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
12 rpc CreateBondLe(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
13 rpc CancelBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
14 rpc RemoveBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
15 rpc SetIoCapability(IoCapabilityMessage) returns (google.protobuf.Empty) {}
16 …rpc SetAuthenticationRequirements(AuthenticationRequirementsMessage) returns (google.protobuf.Empt…
17 rpc SetOobDataPresent(OobDataPresentMessage) returns (google.protobuf.Empty) {}
18 rpc SetLeIoCapability(LeIoCapabilityMessage) returns (google.protobuf.Empty) {}
19 rpc SetLeAuthRequirements(LeAuthRequirementsMessage) returns (google.protobuf.Empty) {}
[all …]
Dfacade.cc50 ::google::protobuf::Empty* response) override { in CreateBond()
59 ::google::protobuf::Empty* response) override { in CreateBondLe()
68 ::google::protobuf::Empty* response) override { in CancelBond()
77 ::google::protobuf::Empty* response) override { in RemoveBond()
85 …::grpc::Status FetchUiEvents(::grpc::ServerContext* context, const ::google::protobuf::Empty* requ… in FetchUiEvents()
91 ::google::protobuf::Empty* response) override { in SendUiCallback()
116 …::grpc::Status FetchBondEvents(::grpc::ServerContext* context, const ::google::protobuf::Empty* re… in FetchBondEvents()
122 ::google::protobuf::Empty* response) override { in SetIoCapability()
131 ::google::protobuf::Empty* response) override { in SetLeIoCapability()
139 ::google::protobuf::Empty* response) override { in SetAuthenticationRequirements()
[all …]
/system/bt/gd/hci/facade/
Dfacade.proto5 import "google/protobuf/empty.proto";
8 rpc EnqueueCommandWithComplete(CommandMsg) returns (google.protobuf.Empty) {}
9 rpc EnqueueCommandWithStatus(CommandMsg) returns (google.protobuf.Empty) {}
10 rpc RegisterEventHandler(EventCodeMsg) returns (google.protobuf.Empty) {}
11 rpc RegisterLeEventHandler(LeSubeventCodeMsg) returns (google.protobuf.Empty) {}
12 rpc SendAclData(AclMsg) returns (google.protobuf.Empty) {}
13 rpc FetchEvents(google.protobuf.Empty) returns (stream EventMsg) {}
14 rpc FetchLeSubevents(google.protobuf.Empty) returns (stream LeSubeventMsg) {}
15 rpc FetchAclPackets(google.protobuf.Empty) returns (stream AclMsg) {}
Dacl_manager_facade.proto5 import "google/protobuf/empty.proto";
9 rpc CancelConnection(ConnectionMsg) returns (google.protobuf.Empty) {}
10 rpc Disconnect(HandleMsg) returns (google.protobuf.Empty) {}
11 rpc WriteDefaultLinkPolicySettings(PolicyMsg) returns (google.protobuf.Empty) {}
12 rpc AuthenticationRequested(HandleMsg) returns (google.protobuf.Empty) {}
13 rpc ConnectionCommand(ConnectionCommandMsg) returns (google.protobuf.Empty) {}
14 rpc SwitchRole(RoleMsg) returns (google.protobuf.Empty) {}
15 rpc SendAclData(AclData) returns (google.protobuf.Empty) {}
17 rpc FetchIncomingConnection(google.protobuf.Empty) returns (stream ConnectionEvent) {}
Dle_acl_manager_facade.proto5 import "google/protobuf/empty.proto";
10 rpc CancelConnection(bluetooth.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
11 rpc Disconnect(LeHandleMsg) returns (google.protobuf.Empty) {}
12 rpc ConnectionCommand(LeConnectionCommandMsg) returns (google.protobuf.Empty) {}
13 rpc SendAclData(LeAclData) returns (google.protobuf.Empty) {}
15 rpc FetchIncomingConnection(google.protobuf.Empty) returns (stream LeConnectionEvent) {}
Dcontroller_facade.proto5 import "google/protobuf/empty.proto";
8 rpc GetMacAddress(google.protobuf.Empty) returns (AddressMsg) {}
9 rpc WriteLocalName(NameMsg) returns (google.protobuf.Empty) {}
10 rpc GetLocalName(google.protobuf.Empty) returns (NameMsg) {}
Dle_initiator_address_facade.proto5 import "google/protobuf/empty.proto";
9 rpc SetPrivacyPolicyForInitiatorAddress(PrivacyPolicy) returns (google.protobuf.Empty) {}
10 …rpc GetCurrentInitiatorAddress(google.protobuf.Empty) returns (bluetooth.facade.BluetoothAddressWi…
11 …rpc GetAnotherAddress(google.protobuf.Empty) returns (bluetooth.facade.BluetoothAddressWithType) {}
Dle_scanning_manager_facade.proto5 import "google/protobuf/empty.proto";
8 rpc StartScan(google.protobuf.Empty) returns (stream LeReportMsg) {}
9 rpc StopScan(google.protobuf.Empty) returns (ScanStoppedMsg) {}
/system/bt/gd/hal/
Dfacade.proto5 import "google/protobuf/empty.proto";
8 rpc SendHciCommand(HciCommandPacket) returns (google.protobuf.Empty) {}
9 rpc SendHciAcl(HciAclPacket) returns (google.protobuf.Empty) {}
10 rpc SendHciSco(HciScoPacket) returns (google.protobuf.Empty) {}
12 rpc FetchHciEvent(google.protobuf.Empty) returns (stream HciEventPacket) {}
13 rpc FetchHciAcl(google.protobuf.Empty) returns (stream HciAclPacket) {}
14 rpc FetchHciSco(google.protobuf.Empty) returns (stream HciScoPacket) {}
Dfacade.cc46 ::google::protobuf::Empty* response) override { in SendHciCommand()
60 ::google::protobuf::Empty* response) override { in SendHciAcl()
69 ::google::protobuf::Empty* response) override { in SendHciSco()
77 const ::google::protobuf::Empty* request, in FetchHciEvent()
84 const ::google::protobuf::Empty* request, in FetchHciAcl()
91 const ::google::protobuf::Empty* request, in FetchHciSco()
/system/bt/gd/l2cap/classic/
Dfacade.proto5 import "google/protobuf/empty.proto";
9 rpc FetchConnectionComplete(google.protobuf.Empty) returns (stream ConnectionCompleteEvent) {
12 rpc FetchConnectionClose(google.protobuf.Empty) returns (stream ConnectionCloseEvent) {
15 rpc OpenChannel(OpenChannelRequest) returns (google.protobuf.Empty) {}
16 rpc CloseChannel(CloseChannelRequest) returns (google.protobuf.Empty) {}
17 rpc FetchL2capData(google.protobuf.Empty) returns (stream L2capPacket) {}
18 rpc SetDynamicChannel(SetEnableDynamicChannelRequest) returns (google.protobuf.Empty) {}
19 rpc SendDynamicChannelPacket(DynamicChannelPacket) returns (google.protobuf.Empty) {}
20 rpc SetTrafficPaused(SetTrafficPausedRequest) returns (google.protobuf.Empty) {}
21 rpc GetChannelQueueDepth(google.protobuf.Empty) returns (GetChannelQueueDepthResponse) {
/system/core/fs_mgr/libsnapshot/
Dfuzz_utils.h39 const google::protobuf::OneofDescriptor* GetProtoValueDescriptor(
40 const google::protobuf::Descriptor* action_desc);
44 std::map<int, std::function<void(Class*, const google::protobuf::Message& action_proto,
45 const google::protobuf::FieldDescriptor* field_desc)>>;
74 const google::protobuf::FieldDescriptor* GetValueFieldDescriptor( in GetValueFieldDescriptor()
101 const google::protobuf::RepeatedPtrField<typename Action::Proto>& action_protos) { in ExecuteAllActionProtos()
109 const T* SafeCast(const google::protobuf::Message& message) { in SafeCast()
118 const T& CheckedCast(const google::protobuf::Message& message) { in CheckedCast()
131 static constexpr const auto fp = &google::protobuf::Reflection::func_name; \
150 typename std::enable_if_t<std::is_base_of_v<google::protobuf::Message, MessageProto>>> {
[all …]
Dfuzz_utils.cpp25 const google::protobuf::OneofDescriptor* GetProtoValueDescriptor( in GetProtoValueDescriptor()
26 const google::protobuf::Descriptor* action_desc) { in GetProtoValueDescriptor()
/system/bt/gd/l2cap/le/
Dfacade.proto5 import "google/protobuf/empty.proto";
9 rpc FetchL2capData(google.protobuf.Empty) returns (stream L2capPacket) {}
12 rpc CloseDynamicChannel(CloseDynamicChannelRequest) returns (google.protobuf.Empty) {}
13 rpc SetDynamicChannel(SetEnableDynamicChannelRequest) returns (google.protobuf.Empty) {}
14 rpc SendDynamicChannelPacket(DynamicChannelPacket) returns (google.protobuf.Empty) {}
15 rpc SetFixedChannel(SetEnableFixedChannelRequest) returns (google.protobuf.Empty) {}
16 rpc SendFixedChannelPacket(FixedChannelPacket) returns (google.protobuf.Empty) {}
17 rpc SendConnectionParameterUpdate(ConnectionParameter) returns (google.protobuf.Empty) {}
/system/bt/gd/neighbor/facade/
Dfacade.proto5 import "google/protobuf/empty.proto";
8 rpc SetConnectability(EnableMsg) returns (google.protobuf.Empty) {}
9 rpc SetDiscoverability(DiscoverabilitiyMsg) returns (google.protobuf.Empty) {}
13 rpc ReadRemoteName(RemoteNameRequestMsg) returns (google.protobuf.Empty) {}
14 rpc GetRemoteNameEvents(google.protobuf.Empty) returns (stream RemoteNameResponseMsg) {}
16 rpc EnableInquiryScan(EnableMsg) returns (google.protobuf.Empty) {}
17 rpc EnablePageScan(EnableMsg) returns (google.protobuf.Empty) {}
/system/extras/libjsonpb/parse/
Djsonpb.cpp28 using google::protobuf::DescriptorPool;
29 using google::protobuf::Message;
30 using google::protobuf::util::NewTypeResolverForDescriptorPool;
31 using google::protobuf::util::TypeResolver;
43 google::protobuf::util::JsonOptions options; in MessageToJsonString()
/system/update_engine/payload_consumer/
Dextent_writer.h42 const google::protobuf::RepeatedPtrField<Extent>& extents,
58 const google::protobuf::RepeatedPtrField<Extent>& extents, in Init()
74 google::protobuf::RepeatedPtrField<Extent> extents_;
76 google::protobuf::RepeatedPtrField<Extent>::iterator cur_extent_;
Dextent_reader.h35 const google::protobuf::RepeatedPtrField<Extent>& extents,
53 const google::protobuf::RepeatedPtrField<Extent>& extents,
60 google::protobuf::RepeatedPtrField<Extent> extents_;
64 google::protobuf::RepeatedPtrField<Extent>::iterator cur_extent_;
Dfile_descriptor_utils.h39 const google::protobuf::RepeatedPtrField<Extent>& src_extents,
41 const google::protobuf::RepeatedPtrField<Extent>& tgt_extents,
51 const google::protobuf::RepeatedPtrField<Extent>& extents,
/system/extras/libjsonpb/verify/include/jsonpb/
Dverify.h67 bool AllFieldsAreKnown(const google::protobuf::Message& message,
82 google::protobuf::Message* scratch_space,
88 google::protobuf::Message* scratch_space);
Djson_schema_test.h44 virtual std::unique_ptr<google::protobuf::Message> CreateMessage() const = 0;
60 std::unique_ptr<google::protobuf::Message> CreateMessage() const override { in CreateMessage()
98 google::protobuf::Message* message() const { in message()
103 std::unique_ptr<google::protobuf::Message> object_;
/system/update_engine/payload_generator/
Dextent_utils.h56 google::protobuf::RepeatedPtrField<Extent>* out);
59 void ExtentsToVector(const google::protobuf::RepeatedPtrField<Extent>& extents,
68 google::protobuf::RepeatedPtrField<Extent>* extents,
69 const google::protobuf::RepeatedPtrField<Extent>& extents_to_add);
/system/core/adb/proto/
Djarjar-rules.txt1 rule com.google.protobuf.** com.android.framework.protobuf.@1
/system/bt/gd/shim/facade/
Dfacade.proto5 import "google/protobuf/empty.proto";
8 rpc Dump(google.protobuf.Empty) returns (stream DumpsysMsg) {}
/system/tools/aidl/build/
Dgo.mod10 replace github.com/golang/protobuf v0.0.0 => ../../../../external/golang-protobuf

123456