/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 175 fn register_advertiser(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in register_advertiser() 183 fn unregister_advertiser(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in unregister_advertiser() 191 fn get_own_address(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in get_own_address() 199 fn set_parameters(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in set_parameters() 207 fn set_data(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in set_data() 215 fn advertising_enable(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in advertising_enable() 223 fn advertising_disable(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in advertising_disable() 231 fn start_advertising(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in start_advertising() 239 fn start_advertising_set(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in start_advertising_set() 259 _req: Empty, in set_periodic_advertising_parameters() [all …]
|
D | adapter_service.rs | 241 sink: UnarySink<Empty>, in set_discovery_mode() 256 fn clear_event_filter(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in clear_event_filter() 263 fn clear_event_mask(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in clear_event_mask() 273 _req: Empty, in clear_filter_accept_list() 274 sink: UnarySink<Empty>, in clear_filter_accept_list() 282 fn disconnect_all_acls(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in disconnect_all_acls() 289 fn le_rand(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in le_rand() 296 fn allow_wake_by_hid(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in allow_wake_by_hid() 306 _req: Empty, in restore_filter_accept_list() 307 sink: UnarySink<Empty>, in restore_filter_accept_list() [all …]
|
/aosp_15_r20/tools/netsim/rust/proto/src/ |
H A D | frontend_grpc.rs | 127 req: &super::empty::Empty, in get_version_opt() 135 req: &super::empty::Empty, in get_version() 142 req: &super::empty::Empty, in get_version_async_opt() 150 req: &super::empty::Empty, in get_version_async() 191 ) -> ::grpcio::Result<super::empty::Empty> { in delete_chip_opt() 198 ) -> ::grpcio::Result<super::empty::Empty> { in delete_chip() 206 ) -> ::grpcio::Result<::grpcio::ClientUnaryReceiver<super::empty::Empty>> { in delete_chip_async_opt() 213 ) -> ::grpcio::Result<::grpcio::ClientUnaryReceiver<super::empty::Empty>> { in delete_chip_async() 221 ) -> ::grpcio::Result<super::empty::Empty> { in patch_device_opt() 228 ) -> ::grpcio::Result<super::empty::Empty> { in patch_device() [all …]
|
/aosp_15_r20/external/golang-protobuf/types/known/emptypb/ |
H A D | empty.pb.go | 50 type Empty struct { struct 51 state protoimpl.MessageState 52 sizeCache protoimpl.SizeCache 53 unknownFields protoimpl.UnknownFields 56 func (x *Empty) Reset() { 65 func (x *Empty) String() string { 69 func (*Empty) ProtoMessage() {} 71 func (x *Empty) ProtoReflect() protoreflect.Message { 84 func (*Empty) Descriptor() ([]byte, []int) {
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/sources/ |
H A D | empty.rs | 31 pub struct Empty<T>(marker::PhantomData<fn() -> T>); struct 34 impl<T> fmt::Debug for Empty<T> { implementation 41 impl<T> Iterator for Empty<T> { implementation 54 impl<T> DoubleEndedIterator for Empty<T> { implementation 61 impl<T> ExactSizeIterator for Empty<T> { implementation 68 unsafe impl<T> TrustedLen for Empty<T> {} implementation 71 impl<T> FusedIterator for Empty<T> {} implementation 76 impl<T> Clone for Empty<T> { implementation 85 impl<T> Default for Empty<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/sources/ |
H A D | empty.rs | 31 pub struct Empty<T>(marker::PhantomData<fn() -> T>); struct 34 impl<T> fmt::Debug for Empty<T> { implementation 41 impl<T> Iterator for Empty<T> { implementation 54 impl<T> DoubleEndedIterator for Empty<T> { implementation 61 impl<T> ExactSizeIterator for Empty<T> { implementation 68 unsafe impl<T> TrustedLen for Empty<T> {} implementation 71 impl<T> FusedIterator for Empty<T> {} implementation 76 impl<T> Clone for Empty<T> { implementation 85 impl<T> Default for Empty<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/sources/ |
H A D | empty.rs | 31 pub struct Empty<T>(marker::PhantomData<fn() -> T>); struct 34 impl<T> fmt::Debug for Empty<T> { implementation 41 impl<T> Iterator for Empty<T> { implementation 54 impl<T> DoubleEndedIterator for Empty<T> { implementation 61 impl<T> ExactSizeIterator for Empty<T> { implementation 68 unsafe impl<T> TrustedLen for Empty<T> {} implementation 71 impl<T> FusedIterator for Empty<T> {} implementation 76 impl<T> Clone for Empty<T> { implementation 85 impl<T> Default for Empty<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/sources/ |
H A D | empty.rs | 31 pub struct Empty<T>(marker::PhantomData<fn() -> T>); struct 34 impl<T> fmt::Debug for Empty<T> { implementation 41 impl<T> Iterator for Empty<T> { implementation 54 impl<T> DoubleEndedIterator for Empty<T> { implementation 61 impl<T> ExactSizeIterator for Empty<T> { implementation 68 unsafe impl<T> TrustedLen for Empty<T> {} implementation 71 impl<T> FusedIterator for Empty<T> {} implementation 76 impl<T> Clone for Empty<T> { implementation 85 impl<T> Default for Empty<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/sources/ |
H A D | empty.rs | 31 pub struct Empty<T>(marker::PhantomData<fn() -> T>); struct 34 impl<T> fmt::Debug for Empty<T> { implementation 41 impl<T> Iterator for Empty<T> { implementation 54 impl<T> DoubleEndedIterator for Empty<T> { implementation 61 impl<T> ExactSizeIterator for Empty<T> { implementation 68 unsafe impl<T> TrustedLen for Empty<T> {} implementation 71 impl<T> FusedIterator for Empty<T> {} implementation 76 impl<T> Clone for Empty<T> { implementation 85 impl<T> Default for Empty<T> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/http-body/src/ |
D | empty.rs | 13 pub struct Empty<D> { struct 17 impl<D> Empty<D> { argument 24 impl<D: Buf> Body for Empty<D> { implementation 53 impl<D> fmt::Debug for Empty<D> { implementation 59 impl<D> Default for Empty<D> { implementation 67 impl<D> Clone for Empty<D> { implementation 75 impl<D> Copy for Empty<D> {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/ |
D | empty.rs | 24 pub struct Empty { struct 32 impl<'a> ::std::default::Default for &'a Empty { argument 38 impl Empty { impl 44 impl crate::Message for Empty { implementation 123 impl crate::Clear for Empty { implementation 129 impl ::std::fmt::Debug for Empty { implementation 135 impl crate::reflect::ProtobufValue for Empty { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/well_known_types/ |
D | empty.rs | 26 pub struct Empty { struct 32 impl<'a> ::std::default::Default for &'a Empty { implementation 38 impl Empty { implementation 54 impl crate::Message for Empty { implementation 110 impl crate::MessageFull for Empty { implementation 117 impl ::std::fmt::Display for Empty { implementation 123 impl crate::reflect::ProtobufValue for Empty { implementation
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.adaptors/range.move.wrap/ |
H A D | empty_object.pass.cpp | 21 struct Empty { struct 22 Empty() noexcept {} in Empty() function 23 Empty(Empty const&) noexcept { copied = true; } in Empty() argument 24 Empty(Empty&&) noexcept { moved = true; } in Empty() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_advertising_manager_facade.cc | 295 ::google::protobuf::Empty* /* response */) override { in EnableAdvertiser() 301 ::google::protobuf::Empty* /* response */) override { in SetData() 313 ::google::protobuf::Empty* /* response */) override { in SetParameters() 326 ::google::protobuf::Empty* /* response */) override { in SetPeriodicParameters() 339 ::google::protobuf::Empty* /* response */) override { in SetPeriodicData() 350 ::google::protobuf::Empty* /* response */) override { in EnablePeriodicAdvertising() 358 ::google::protobuf::Empty* /* response */) override { in GetOwnAddress() 363 ::grpc::Status GetNumberOfAdvertisingInstances( in GetNumberOfAdvertisingInstances() 373 ::google::protobuf::Empty* /* response */) override { in RemoveAdvertiser() 389 ::grpc::Status FetchCallbackEvents( in FetchCallbackEvents() [all …]
|
D | facade.cc | 75 ::google::protobuf::Empty* /* response */) override { in SendCommand() 91 ::google::protobuf::Empty* /* response */) override { in RequestEvent() 99 ::google::protobuf::Empty* /* response */) override { in RequestLeSubevent() 106 ::grpc::Status StreamEvents(::grpc::ServerContext* context, in StreamEvents() 112 ::grpc::Status StreamLeSubevents( in StreamLeSubevents() 137 ::google::protobuf::Empty* /* response */) override { in SendAcl() 156 ::grpc::Status StreamAcl(::grpc::ServerContext* context, in StreamAcl()
|
/aosp_15_r20/tools/netsim/rust/daemon/src/grpc_server/ |
H A D | frontend.rs | 31 fn get_version(&mut self, ctx: RpcContext<'_>, req: Empty, sink: UnarySink<VersionResponse>) { in get_version() 44 req: Empty, in list_device() 62 sink: grpcio::UnarySink<Empty>, in patch_device() 75 fn reset(&mut self, ctx: grpcio::RpcContext, _req: Empty, sink: grpcio::UnarySink<Empty>) { in reset() 91 sink: grpcio::UnarySink<Empty>, in patch_capture() 121 req: Empty, in list_capture() 204 sink: ::grpcio::UnarySink<Empty>, in delete_chip()
|
/aosp_15_r20/tools/netsim/rust/frontend/src/ |
H A D | netsim_test_server.rs | 24 req: protobuf::well_known_types::empty::Empty, in get_version() 41 _req: protobuf::well_known_types::empty::Empty, in list_device() 51 _sink: grpcio::UnarySink<protobuf::well_known_types::empty::Empty>, in patch_device() 59 _req: protobuf::well_known_types::empty::Empty, in reset() 60 _sink: grpcio::UnarySink<protobuf::well_known_types::empty::Empty>, in reset() 69 _sink: grpcio::UnarySink<protobuf::well_known_types::empty::Empty>, in patch_capture() 77 _req: protobuf::well_known_types::empty::Empty, in list_capture()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | facade.cc | 44 ::google::protobuf::Empty* /* response */) override { in SendCommand() 57 ::google::protobuf::Empty* /* response */) override { in SendAcl() 65 ::google::protobuf::Empty* /* response */) override { in SendSco() 71 ::grpc::Status StreamEvents(::grpc::ServerContext* context, in StreamEvents() 77 ::grpc::Status StreamAcl(::grpc::ServerContext* context, in StreamAcl() 83 ::grpc::Status StreamSco(::grpc::ServerContext* context, in StreamSco() 89 ::grpc::Status StreamIso(::grpc::ServerContext* context, in StreamIso()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/ |
D | empty.rs | 10 pub struct Empty<T> { struct 17 pub fn empty<T>() -> Empty<T> { in empty() argument 21 impl<T> Unpin for Empty<T> {} implementation 23 impl<T> FusedStream for Empty<T> { implementation 29 impl<T> Stream for Empty<T> { implementation 41 impl<T> Clone for Empty<T> { implementation
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | ExprCXX.h | 71 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : in CXXOperatorCallExpr() 127 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) in CXXMemberCallExpr() 170 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) in CUDAKernelCallExpr() 264 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() 300 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() 344 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr() 381 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr() 419 explicit UserDefinedLiteral(const ASTContext &C, EmptyShell Empty) in UserDefinedLiteral() 480 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() 513 explicit CXXNullPtrLiteralExpr(EmptyShell Empty) in CXXNullPtrLiteralExpr() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/ |
D | empty.rs | 31 pub struct Empty<T: Send> { struct 35 impl<T: Send> Clone for Empty<T> { implementation 41 impl<T: Send> fmt::Debug for Empty<T> { implementation 47 impl<T: Send> ParallelIterator for Empty<T> { implementation 62 impl<T: Send> IndexedParallelIterator for Empty<T> { implementation
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue26335.go | 16 type Empty struct { struct 17 f1, f2 *byte 18 empty struct{} 21 func F(e Empty, s []string) {
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | empty-class-layout.cpp | 24 struct Empty { Empty(); }; struct 92 struct Empty { }; struct 105 struct Empty { }; struct 115 struct Empty { }; struct 126 struct Empty { }; struct 139 struct Empty { }; struct 151 struct Empty { }; struct
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/ |
D | empty.rs | 10 pub struct Empty<T>(PhantomData<T>); struct 12 impl<T> Unpin for Empty<T> {} implementation 13 unsafe impl<T> Send for Empty<T> {} implementation 14 unsafe impl<T> Sync for Empty<T> {} implementation 40 impl<T> Stream for Empty<T> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | empty.rs | 9 pub struct Empty { struct 31 pub fn empty() -> Empty { in empty() argument 35 impl AsyncRead for Empty { implementation 46 impl AsyncBufRead for Empty { implementation 55 impl fmt::Debug for Empty { implementation
|