Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/test/
Dsequence.rs29 let poll = crate::lmp::test::poll($ctx.1.as_mut()); localVariable
49 let poll = crate::lmp::test::poll($ctx.1.as_mut()); localVariable
Dcontext.rs124 pub fn poll(future: Pin<&mut impl Future<Output = ()>>) -> Poll<()> { in poll() function
/packages/modules/Connectivity/staticlibs/testutils/hostdevice/com/android/net/module/util/
DTrackRecord.kt46 fun poll(timeoutMs: Long, pos: Int, predicate: (E) -> Boolean = { true }): E? in add() method
103 override fun poll(timeoutMs: Long, pos: Int, predicate: (E) -> Boolean) = lock.withLock { in <lambda>() method
265 fun poll(timeoutMs: Long, predicate: (E) -> Boolean = { true }): E? { in newReadHead() method
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DPollPacketReader.java101 public byte[] poll(long timeoutMs) { in poll() method in PollPacketReader
109 public byte[] poll(long timeoutMs, @NonNull Predicate<byte[]> filter) { in poll() method in PollPacketReader
DTestableNetworkCallback.kt263 fun poll(timeoutMs: Long = defaultTimeoutMs, predicate: (CallbackEntry) -> Boolean = { true }) = in <lambda>() method
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dmod.rs75 fn poll(self: Pin<&mut Self>, _cx: &mut task::Context<'_>) -> Poll<Self::Output> { in poll() function
89 fn poll(self: Pin<&mut Self>, _cx: &mut task::Context<'_>) -> Poll<Self::Output> { in poll() function
/packages/services/Car/cpp/telemetry/cartelemetryd/tests/
DFakeLooperWrapper.h67 void poll() { in poll() function
/packages/modules/Nfc/libnfc-nci/tools/casimir/scripts/
Dt4at.py72 async def poll(self): member in T4AT
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/async/
DOsAccess.java63 public abstract int poll(StructPollfd[] fds, int timeoutMs) throws IOException; in poll() method in OsAccess
/packages/modules/UprobeStats/rust/src/bpf_map/
Dmod.rs41 fn poll<T: OnItem + Debug + Copy>(map_path: &str, timeout_millis: i32, task: &Task) -> Result<()> { in poll() function
/packages/modules/Virtualization/guest/rialto/src/
Dcommunication.rs141 fn poll(&mut self) -> virtio_drivers::Result<Option<VsockEventType>> { in poll() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Deditor.rs150 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<rustyline::Result<String>> { in poll() method
/packages/modules/adb/
Dsysdeps.h248 #define poll ___xxx_poll macro
731 #define poll ___xxx_poll macro
/packages/modules/Nfc/libnfc-nci/tools/casimir/src/
Dmain.rs268 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll() method
Dmain-grpc.rs285 fn poll(mut self: Pin<&mut Self>, cx: &mut std::task::Context<'_>) -> Poll<()> { in poll() method
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/async/
DFakeOsAccess.java352 public synchronized int poll(StructPollfd[] fds, int timeoutMs) throws IOException { in poll() method in FakeOsAccess
/packages/modules/Nfc/NfcNci/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java467 native boolean doIsIsoDepNdefFormatable(byte[] poll, byte[] act); in doIsIsoDepNdefFormatable()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DBufferManager.java325 private SampleChunk poll(String key, long startPositionUs) { in poll() method in BufferManager.EvictChunkQueueMap
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DBufferManager.java322 private SampleChunk poll(String key, long startPositionUs) { in poll() method in BufferManager.EvictChunkQueueMap
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java1144 public CallbackType poll() { in poll() method in VpnTest.TestSocketKeepaliveCallback