Searched refs:async (Results 1 – 17 of 17) sorted by relevance
36 return std::async(std::launch::async, [=]{ std::this_thread::sleep_for(delay); task(); }); in decltype()
37 "android.hardware.bluetooth-async",43 name: "android.hardware.bluetooth-async",93 "android.hardware.bluetooth-async",
26 namespace async {
63 async::AsyncFdWatcher fd_watcher_;
40 namespace async { namespace
165 bool async) { in setAsyncMode() argument166 return mBase->setAsyncMode(async); in setAsyncMode()
209 * Set the async flag if the producer intends to asynchronously queue213 * Enabling async mode will internally allocate an additional buffer to225 bool async278 * * BAD_VALUE - both in async mode and buffer count was less than the375 * async mode and buffer count override, or the generation420 * * both in async mode and buffer count was less than the496 * will operate in async mode regardless of the async flag.510 * happen because of trying to allocate/deallocate the async578 * same way as for dequeueBuffer, and the async flag must be set the same675 * happen because of trying to allocate/deallocate the async
22 * Callback object used for all the IUsb async methods which expects a result.
23 * Callback object used for all the IUsb async methods which expects a result.
20 * Callback object used for all the IUsb async methods which expects a result.
49 * status of the Type-C ports. This method is async/oneway. The result of the
94 * Sets the async flag: whether the producer intends to asynchronously queue98 * Enabling async mode may internally allocate an additional buffer to allow102 * Changing the async flag may affect the number of available slots. If the106 * @param async True if the asynchronous operation is desired; false111 bool async488 * shall operate in the asynchronous mode regardless of the async flag537 * same way as for dequeueBuffer(), and the async flag must be set the same
174 async::AsyncFdWatcher fd_watcher_;
190 async::AsyncFdWatcher fd_watcher_;
38 using android::hardware::bluetooth::async::AsyncFdWatcher;
93 bool async) override;
16120 mEaselErrorFuture = std::async([]() { return; }); in cleanupEaselErrorFuture()16137 mEaselErrorFuture = std::async(std::launch::async, in handleEaselFatalErrorAsync()