Home
last modified time | relevance | path

Searched defs:Empty (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/system/bt/gd/rust/link/src/acl/classic/
H A Dfacade.rs35 _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 Dfacade.rs50 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 Dfacade.rs87 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 Dcontroller_facade.rs41 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 DEmpty.cpp22 Empty::Empty() : MessageDefinition<char>("nlmsg", { in Empty() function in android::nl::protocols::base::Empty
/aosp12/art/compiler/debug/
H A Ddebug_info.h38 bool Empty() const { in Empty() function
/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Dlink.h49 bool Empty() const { in Empty() function
/aosp12/system/bt/common/
H A Dleaky_bonded_queue.h155 bool LeakyBondedQueue<T>::Empty() { in Empty() function
/aosp12/system/bt/gd/hci/facade/
H A Dle_scanning_manager_facade.cc51 ::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 Drequest_tracker.cpp155 bool RequestTracker::Empty() const { in Empty() function in default_camera_hal::RequestTracker
/aosp12/art/runtime/
H A Dintern_table.h222 bool Empty() const { in Empty() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
H A Dstack.h145 bool Empty() const { return stackTop_ == stack_; } in Empty() function
/aosp12/frameworks/base/libs/hwui/
H A DOutline.h29 enum class Type { None = 0, Empty = 1, Path = 2, RoundRect = 3 }; enumerator
/aosp12/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.cpp109 TEST_F(GCFactoryListTraitsTest, Empty) { in TEST_F() argument
/aosp12/system/nvram/messages/tests/
H A Dio_test.cpp95 TEST(InputStreamBufferTest, Empty) { in TEST() argument
266 TEST(OutputStreamBufferTest, Empty) { in TEST() argument
/aosp12/build/soong/androidmk/parser/
H A Dmake_strings.go121 func (ms *MakeString) Empty() bool { func
/aosp12/system/core/healthd/
H A Dhealthd_mode_charger_test.cpp160 TEST(ChargerLoadAnimationRes, Empty) { in TEST() argument
/aosp12/system/memory/libmemunreachable/
H A DAllocator.cpp243 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 DMemBlockTest.cpp71 TEST(MemBlockTest, Empty) { in TEST() argument
H A DLogTest.cpp70 TEST(LogEntryTest, Empty) { in TEST() argument
/aosp12/system/tools/aidl/
H A Dast_cpp.h207 bool Empty() const { return statements_.empty(); } in Empty() function
/aosp12/frameworks/base/libs/androidfw/tests/
H A DCursorWindow_test.cpp44 TEST(CursorWindowTest, Empty) { in TEST() argument
/aosp12/system/core/init/parser/
H A Dtokenizer_test.cpp38 TEST(Tokenizer, Empty) { in TEST() argument
/aosp12/system/core/libutils/
H A DLruCache_test.cpp153 TEST_F(LruCacheTest, Empty) { in TEST_F() argument
/aosp12/art/compiler/optimizing/
H A Dlocations.h448 static RegisterSet Empty() { return RegisterSet(); } in Empty() function

12