Home
last modified time | relevance | path

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

123456

/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto11 rpc ClearEventFilter(google.protobuf.Empty) returns (google.protobuf.Empty) {}
12 rpc ClearEventMask(google.protobuf.Empty) returns (google.protobuf.Empty) {}
13 rpc ClearFilterAcceptList(google.protobuf.Empty) returns (google.protobuf.Empty) {}
14 rpc DisconnectAllAcls(google.protobuf.Empty) returns (google.protobuf.Empty) {}
15 rpc LeRand(google.protobuf.Empty) returns (google.protobuf.Empty) {}
16 …rpc SetEventFilterConnectionSetupAllDevices(google.protobuf.Empty) returns (google.protobuf.Empty)…
17 rpc AllowWakeByHid(google.protobuf.Empty) returns (google.protobuf.Empty) {}
18 rpc RestoreFilterAcceptList(google.protobuf.Empty) returns (google.protobuf.Empty) {}
19 rpc SetDefaultEventMaskExcept(SetDefaultEventMaskExceptRequest) returns (google.protobuf.Empty) {}
20 …rpc SetEventFilterInquiryResultAllDevices(google.protobuf.Empty) returns (google.protobuf.Empty) {}
[all …]
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs12 use bt_topshim_facade_protobuf::empty::Empty;
172 fn register_advertiser(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in register_advertiser() argument
176 sink.success(Empty::default()).await.unwrap(); in register_advertiser()
180 fn unregister_advertiser(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in unregister_advertiser() argument
184 sink.success(Empty::default()).await.unwrap(); in unregister_advertiser()
188 fn get_own_address(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in get_own_address() argument
192 sink.success(Empty::default()).await.unwrap(); in get_own_address()
196 fn set_parameters(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in set_parameters() argument
200 sink.success(Empty::default()).await.unwrap(); in set_parameters()
204 fn set_data(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in set_data() argument
[all …]
Dadapter_service.rs7 use bt_topshim_facade_protobuf::empty::Empty;
264 fn clear_event_filter(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in clear_event_filter() argument
267 sink.success(Empty::default()).await.unwrap(); in clear_event_filter()
271 fn clear_event_mask(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in clear_event_mask() argument
274 sink.success(Empty::default()).await.unwrap(); in clear_event_mask()
281 _req: Empty, in clear_filter_accept_list() argument
282 sink: UnarySink<Empty>, in clear_filter_accept_list() argument
286 sink.success(Empty::default()).await.unwrap(); in clear_filter_accept_list()
290 fn disconnect_all_acls(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in disconnect_all_acls() argument
293 sink.success(Empty::default()).await.unwrap(); in disconnect_all_acls()
[all …]
Dhfp_service.rs5 use bt_topshim_facade_protobuf::empty::Empty;
65 fn start_slc(&mut self, ctx: RpcContext<'_>, req: StartSlcRequest, sink: UnarySink<Empty>) { in start_slc() argument
72 sink.success(Empty::default()).await.unwrap(); in start_slc()
84 fn stop_slc(&mut self, ctx: RpcContext<'_>, req: StopSlcRequest, sink: UnarySink<Empty>) { in stop_slc() argument
91 sink.success(Empty::default()).await.unwrap(); in stop_slc()
107 sink: UnarySink<Empty>, in connect_audio() argument
120 sink.success(Empty::default()).await.unwrap(); in connect_audio()
136 sink: UnarySink<Empty>, in disconnect_audio() argument
144 sink.success(Empty::default()).await.unwrap(); in disconnect_audio()
156 fn set_volume(&mut self, ctx: RpcContext<'_>, req: SetVolumeRequest, sink: UnarySink<Empty>) { in set_volume() argument
[all …]
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dcontroller_facade.proto9 rpc GetMacAddress(google.protobuf.Empty) returns (blueberry.facade.BluetoothAddress) {}
10 rpc WriteLocalName(NameMsg) returns (google.protobuf.Empty) {}
11 rpc GetLocalName(google.protobuf.Empty) returns (NameMsg) {}
13 rpc GetLeNumberOfSupportedAdvertisingSets(google.protobuf.Empty) returns (SingleValueMsg) {}
14 rpc SupportsSimplePairing(google.protobuf.Empty) returns (SupportedMsg) {}
15 rpc SupportsSecureConnections(google.protobuf.Empty) returns (SupportedMsg) {}
16 rpc SupportsSimultaneousLeBrEdr(google.protobuf.Empty) returns (SupportedMsg) {}
17 rpc SupportsInterlacedInquiryScan(google.protobuf.Empty) returns (SupportedMsg) {}
18 rpc SupportsRssiWithInquiryResults(google.protobuf.Empty) returns (SupportedMsg) {}
19 rpc SupportsExtendedInquiryResponse(google.protobuf.Empty) returns (SupportedMsg) {}
[all …]
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_advertising_manager_facade.proto11 rpc EnableAdvertiser(EnableAdvertiserRequest) returns (google.protobuf.Empty) {}
12 rpc SetData(SetDataRequest) returns (google.protobuf.Empty) {}
13 rpc SetParameters(SetParametersRequest) returns (google.protobuf.Empty) {}
14 rpc SetPeriodicParameters(SetPeriodicParametersRequest) returns (google.protobuf.Empty) {}
15 rpc SetPeriodicData(SetPeriodicDataRequest) returns (google.protobuf.Empty) {}
16 rpc EnablePeriodicAdvertising(EnablePeriodicAdvertisingRequest) returns (google.protobuf.Empty) {}
17 rpc GetOwnAddress(GetOwnAddressRequest) returns (google.protobuf.Empty) {}
18 …rpc GetNumberOfAdvertisingInstances(google.protobuf.Empty) returns (GetNumberOfAdvertisingInstance…
19 rpc RemoveAdvertiser(RemoveAdvertiserRequest) returns (google.protobuf.Empty) {}
20 rpc FetchCallbackEvents(google.protobuf.Empty) returns (stream AdvertisingCallbackMsg) {}
[all …]
Dhci_facade.proto9 rpc SendCommand(blueberry.facade.Data) returns (google.protobuf.Empty) {}
11 rpc RequestEvent(EventRequest) returns (google.protobuf.Empty) {}
12 rpc StreamEvents(google.protobuf.Empty) returns (stream blueberry.facade.Data) {}
14 rpc RequestLeSubevent(EventRequest) returns (google.protobuf.Empty) {}
15 rpc StreamLeSubevents(google.protobuf.Empty) returns (stream blueberry.facade.Data) {}
17 rpc SendAcl(blueberry.facade.Data) returns (google.protobuf.Empty) {}
18 rpc StreamAcl(google.protobuf.Empty) returns (stream blueberry.facade.Data) {}
Dle_acl_manager_facade.proto10 rpc CancelConnection(blueberry.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) {}
16 rpc AddDeviceToResolvingList(IrkMsg) returns (google.protobuf.Empty) {}
19 returns (google.protobuf.Empty) {}
Dle_scanning_manager_facade.proto8 rpc RegisterScanner(RegisterScannerRequest) returns (google.protobuf.Empty) {}
9 rpc Unregister(UnregisterRequest) returns (google.protobuf.Empty) {}
10 rpc Scan(ScanRequest) returns (google.protobuf.Empty) {}
11 rpc SetScanParameters(SetScanParametersRequest) returns (google.protobuf.Empty) {}
12 rpc FetchCallbackEvents(google.protobuf.Empty) returns (stream ScanningCallbackMsg) {}
13 rpc FetchAdvertisingReports(google.protobuf.Empty) returns (stream AdvertisingReportMsg) {}
/packages/modules/Bluetooth/android/pandora/server/src/
DMediaPlayer.kt25 import com.google.protobuf.Empty
51 override fun play(request: Empty, responseObserver: StreamObserver<Empty>) { in play()
52 grpcUnary<Empty>(scope, responseObserver) { in play()
54 Empty.getDefaultInstance() in play()
58 override fun stop(request: Empty, responseObserver: StreamObserver<Empty>) { in stop()
59 grpcUnary<Empty>(scope, responseObserver) { in stop()
61 Empty.getDefaultInstance() in stop()
65 override fun pause(request: Empty, responseObserver: StreamObserver<Empty>) { in pause()
66 grpcUnary<Empty>(scope, responseObserver) { in pause()
68 Empty.getDefaultInstance() in pause()
[all …]
DOs.kt25 import com.google.protobuf.Empty
53 responseObserver: StreamObserver<Empty> in setAccessPermission()
55 grpcUnary<Empty>(scope, responseObserver) { in setAccessPermission()
66 Empty.getDefaultInstance() in setAccessPermission()
70 override fun sendPing(request: SendPingRequest, responseObserver: StreamObserver<Empty>) { in sendPing()
71 grpcUnary<Empty>(scope, responseObserver) { in sendPing()
74 Empty.getDefaultInstance() in sendPing()
DHfp.kt36 import com.google.protobuf.Empty
91 override fun enableSlc(request: EnableSlcRequest, responseObserver: StreamObserver<Empty>) { in enableSlc()
92 grpcUnary<Empty>(scope, responseObserver) { in enableSlc()
97 Empty.getDefaultInstance() in enableSlc()
101 override fun disableSlc(request: DisableSlcRequest, responseObserver: StreamObserver<Empty>) { in disableSlc()
102 grpcUnary<Empty>(scope, responseObserver) { in disableSlc()
107 Empty.getDefaultInstance() in disableSlc()
113 responseObserver: StreamObserver<Empty>, in setBatteryLevel()
115 grpcUnary<Empty>(scope, responseObserver) { in setBatteryLevel()
118 Empty.getDefaultInstance() in setBatteryLevel()
DMap.kt23 import com.google.protobuf.Empty
38 override fun sendSMS(request: Empty, responseObserver: StreamObserver<Empty>) { in sendSMS()
39 grpcUnary<Empty>(scope, responseObserver) { in sendSMS()
52 Empty.getDefaultInstance() in sendSMS()
DOpp.kt36 import com.google.protobuf.Empty
88 responseObserver: StreamObserver<Empty> in openRfcommChannel()
90 grpcUnary<Empty>(scope, responseObserver) { in openRfcommChannel()
93 Empty.getDefaultInstance() in openRfcommChannel()
99 responseObserver: StreamObserver<Empty> in openL2capChannel()
101 grpcUnary<Empty>(scope, responseObserver) { in openL2capChannel()
104 Empty.getDefaultInstance() in openL2capChannel()
109 request: Empty, in acceptPutOperation()
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py57 await self.__gatt_stub.RegisterAdvertiser(empty_proto.Empty())
64 await self.__gatt_stub.UnregisterAdvertiser(empty_proto.Empty())
69 await self.__gatt_stub.GetOwnAddress(empty_proto.Empty())
74 await self.__gatt_stub.SetParameters(empty_proto.Empty())
79 await self.__gatt_stub.SetData(empty_proto.Empty())
84 await self.__gatt_stub.AdvertisingEnable(empty_proto.Empty())
89 await self.__gatt_stub.AdvertisingDisable(empty_proto.Empty())
94 await self.__gatt_stub.SetPeriodicAdvertisingParameters(empty_proto.Empty())
99 await self.__gatt_stub.SetPeriodicAdvertisingData(empty_proto.Empty())
104 await self.__gatt_stub.SetPeriodicAdvertisingEnable(empty_proto.Empty())
[all …]
Dadapter_client.py102 await self.__adapter_stub.ClearEventFilter(empty_proto.Empty())
105 await self.__adapter_stub.ClearEventMask(empty_proto.Empty())
108 await self.__adapter_stub.ClearFilterAcceptList(empty_proto.Empty())
111 await self.__adapter_stub.DisconnectAllAcls(empty_proto.Empty())
114 await self.__adapter_stub.LeRand(empty_proto.Empty())
120 await self.__adapter_stub.RestoreFilterAcceptList(empty_proto.Empty())
127 await self.__adapter_stub.SetEventFilterInquiryResultAllDevices(empty_proto.Empty())
130 await self.__adapter_stub.SetEventFilterConnectionSetupAllDevices(empty_proto.Empty())
133 await self.__adapter_stub.AllowWakeByHid(empty_proto.Empty())
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dmediaplayer.proto11 rpc Play(google.protobuf.Empty) returns (google.protobuf.Empty);
12 rpc Stop(google.protobuf.Empty) returns (google.protobuf.Empty);
13 rpc Pause(google.protobuf.Empty) returns (google.protobuf.Empty);
14 rpc Rewind(google.protobuf.Empty) returns (google.protobuf.Empty);
15 rpc FastForward(google.protobuf.Empty) returns (google.protobuf.Empty);
16 rpc Forward(google.protobuf.Empty) returns (google.protobuf.Empty);
17 rpc Backward(google.protobuf.Empty) returns (google.protobuf.Empty);
18 rpc SetLargeMetadata(google.protobuf.Empty) returns (google.protobuf.Empty);
19 rpc UpdateQueue(google.protobuf.Empty) returns (google.protobuf.Empty);
20 rpc GetShuffleMode(google.protobuf.Empty) returns (GetShuffleModeResponse);
[all …]
/packages/modules/Bluetooth/system/blueberry/facade/security/
Dfacade.proto11 rpc CreateBond(blueberry.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(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
16 rpc CancelBond(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {}
17 rpc RemoveBond(blueberry.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 …]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DTransitionScreenWrapper.java24 import com.android.managedprovisioning.util.LazyStringResource.Empty;
42 this(header, /* description= */ Empty.INSTANCE, drawable, /* shouldLoop= */ true); in TransitionScreenWrapper()
58 /* subHeaderTitle= */ Empty.INSTANCE, in TransitionScreenWrapper()
59 /* subHeader= */ Empty.INSTANCE, in TransitionScreenWrapper()
62 /* secondarySubHeaderTitle= */ Empty.INSTANCE, in TransitionScreenWrapper()
63 /* secondarySubHeader= */ Empty.INSTANCE, in TransitionScreenWrapper()
103 !(subHeader instanceof Empty) in validateFields()
105 || !(subHeaderTitle instanceof Empty) in validateFields()
106 || !(secondarySubHeader instanceof Empty) in validateFields()
108 || !(secondarySubHeaderTitle instanceof Empty); in validateFields()
[all …]
/packages/modules/Bluetooth/system/blueberry/facade/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 …InitiateConnectionForSecurity(blueberry.facade.BluetoothAddress) returns (google.protobuf.Empty) {}
[all …]
/packages/modules/Bluetooth/system/blueberry/facade/hal/
Dhal_facade.proto9 rpc SendCommand(blueberry.facade.Data) returns (google.protobuf.Empty) {}
10 rpc StreamEvents(google.protobuf.Empty) returns (stream blueberry.facade.Data) {}
12 rpc SendAcl(blueberry.facade.Data) returns (google.protobuf.Empty) {}
13 rpc StreamAcl(google.protobuf.Empty) returns (stream blueberry.facade.Data) {}
15 rpc SendSco(blueberry.facade.Data) returns (google.protobuf.Empty) {}
16 rpc StreamSco(google.protobuf.Empty) returns (stream blueberry.facade.Data) {}
18 rpc SendIso(blueberry.facade.Data) returns (google.protobuf.Empty) {}
19 rpc StreamIso(google.protobuf.Empty) returns (stream blueberry.facade.Data) {}
/packages/modules/Bluetooth/system/blueberry/facade/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) {}
/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc111 ::google::protobuf::Empty* /* response */) override { in CreateBond() argument
124 ::google::protobuf::Empty* /* response */) override { in CreateBondOutOfBand() argument
151 const ::google::protobuf::Empty* /* request */, in GetOutOfBandData() argument
152 ::google::protobuf::Empty* /* response */) override { in GetOutOfBandData()
160 const ::google::protobuf::Empty* /* request */, in FetchGetOutOfBandDataEvents()
168 ::google::protobuf::Empty* /* response */) override { in CreateBondLe() argument
181 ::google::protobuf::Empty* /* response */) override { in CancelBond() argument
194 ::google::protobuf::Empty* /* response */) override { in RemoveBond() argument
206 const ::google::protobuf::Empty* /* request */, in FetchUiEvents()
214 ::google::protobuf::Empty* /* response */) override { in SendUiCallback() argument
[all …]
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfacade.cc57 const ::google::protobuf::Empty* /* request */, in FetchConnectionComplete()
64 const ::google::protobuf::Empty* /* request */, in FetchConnectionClose()
72 ::google::protobuf::Empty* /* response */) override { in SendDynamicChannelPacket() argument
87 ::google::protobuf::Empty* /* response */) override { in OpenChannel() argument
103 ::google::protobuf::Empty* /* response */) override { in CloseChannel() argument
114 const ::google::protobuf::Empty* /* request */, in FetchL2capData()
124 google::protobuf::Empty* /* response */) override { in SetDynamicChannel() argument
134 ::google::protobuf::Empty* /* response */) override { in SetTrafficPaused() argument
149 const ::google::protobuf::Empty* /* request */, in GetChannelQueueDepth()
159 ::google::protobuf::Empty* /* response */) override { in InitiateConnectionForSecurity() argument
[all …]

123456