Searched refs:blocking (Results 1 – 13 of 13) sorted by relevance
/system/bt/gd/neighbor/facade/ |
D | facade.proto | 15 …// TODO: Should we use a blocking call for ReadRemoteName instead? (Note: blocking model may not w…
|
/system/extras/profcollectd/libprofcollectd/ |
D | scheduler.rs | 90 pub fn process(&self, blocking: bool) -> Result<()> { in process() 99 if blocking { in process()
|
D | service.rs | 76 fn process(&self, blocking: bool) -> BinderResult<()> { in process() 79 .process(blocking) in process()
|
/system/extras/profcollectd/binder/com/android/server/profcollect/ |
D | IProfCollectd.aidl | 24 void process(boolean blocking); in process() argument
|
/system/logging/liblog/ |
D | logd_writer.cpp | 70 LogdSocket(bool blocking) : blocking_(blocking) {} in LogdSocket() argument
|
/system/chre/chpp/ |
D | clients.c | 481 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()
|
D | RELEASE_NOTES.md | 127 - Timesync is redesigned to become non-blocking
|
/system/bt/gd/docs/architecture/ |
D | architecture.md | 57 * 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/ |
D | clients.h | 354 uint16_t openCommand, bool blocking);
|
/system/netd/tests/benchmarks/ |
D | README.md | 26 does not include any time spent in other processes or blocking on I/O.
|
/system/logging/logcat/ |
D | logcat.cpp | 77 void SetupOutputAndSchedulingPolicy(bool blocking); 251 void Logcat::SetupOutputAndSchedulingPolicy(bool blocking) { in SetupOutputAndSchedulingPolicy() argument 254 if (blocking) { in SetupOutputAndSchedulingPolicy()
|
/system/logging/logd/ |
D | README.replay.md | 13 the logd socket in `liblog` blocking, by removing `SOCK_NONBLOCK` from the `socket()` call in
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 643 TEST(logcat, blocking) { in TEST() argument
|