Searched refs:take (Results 1 – 25 of 50) sorted by relevance
12
/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/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/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/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/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/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/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/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
|
/system/tools/hidl/hidl2aidl/test/1.1/ |
D | IFoo.hal | 28 // Should take precedence over @1.0::someBar
|
/system/iorap/src/perfetto/ |
D | main.cc | 106 .take(2) // kStopTracing, kShutdown. in CollectPerfettoTraceBufferViaAbstractions()
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | ephemeral_app.te | 9 ### applications may also opt-in to ephemeral to take advantage of the
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | ephemeral_app.te | 9 ### applications may also opt-in to ephemeral to take advantage of the
|
12