Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 13 of 13) sorted by relevance

/system/bt/gd/neighbor/facade/
Dfacade.proto15 …// TODO: Should we use a blocking call for ReadRemoteName instead? (Note: blocking model may not w…
/system/extras/profcollectd/libprofcollectd/
Dscheduler.rs90 pub fn process(&self, blocking: bool) -> Result<()> { in process()
99 if blocking { in process()
Dservice.rs76 fn process(&self, blocking: bool) -> BinderResult<()> { in process()
79 .process(blocking) in process()
/system/extras/profcollectd/binder/com/android/server/profcollect/
DIProfCollectd.aidl24 void process(boolean blocking); in process() argument
/system/logging/liblog/
Dlogd_writer.cpp70 LogdSocket(bool blocking) : blocking_(blocking) {} in LogdSocket() argument
/system/chre/chpp/
Dclients.c481 uint16_t openCommand, bool blocking) { in chppClientSendOpenRequest() argument
498 if (blocking) { in chppClientSendOpenRequest()
511 priorState, clientState->pseudoOpen, blocking); in chppClientSendOpenRequest()
514 } else if (blocking) { in chppClientSendOpenRequest()
DRELEASE_NOTES.md127 - Timesync is redesigned to become non-blocking
/system/bt/gd/docs/architecture/
Darchitecture.md57 * Do blocking I/O operations in separate threads
81 between these two layers to buffer any blocking operation.
85 potentially blocking. Hence it has its separate thread to avoid blocking the
106 **Non-blocking queue**
108 will return immediately. All queueing within a thread must be non-blocking,
118 : Same as non-blocking queue, but it will flush when it’s full and user tries
/system/chre/chpp/include/chpp/
Dclients.h354 uint16_t openCommand, bool blocking);
/system/netd/tests/benchmarks/
DREADME.md26 does not include any time spent in other processes or blocking on I/O.
/system/logging/logcat/
Dlogcat.cpp77 void SetupOutputAndSchedulingPolicy(bool blocking);
251 void Logcat::SetupOutputAndSchedulingPolicy(bool blocking) { in SetupOutputAndSchedulingPolicy() argument
254 if (blocking) { in SetupOutputAndSchedulingPolicy()
/system/logging/logd/
DREADME.replay.md13 the logd socket in `liblog` blocking, by removing `SOCK_NONBLOCK` from the `socket()` call in
/system/logging/logcat/tests/
Dlogcat_test.cpp643 TEST(logcat, blocking) { in TEST() argument