Home
last modified time | relevance | path

Searched refs:Empty (Results 1 – 25 of 91) sorted by relevance

1234

/system/bt/gd/security/
Dfacade.proto11 rpc CreateBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
12 rpc CreateBondOutOfBand(OobDataBondMessage) returns (google.protobuf.Empty) {}
13 rpc GetOutOfBandData(google.protobuf.Empty) returns (google.protobuf.Empty) {}
14 rpc FetchGetOutOfBandDataEvents(google.protobuf.Empty) returns (stream OobDataBondMessage) {}
15 rpc CreateBondLe(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
16 rpc CancelBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
17 rpc RemoveBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
18 rpc SetIoCapability(IoCapabilityMessage) returns (google.protobuf.Empty) {}
19 …SetAuthenticationRequirements(AuthenticationRequirementsMessage) returns (google.protobuf.Empty) {}
20 rpc SetLeIoCapability(LeIoCapabilityMessage) returns (google.protobuf.Empty) {}
[all …]
Dfacade.cc94 ::google::protobuf::Empty* response) override { in CreateBond()
105 ::google::protobuf::Empty* response) override { in CreateBondOutOfBand()
130 const ::google::protobuf::Empty* request, in GetOutOfBandData()
131 ::google::protobuf::Empty* response) override { in GetOutOfBandData()
139 const ::google::protobuf::Empty* request, in FetchGetOutOfBandDataEvents()
145 ::google::protobuf::Empty* response) override { in CreateBondLe()
154 ::google::protobuf::Empty* response) override { in CancelBond()
163 ::google::protobuf::Empty* response) override { in RemoveBond()
171 …::grpc::Status FetchUiEvents(::grpc::ServerContext* context, const ::google::protobuf::Empty* requ… in FetchUiEvents()
177 ::google::protobuf::Empty* response) override { in SendUiCallback()
[all …]
/system/bt/gd/hal/
Dhal_facade.proto9 rpc SendCommand(facade.Data) returns (google.protobuf.Empty) {}
10 rpc StreamEvents(google.protobuf.Empty) returns (stream facade.Data) {}
12 rpc SendAcl(facade.Data) returns (google.protobuf.Empty) {}
13 rpc StreamAcl(google.protobuf.Empty) returns (stream facade.Data) {}
15 rpc SendSco(facade.Data) returns (google.protobuf.Empty) {}
16 rpc StreamSco(google.protobuf.Empty) returns (stream facade.Data) {}
18 rpc SendIso(facade.Data) returns (google.protobuf.Empty) {}
19 rpc StreamIso(google.protobuf.Empty) returns (stream facade.Data) {}
Dfacade.cc46 ::google::protobuf::Empty* response) override { in SendCommand()
60 ::google::protobuf::Empty* response) override { in SendAcl()
69 ::google::protobuf::Empty* response) override { in SendSco()
77 const ::google::protobuf::Empty* request, in StreamEvents()
84 const ::google::protobuf::Empty* request, in StreamAcl()
91 const ::google::protobuf::Empty* request, in StreamSco()
98 const ::google::protobuf::Empty* request, in StreamIso()
/system/bt/gd/l2cap/classic/
Dfacade.proto9 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) {
25 rpc InitiateConnectionForSecurity(facade.BluetoothAddress) returns (google.protobuf.Empty) {}
[all …]
Dfacade.cc50 …s FetchConnectionComplete(::grpc::ServerContext* context, const ::google::protobuf::Empty* request, in FetchConnectionComplete()
55 …atus FetchConnectionClose(::grpc::ServerContext* context, const ::google::protobuf::Empty* request, in FetchConnectionClose()
61 ::google::protobuf::Empty* response) override { in SendDynamicChannelPacket()
75 ::google::protobuf::Empty* response) override { in OpenChannel()
88 ::google::protobuf::Empty* response) override { in CloseChannel()
97 …::grpc::Status FetchL2capData(::grpc::ServerContext* context, const ::google::protobuf::Empty* req… in FetchL2capData()
105 google::protobuf::Empty* response) override { in SetDynamicChannel()
113 ::google::protobuf::Empty* response) override { in SetTrafficPaused()
126 …atus GetChannelQueueDepth(::grpc::ServerContext* context, const ::google::protobuf::Empty* request, in GetChannelQueueDepth()
136 ::google::protobuf::Empty* response) override { in InitiateConnectionForSecurity()
[all …]
/system/bt/gd/hci/facade/
Dhci_facade.proto9 rpc SendCommand(facade.Data) returns (google.protobuf.Empty) {}
11 rpc RequestEvent(EventRequest) returns (google.protobuf.Empty) {}
12 rpc StreamEvents(google.protobuf.Empty) returns (stream facade.Data) {}
14 rpc RequestLeSubevent(EventRequest) returns (google.protobuf.Empty) {}
15 rpc StreamLeSubevents(google.protobuf.Empty) returns (stream facade.Data) {}
17 rpc SendAcl(facade.Data) returns (google.protobuf.Empty) {}
18 rpc StreamAcl(google.protobuf.Empty) returns (stream facade.Data) {}
Dacl_manager_facade.proto9 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.proto10 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.proto8 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.proto9 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.proto8 rpc StartScan(google.protobuf.Empty) returns (stream LeReportMsg) {}
9 rpc StopScan(google.protobuf.Empty) returns (ScanStoppedMsg) {}
Dcontroller_facade.cc43 …::grpc::Status GetMacAddress(::grpc::ServerContext* context, const ::google::protobuf::Empty* requ… in GetMacAddress()
50 …::grpc::Status GetLocalName(::grpc::ServerContext* context, const ::google::protobuf::Empty* reque… in GetLocalName()
58 ::google::protobuf::Empty* response) override { in WriteLocalName()
Dfacade.cc72 ::google::protobuf::Empty* response) override { in SendCommand()
87 ::google::protobuf::Empty* response) override { in RequestEvent()
96 ::google::protobuf::Empty* response) override { in RequestLeSubevent()
104 const ::google::protobuf::Empty* request, in StreamEvents()
111 const ::google::protobuf::Empty* request, in StreamLeSubevents()
138 ::google::protobuf::Empty* response) override { in SendAcl()
158 const ::google::protobuf::Empty* request, in StreamAcl()
/system/bt/gd/rust/link/src/acl/classic/
Dfacade.rs35 _sink: UnarySink<Empty>, in cancel_connection() argument
40 fn disconnect(&mut self, _ctx: RpcContext<'_>, mut _data: HandleMsg, _sink: UnarySink<Empty>) { in disconnect() argument
44 fn disconnect(&mut self, _ctx: RpcContext<'_>, mut _data: PolicyMsg, _sink: UnarySink<Empty>) { in disconnect() argument
52 _sink: UnarySink<Empty>, in authentication_requested() argument
61 _sink: UnarySink<Empty>, in connection_command() argument
66 fn switch_role(&mut self, _ctx: RpcContext<'_>, mut _data: RoleMsg, _sink: UnarySink<Empty>) { in switch_role() argument
70 fn send_acl_data(&mut self, _ctx: RpcContext<'_>, mut _data: AclData, _sink: UnarySink<Empty>) { in send_acl_data() argument
86 mut _data: Empty, in fetch_incoming_connection() argument
/system/bt/gd/rust/hal/src/
Dfacade.rs7 use bt_facade_proto::empty::Empty;
50 fn send_command(&mut self, ctx: RpcContext<'_>, mut data: Data, sink: UnarySink<Empty>) { in send_command() argument
54 sink.success(Empty::default()).await.unwrap(); in send_command()
58 fn send_acl(&mut self, ctx: RpcContext<'_>, mut data: Data, sink: UnarySink<Empty>) { in send_acl() argument
62 sink.success(Empty::default()).await.unwrap(); in send_acl()
66 fn send_sco(&mut self, _ctx: RpcContext<'_>, _sco: Data, _sink: UnarySink<Empty>) { in send_sco() argument
70 fn send_iso(&mut self, ctx: RpcContext<'_>, mut data: Data, sink: UnarySink<Empty>) { in send_iso() argument
74 sink.success(Empty::default()).await.unwrap(); in send_iso()
78 fn stream_events(&mut self, ctx: RpcContext<'_>, _: Empty, sink: ServerStreamingSink<Data>) { in stream_events() argument
82 fn stream_acl(&mut self, ctx: RpcContext<'_>, _: Empty, sink: ServerStreamingSink<Data>) { in stream_acl() argument
[all …]
/system/bt/gd/rust/hci/src/
Dfacade.rs7 use bt_facade_proto::empty::Empty;
87 fn send_command(&mut self, ctx: RpcContext<'_>, mut data: Data, sink: UnarySink<Empty>) { in send_command() argument
92 sink.success(Empty::default()).await.unwrap(); in send_command()
98 fn request_event(&mut self, ctx: RpcContext<'_>, req: EventRequest, sink: UnarySink<Empty>) { in request_event() argument
102 sink.success(Empty::default()).await.unwrap(); in request_event()
110 sink: UnarySink<Empty>, in request_le_subevent() argument
115 sink.success(Empty::default()).await.unwrap(); in request_le_subevent()
119 fn send_acl(&mut self, ctx: RpcContext<'_>, mut packet: Data, sink: UnarySink<Empty>) { in send_acl() argument
123 sink.success(Empty::default()).await.unwrap(); in send_acl()
127 fn stream_events(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: ServerStreamingSink<Data>) { in stream_events() argument
[all …]
Dcontroller_facade.rs8 use bt_facade_proto::empty::Empty;
41 fn get_mac_address(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<AddressMsg>) { in get_mac_address() argument
50 fn write_local_name(&mut self, ctx: RpcContext<'_>, req: NameMsg, sink: UnarySink<Empty>) { in write_local_name() argument
56 sink.success(Empty::default()).await.unwrap(); in write_local_name()
60 fn get_local_name(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<NameMsg>) { in get_local_name() argument
/system/bt/gd/l2cap/le/
Dfacade.proto9 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.proto8 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) {}
Dfacade.cc54 ::google::protobuf::Empty* response) override { in SetConnectability()
66 ::google::protobuf::Empty* response) override { in SetDiscoverability()
120 ::google::protobuf::Empty* response) override { in ReadRemoteName()
149 const ::google::protobuf::Empty* request, in GetRemoteNameEvents()
157 ::google::protobuf::Empty* response) override { in EnableInquiryScan()
169 ::google::protobuf::Empty* response) override { in EnablePageScan()
/system/bt/gd/iso/
Dfacade.proto9 rpc LeSetCigParameters(LeSetCigParametersRequest) returns (google.protobuf.Empty) {}
10 rpc LeSetCigParametersTest(LeSetCigParametersTestRequest) returns (google.protobuf.Empty) {}
11 rpc LeCreateCis(LeCreateCisRequest) returns (google.protobuf.Empty) {}
13 rpc FetchIsoEvents(google.protobuf.Empty) returns (stream LeIsoEventsMsg) {}
14 rpc SendIsoPacket(IsoPacket) returns (google.protobuf.Empty) {}
/system/bt/gd/shim/cert/
Dshim_test.py36 result = self.cert.shim.Dump(empty_proto.Empty())
37 result = self.dut.shim.Dump(empty_proto.Empty())
/system/bt/gd/cert/
Dpy_le_security.py51 … self._ui_event_stream = EventStream(self._device.security.FetchUiEvents(empty_proto.Empty()))
52 … self._bond_event_stream = EventStream(self._device.security.FetchBondEvents(empty_proto.Empty()))
53 …lf._helper_event_stream = EventStream(self._device.security.FetchHelperEvents(empty_proto.Empty()))
Devent_stream.py21 from queue import SimpleQueue, Empty
197 except Empty:
227 except Empty:
252 except Empty:
280 except Empty:
293 except Empty:

1234