/aosp12/system/bt/gd/rust/link/src/acl/classic/ |
H A D | facade.rs | 35 _sink: UnarySink<Empty>, in cancel_connection() 40 fn disconnect(&mut self, _ctx: RpcContext<'_>, mut _data: HandleMsg, _sink: UnarySink<Empty>) { in disconnect() 44 fn disconnect(&mut self, _ctx: RpcContext<'_>, mut _data: PolicyMsg, _sink: UnarySink<Empty>) { in disconnect() 52 _sink: UnarySink<Empty>, in authentication_requested() 61 _sink: UnarySink<Empty>, in connection_command() 66 fn switch_role(&mut self, _ctx: RpcContext<'_>, mut _data: RoleMsg, _sink: UnarySink<Empty>) { in switch_role() 70 fn send_acl_data(&mut self, _ctx: RpcContext<'_>, mut _data: AclData, _sink: UnarySink<Empty>) { in send_acl_data() 86 mut _data: Empty, in fetch_incoming_connection()
|
/aosp12/system/bt/gd/rust/hal/src/ |
H A D | facade.rs | 50 fn send_command(&mut self, ctx: RpcContext<'_>, mut data: Data, sink: UnarySink<Empty>) { in send_command() 58 fn send_acl(&mut self, ctx: RpcContext<'_>, mut data: Data, sink: UnarySink<Empty>) { in send_acl() 66 fn send_sco(&mut self, _ctx: RpcContext<'_>, _sco: Data, _sink: UnarySink<Empty>) { in send_sco() 70 fn send_iso(&mut self, ctx: RpcContext<'_>, mut data: Data, sink: UnarySink<Empty>) { 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 86 fn stream_sco(&mut self, _ctx: RpcContext<'_>, _: Empty, _sink: ServerStreamingSink<Data>) { in stream_sco() argument 90 fn stream_iso(&mut self, ctx: RpcContext<'_>, _: Empty, sink: ServerStreamingSink<Data>) { in stream_iso() argument
|
/aosp12/system/bt/gd/rust/hci/src/ |
H A D | facade.rs | 87 fn send_command(&mut self, ctx: RpcContext<'_>, mut data: Data, sink: UnarySink<Empty>) { in send_command() 98 fn request_event(&mut self, ctx: RpcContext<'_>, req: EventRequest, sink: UnarySink<Empty>) { in request_event() 110 sink: UnarySink<Empty>, in request_le_subevent() 119 fn send_acl(&mut self, ctx: RpcContext<'_>, mut packet: Data, sink: UnarySink<Empty>) { in send_acl() 127 fn stream_events(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: ServerStreamingSink<Data>) { in stream_events() 134 _req: Empty, in stream_le_subevents() 140 fn stream_acl(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: ServerStreamingSink<Data>) { in stream_acl()
|
H A D | controller_facade.rs | 41 fn get_mac_address(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<AddressMsg>) { in get_mac_address() 50 fn write_local_name(&mut self, ctx: RpcContext<'_>, req: NameMsg, sink: UnarySink<Empty>) { in write_local_name() 60 fn get_local_name(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<NameMsg>) { in get_local_name()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/ |
H A D | Empty.cpp | 22 Empty::Empty() : MessageDefinition<char>("nlmsg", { in Empty() function in android::nl::protocols::base::Empty
|
/aosp12/art/compiler/debug/ |
H A D | debug_info.h | 38 bool Empty() const { in Empty() function
|
/aosp12/system/linkerconfig/modules/include/linkerconfig/ |
H A D | link.h | 49 bool Empty() const { in Empty() function
|
/aosp12/system/bt/common/ |
H A D | leaky_bonded_queue.h | 155 bool LeakyBondedQueue<T>::Empty() { in Empty() function
|
/aosp12/system/bt/gd/hci/facade/ |
H A D | le_scanning_manager_facade.cc | 51 ::grpc::Status StartScan(::grpc::ServerContext* context, const ::google::protobuf::Empty*, in StartScan() 57 ::grpc::Status StopScan(::grpc::ServerContext* context, const ::google::protobuf::Empty*, in StopScan()
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | request_tracker.cpp | 155 bool RequestTracker::Empty() const { in Empty() function in default_camera_hal::RequestTracker
|
/aosp12/art/runtime/ |
H A D | intern_table.h | 222 bool Empty() const { in Empty() function
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
H A D | stack.h | 145 bool Empty() const { return stackTop_ == stack_; } in Empty() function
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | Outline.h | 29 enum class Type { None = 0, Empty = 1, Path = 2, RoundRect = 3 }; enumerator
|
/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | GCFactoryListTraitsTest.cpp | 109 TEST_F(GCFactoryListTraitsTest, Empty) { in TEST_F() argument
|
/aosp12/system/nvram/messages/tests/ |
H A D | io_test.cpp | 95 TEST(InputStreamBufferTest, Empty) { in TEST() argument 266 TEST(OutputStreamBufferTest, Empty) { in TEST() argument
|
/aosp12/build/soong/androidmk/parser/ |
H A D | make_strings.go | 121 func (ms *MakeString) Empty() bool { func
|
/aosp12/system/core/healthd/ |
H A D | healthd_mode_charger_test.cpp | 160 TEST(ChargerLoadAnimationRes, Empty) { in TEST() argument
|
/aosp12/system/memory/libmemunreachable/ |
H A D | Allocator.cpp | 243 bool Chunk::Empty() { in Empty() function in android::Chunk 323 bool HeapImpl::Empty() { in Empty() function in android::HeapImpl
|
/aosp12/system/netd/libnetdutils/ |
H A D | MemBlockTest.cpp | 71 TEST(MemBlockTest, Empty) { in TEST() argument
|
H A D | LogTest.cpp | 70 TEST(LogEntryTest, Empty) { in TEST() argument
|
/aosp12/system/tools/aidl/ |
H A D | ast_cpp.h | 207 bool Empty() const { return statements_.empty(); } in Empty() function
|
/aosp12/frameworks/base/libs/androidfw/tests/ |
H A D | CursorWindow_test.cpp | 44 TEST(CursorWindowTest, Empty) { in TEST() argument
|
/aosp12/system/core/init/parser/ |
H A D | tokenizer_test.cpp | 38 TEST(Tokenizer, Empty) { in TEST() argument
|
/aosp12/system/core/libutils/ |
H A D | LruCache_test.cpp | 153 TEST_F(LruCacheTest, Empty) { in TEST_F() argument
|
/aosp12/art/compiler/optimizing/ |
H A D | locations.h | 448 static RegisterSet Empty() { return RegisterSet(); } in Empty() function
|