Home
last modified time | relevance | path

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

12345678

/aosp12/system/bt/gd/security/
H A 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) {}
16 rpc CancelBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
18 rpc SetIoCapability(IoCapabilityMessage) returns (google.protobuf.Empty) {}
20 rpc SetLeIoCapability(LeIoCapabilityMessage) returns (google.protobuf.Empty) {}
23 rpc GetLeOutOfBandData(google.protobuf.Empty) returns (OobDataMessage) {}
24 rpc SetOutOfBandData(OobDataMessage) returns (google.protobuf.Empty) {}
27 rpc SendUiCallback(UiCallbackMsg) returns (google.protobuf.Empty) {}
28 rpc FetchUiEvents(google.protobuf.Empty) returns (stream UiMsg) {}
[all …]
H A Dfacade.cc105 ::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()
215 const ::google::protobuf::Empty* request, in FetchHelperEvents()
229 ::google::protobuf::Empty* response) override { in SetLeIoCapability()
246 ::google::protobuf::Empty* response) override { in SetLeAuthRequirements()
262 ::google::protobuf::Empty* response) override { in SetLeMaximumEncryptionKeySize()
304 const ::google::protobuf::Empty* request, in FetchEnforceSecurityPolicyEvents()
326 const ::google::protobuf::Empty* request, in GetLeOutOfBandData()
[all …]
/aosp12/system/bt/gd/l2cap/classic/
H A 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) {}
28 rpc SecurityLinkHold(facade.BluetoothAddress) returns (google.protobuf.Empty) {}
29 rpc SecurityLinkDisconnect(facade.BluetoothAddress) returns (google.protobuf.Empty) {}
[all …]
H A Dfacade.cc61 ::google::protobuf::Empty* response) override { in SendDynamicChannelPacket()
75 ::google::protobuf::Empty* response) override { in OpenChannel()
88 ::google::protobuf::Empty* response) override { in CloseChannel()
105 google::protobuf::Empty* response) override { in SetDynamicChannel()
113 ::google::protobuf::Empty* response) override { in SetTrafficPaused()
136 ::google::protobuf::Empty* response) override { in InitiateConnectionForSecurity()
154 const ::google::protobuf::Empty* request, in FetchSecurityConnectionEvents()
163 ::google::protobuf::Empty* response) override { in SecurityLinkHold()
178 ::google::protobuf::Empty* response) override { in SecurityLinkEnsureAuthenticated()
193 ::google::protobuf::Empty* response) override { in SecurityLinkRelease()
[all …]
/aosp12/system/bt/gd/rust/hal/src/
H A 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()
82 fn stream_acl(&mut self, ctx: RpcContext<'_>, _: Empty, sink: ServerStreamingSink<Data>) { in stream_acl() argument
86 fn stream_sco(&mut self, _ctx: RpcContext<'_>, _: Empty, _sink: ServerStreamingSink<Data>) { in stream_sco() argument
[all …]
/aosp12/system/bt/gd/hal/
H A 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) {}
H A 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()
/aosp12/system/bt/gd/rust/link/src/acl/classic/
H A 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
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Drequest_tracker_test.cpp84 EXPECT_TRUE(dut_->Empty()); in TEST_F()
151 EXPECT_TRUE(dut_->Empty()); in TEST_F()
160 EXPECT_FALSE(dut_->Empty()); in TEST_F()
165 EXPECT_FALSE(dut_->Empty()); in TEST_F()
169 EXPECT_TRUE(dut_->Empty()); in TEST_F()
174 EXPECT_FALSE(dut_->Empty()); in TEST_F()
182 EXPECT_FALSE(dut_->Empty()); in TEST_F()
186 EXPECT_TRUE(dut_->Empty()); in TEST_F()
229 EXPECT_TRUE(dut_->Empty()); in TEST_F()
238 EXPECT_TRUE(dut_->Empty()); in TEST_F()
[all …]
/aosp12/system/bt/gd/hci/facade/
H A 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) {}
H A 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) {}
H A 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) {}
H A 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) {}
H A 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) {}
H A 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()
H A 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()
/aosp12/system/bt/gd/rust/hci/src/
H A 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()
134 _req: Empty, in stream_le_subevents() argument
[all …]
H A 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
/aosp12/system/bt/gd/l2cap/le/
H A 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) {}
/aosp12/system/bt/gd/neighbor/facade/
H A 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) {}
H A 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()
/aosp12/system/bt/gd/iso/
H A 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) {}
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
H A DEmpty.cpp22 Empty::Empty() : MessageDefinition<char>("nlmsg", { in Empty() function in android::nl::protocols::base::Empty
29 void Empty::toStream(std::stringstream&, const char&) const {} in toStream()
/aosp12/frameworks/base/libs/hwui/
H A DOutline.h29 enum class Type { None = 0, Empty = 1, Path = 2, RoundRect = 3 }; enumerator
72 mType = Type::Empty; in setEmpty()
83 bool isEmpty() const { return mType == Type::Empty; } in isEmpty()
111 if (mType == Type::None || mType == Type::Empty) return nullptr; in getPath()
/aosp12/system/bt/gd/cert/
H A Devent_stream.py21 from queue import SimpleQueue, Empty
197 except Empty:
227 except Empty:
252 except Empty:
280 except Empty:
293 except Empty:

12345678