Home
last modified time | relevance | path

Searched refs:take (Results 1 – 25 of 65) sorted by relevance

123

/system/bt/gd/common/
Dblocking_queue_unittest.cc48 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()
Dblocking_queue.h38 T take() { in take() function
/system/netd/libnetdutils/
DNetlink.cpp33 onMsg(hdr, drop(take(tail, len), sizeof(hdr))); in forEachNetlinkMessage()
45 onAttr(hdr, drop(take(tail, len), sizeof(hdr))); in forEachNetlinkAttribute()
DSliceTest.cpp43 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/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dephemeral_app.te9 ### applications may also opt-in to ephemeral to take advantage of the
/system/sepolicy/prebuilts/api/28.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dephemeral_app.te9 ### applications may also opt-in to ephemeral to take advantage of the
/system/sepolicy/prebuilts/api/29.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dephemeral_app.te9 ### applications may also opt-in to ephemeral to take advantage of the
/system/sepolicy/prebuilts/api/30.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dephemeral_app.te9 ### applications may also opt-in to ephemeral to take advantage of the
/system/sepolicy/prebuilts/api/27.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dephemeral_app.te9 ### applications may also opt-in to ephemeral to take advantage of the
/system/sepolicy/prebuilts/api/26.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dephemeral_app.te9 ### applications may also opt-in to ephemeral to take advantage of the
/system/sepolicy/prebuilts/api/31.0/public/
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dephemeral_app.te9 ### applications may also opt-in to ephemeral to take advantage of the
/system/bt/gd/rust/link/src/acl/
Dfragment.rs47 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/
Dmod.rs128 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/
Dproperties.md9 Maximum amount of time Bluetooth can take to start-up, upload firmware etc.
/system/bt/gd/grpc/
Dgrpc_event_queue.h59 writer->Write(pending_events_.take()); in RunLoop()
/system/update_engine/update_manager/
Dupdate_manager.conf.example14 # changes take effect.
/system/tools/hidl/hidl2aidl/test/1.2/
DIFoo.hal23 * Should take precedence over @1.1::someBar
/system/extras/tests/mmc_tracepoints/
DREADME19 The mmc_trace_reduce script will take the output from the kernel, and convert it

123