Searched refs:async (Results 1 – 18 of 18) sorted by relevance
/hardware/libhardware/tests/input/evdev/ |
D | TestHelpers.h | 36 return std::async(std::launch::async, [=]{ std::this_thread::sleep_for(delay); task(); }); in decltype()
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | Android.bp | 36 "android.hardware.bluetooth-async", 42 name: "android.hardware.bluetooth-async", 92 "android.hardware.bluetooth-async",
|
D | async_fd_watcher.h | 26 namespace async {
|
D | vendor_interface.h | 63 async::AsyncFdWatcher fd_watcher_;
|
D | async_fd_watcher.cc | 40 namespace async { namespace
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | InputSurface.cpp | 165 bool async) { in setAsyncMode() argument 166 return mBase->setAsyncMode(async); in setAsyncMode()
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 209 * Set the async flag if the producer intends to asynchronously queue 213 * Enabling async mode will internally allocate an additional buffer to 225 bool async 278 * * BAD_VALUE - both in async mode and buffer count was less than the 375 * async mode and buffer count override, or the generation 420 * * both in async mode and buffer count was less than the 496 * will operate in async mode regardless of the async flag. 510 * happen because of trying to allocate/deallocate the async 578 * same way as for dequeueBuffer, and the async flag must be set the same 675 * happen because of trying to allocate/deallocate the async
|
/hardware/interfaces/usb/1.2/ |
D | IUsbCallback.hal | 23 * Callback object used for all the IUsb async methods which expects a result.
|
/hardware/interfaces/usb/1.1/ |
D | IUsbCallback.hal | 22 * Callback object used for all the IUsb async methods which expects a result.
|
/hardware/interfaces/usb/1.0/ |
D | IUsbCallback.hal | 20 * Callback object used for all the IUsb async methods which expects a result.
|
D | IUsb.hal | 49 * status of the Type-C ports. This method is async/oneway. The result of the
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | IGraphicBufferProducer.hal | 94 * Sets the async flag: whether the producer intends to asynchronously queue 98 * Enabling async mode may internally allocate an additional buffer to allow 102 * Changing the async flag may affect the number of available slots. If the 106 * @param async True if the asynchronous operation is desired; false 111 bool async 488 * shall operate in the asynchronous mode regardless of the async flag 537 * same way as for dequeueBuffer(), and the async flag must be set the same
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IFrontend.hal | 49 * stop previous tuning, and start a new tuning. Tune is a async call. 91 * Scan is an async call, with FrontendScanMessage sent via callback.
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | InputSurface.h | 93 bool async) override;
|
/hardware/interfaces/bluetooth/1.0/default/test/ |
D | mct_protocol_unittest.cc | 174 async::AsyncFdWatcher fd_watcher_;
|
D | h4_protocol_unittest.cc | 220 async::AsyncFdWatcher fd_watcher_;
|
D | async_fd_watcher_unittest.cc | 38 using android::hardware::bluetooth::async::AsyncFdWatcher;
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 16127 mEaselErrorFuture = std::async([]() { return; }); in cleanupEaselErrorFuture() 16144 mEaselErrorFuture = std::async(std::launch::async, in handleEaselFatalErrorAsync()
|