Home
last modified time | relevance | path

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

1234

/system/bt/gd/security/
Dfacade.proto11 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 …SetAuthenticationRequirements(AuthenticationRequirementsMessage) returns (google.protobuf.Empty) {}
17 rpc SetOobDataPresent(OobDataPresentMessage) returns (google.protobuf.Empty) {}
18 rpc SetLeIoCapability(LeIoCapabilityMessage) returns (google.protobuf.Empty) {}
19 rpc SetLeAuthRequirements(LeAuthRequirementsMessage) returns (google.protobuf.Empty) {}
20 rpc GetOutOfBandData(google.protobuf.Empty) returns (OobDataMessage) {}
[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.proto8 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.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.cc71 ::google::protobuf::Empty* response) override { in EnqueueCommandWithComplete()
80 ::google::protobuf::Empty* response) override { in EnqueueCommandWithStatus()
88 ::google::protobuf::Empty* response) override { in RegisterEventHandler()
96 ::google::protobuf::Empty* response) override { in RegisterLeEventHandler()
102 …::grpc::Status FetchEvents(::grpc::ServerContext* context, const ::google::protobuf::Empty* reques… in FetchEvents()
107 …::grpc::Status FetchLeSubevents(::grpc::ServerContext* context, const ::google::protobuf::Empty* r… in FetchLeSubevents()
143 ::google::protobuf::Empty* response) override { in SendAclData()
162 …::grpc::Status FetchAclPackets(::grpc::ServerContext* context, const ::google::protobuf::Empty* re… in FetchAclPackets()
Dle_initiator_address_facade.cc51 …::grpc::ServerContext* context, const PrivacyPolicy* request, ::google::protobuf::Empty* writer) o… in SetPrivacyPolicyForInitiatorAddress()
76 const ::google::protobuf::Empty* request, in GetCurrentInitiatorAddress()
88 const ::google::protobuf::Empty* request, in GetAnotherAddress()
/system/bt/gd/hal/
Dfacade.proto8 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.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) {
Dfacade.cc49 …s FetchConnectionComplete(::grpc::ServerContext* context, const ::google::protobuf::Empty* request, in FetchConnectionComplete()
54 …atus FetchConnectionClose(::grpc::ServerContext* context, const ::google::protobuf::Empty* request, in FetchConnectionClose()
60 ::google::protobuf::Empty* response) override { in SendDynamicChannelPacket()
74 ::google::protobuf::Empty* response) override { in OpenChannel()
87 ::google::protobuf::Empty* response) override { in CloseChannel()
96 …::grpc::Status FetchL2capData(::grpc::ServerContext* context, const ::google::protobuf::Empty* req… in FetchL2capData()
104 google::protobuf::Empty* response) override { in SetDynamicChannel()
112 ::google::protobuf::Empty* response) override { in SetTrafficPaused()
125 …atus GetChannelQueueDepth(::grpc::ServerContext* context, const ::google::protobuf::Empty* request, in GetChannelQueueDepth()
/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/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/hal/cert/
Dsimple_hal_test.py67 with EventStream(self.dut.hal.FetchHciEvent(empty_pb2.Empty())) as hci_event_stream:
71 with EventStream(self.dut.hal.FetchHciEvent(empty_pb2.Empty())) as hci_event_stream:
81 with EventStream(self.dut.hal.FetchHciEvent(empty_pb2.Empty())) as hci_event_stream:
92 with EventStream(self.dut.hal.FetchHciEvent(empty_pb2.Empty())) as hci_event_stream:
104 with EventStream(self.dut.hal.FetchHciEvent(empty_pb2.Empty())) as hci_event_stream:
169 with EventStream(self.dut.hal.FetchHciEvent(empty_pb2.Empty())) as hci_event_stream, \
170 … EventStream(self.cert.hal.FetchHciEvent(empty_pb2.Empty())) as cert_hci_event_stream, \
171 EventStream(self.dut.hal.FetchHciAcl(empty_pb2.Empty())) as acl_data_stream, \
172 EventStream(self.cert.hal.FetchHciAcl(empty_pb2.Empty())) as cert_acl_data_stream:
266 with EventStream(self.dut.hal.FetchHciEvent(empty_pb2.Empty())) as hci_event_stream, \
[all …]
/system/bt/gd/cert/
Dpy_hal.py29 self.hci_event_stream = EventStream(self.device.hal.FetchHciEvent(empty_proto.Empty()))
30 self.acl_stream = EventStream(self.device.hal.FetchHciAcl(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:
Dpy_le_security.py49 … self._ui_event_stream = EventStream(self._device.security.FetchUiEvents(empty_proto.Empty()))
50 … self._bond_event_stream = EventStream(self._device.security.FetchBondEvents(empty_proto.Empty()))
/system/memory/libmemunreachable/
DAllocator.cpp79 bool Empty();
174 bool Empty();
243 bool Chunk::Empty() { in Empty() function in android::Chunk
323 bool HeapImpl::Empty() { in Empty() function in android::HeapImpl
326 if (!it->data()->Empty()) { in Empty()
331 if (!it->data()->Empty()) { in Empty()
465 return impl_->Empty(); in empty()
/system/bt/gd/shim/facade/
Dfacade.proto8 rpc Dump(google.protobuf.Empty) returns (stream DumpsysMsg) {}

1234