/system/bt/gd/common/ |
D | blocking_queue_unittest.cc | 48 EXPECT_EQ(queue_.take(), data); in TEST_F() 56 EXPECT_EQ(queue_.take(), data); in TEST_F() 67 EXPECT_EQ(queue_.take(), data); in TEST_F() 83 std::thread waiter_thread([this, data] { EXPECT_EQ(queue_.take(), data); }); in TEST_F() 111 EXPECT_EQ(queue_.take(), data); in TEST_F() 139 EXPECT_EQ(queue_.take(), data); in TEST_F()
|
D | blocking_queue.h | 38 T take() { in take() function
|
/system/netd/libnetdutils/ |
D | Netlink.cpp | 33 onMsg(hdr, drop(take(tail, len), sizeof(hdr))); in forEachNetlinkMessage() 45 onAttr(hdr, drop(take(tail, len), sizeof(hdr))); in forEachNetlinkAttribute()
|
D | SliceTest.cpp | 43 EXPECT_EQ(s1.base(), take(s1, kBytes).base()); in TEST_F() 44 EXPECT_EQ(kBytes, take(s1, kBytes).size()); in TEST_F()
|
/system/sepolicy/public/ |
D | incident.te | 2 # take an incident report (binary, shared bugreport), download incident
|
D | ephemeral_app.te | 9 ### applications may also opt-in to ephemeral to take advantage of the
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | incident.te | 2 # take an incident report (binary, shared bugreport), download incident
|
D | ephemeral_app.te | 9 ### applications may also opt-in to ephemeral to take advantage of the
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | incident.te | 2 # take an incident report (binary, shared bugreport), download incident
|
D | ephemeral_app.te | 9 ### applications may also opt-in to ephemeral to take advantage of the
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | incident.te | 2 # take an incident report (binary, shared bugreport), download incident
|
D | ephemeral_app.te | 9 ### applications may also opt-in to ephemeral to take advantage of the
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | incident.te | 2 # take an incident report (binary, shared bugreport), download incident
|
D | ephemeral_app.te | 9 ### applications may also opt-in to ephemeral to take advantage of the
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | incident.te | 2 # take an incident report (binary, shared bugreport), download incident
|
D | ephemeral_app.te | 9 ### applications may also opt-in to ephemeral to take advantage of the
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | incident.te | 2 # take an incident report (binary, shared bugreport), download incident
|
D | ephemeral_app.te | 9 ### applications may also opt-in to ephemeral to take advantage of the
|
/system/bt/gd/rust/link/src/acl/ |
D | fragment.rs | 47 if self.buffer.take().is_some() { in on_packet() 62 match self.buffer.take() { in on_packet()
|
/system/bt/gd/rust/link/src/acl/classic/ |
D | mod.rs | 128 fn take(&mut self) -> Self { in take() method 185 let role = match pending.take() { in provide_acl_manager() 200 rx: core_conn.rx.take().unwrap(), in provide_acl_manager() 201 tx: core_conn.tx.take().unwrap(), in provide_acl_manager()
|
/system/bt/doc/ |
D | properties.md | 9 Maximum amount of time Bluetooth can take to start-up, upload firmware etc.
|
/system/bt/gd/grpc/ |
D | grpc_event_queue.h | 59 writer->Write(pending_events_.take()); in RunLoop()
|
/system/update_engine/update_manager/ |
D | update_manager.conf.example | 14 # changes take effect.
|
/system/tools/hidl/hidl2aidl/test/1.2/ |
D | IFoo.hal | 23 * Should take precedence over @1.1::someBar
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 19 The mmc_trace_reduce script will take the output from the kernel, and convert it
|