Home
last modified time | relevance | path

Searched refs:async (Results 1 – 17 of 17) sorted by relevance

/hardware/libhardware/tests/input/evdev/
DTestHelpers.h36 return std::async(std::launch::async, [=]{ std::this_thread::sleep_for(delay); task(); }); in decltype()
/hardware/interfaces/bluetooth/1.0/default/
DAndroid.bp36 "android.hardware.bluetooth-async",
42 name: "android.hardware.bluetooth-async",
92 "android.hardware.bluetooth-async",
Dasync_fd_watcher.h26 namespace async {
Dvendor_interface.h63 async::AsyncFdWatcher fd_watcher_;
Dasync_fd_watcher.cc40 namespace async { namespace
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal209 * 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/
DIUsbCallback.hal23 * Callback object used for all the IUsb async methods which expects a result.
/hardware/interfaces/usb/1.1/
DIUsbCallback.hal22 * Callback object used for all the IUsb async methods which expects a result.
/hardware/interfaces/usb/1.0/
DIUsbCallback.hal20 * Callback object used for all the IUsb async methods which expects a result.
DIUsb.hal49 * status of the Type-C ports. This method is async/oneway. The result of the
/hardware/interfaces/graphics/bufferqueue/2.0/
DIGraphicBufferProducer.hal94 * 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/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc174 async::AsyncFdWatcher fd_watcher_;
Dh4_protocol_unittest.cc220 async::AsyncFdWatcher fd_watcher_;
Dasync_fd_watcher_unittest.cc38 using android::hardware::bluetooth::async::AsyncFdWatcher;
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.cpp784 status_callback_future_ = std::async( in TriggerDeferredCallbacks()
785 std::launch::async, in TriggerDeferredCallbacks()
795 status_callback_future_ = std::async([]() { return; }); in WaitForStatusCallbackFuture()
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp86 : mHwApi(std::move(hwapi)), mHwCal(std::move(hwcal)), mAsyncHandle(std::async([] {})) { in Vibrator()
299 mAsyncHandle = std::async(&Vibrator::waitForComplete, this, callback); in on()
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal2737 * This is an async request: Android makes the request by setting a VehiclePropValue, and HAL