Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
DPlatfBufferManager.cpp57 const crop_t& destRect, bool filter, bool async) in blit() argument
71 if (!async) { in blit()
DPlatfBufferManager.h37 const crop_t& destRect, bool filter, bool async);
/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
DPlatfBufferManager.cpp57 crop_t& srcCrop, uint32_t async) in blitGrallocBuffer() argument
71 if (!async) { in blitGrallocBuffer()
DPlatfBufferManager.h37 crop_t& srcCrop, uint32_t async);
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
DPlatfBufferManager.cpp57 const crop_t& destRect, bool filter, bool async) in blit() argument
71 if (!async) { in blit()
DPlatfBufferManager.h37 const crop_t& destRect, bool filter, bool async);
/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.bp37 "android.hardware.bluetooth-async",
43 name: "android.hardware.bluetooth-async",
93 "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/intel/img/hwcomposer/merrifield/include/
DBufferManager.h63 const crop_t& destRect, bool filter, bool async) = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DBufferManager.h63 crop_t& srcCrop, uint32_t async) = 0;
/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.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/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc174 async::AsyncFdWatcher fd_watcher_;
Dh4_protocol_unittest.cc190 async::AsyncFdWatcher fd_watcher_;
Dasync_fd_watcher_unittest.cc38 using android::hardware::bluetooth::async::AsyncFdWatcher;
/hardware/qcom/display/sdm845/sdm/libs/hwc/
Dhwc_session.cpp703 future_ = std::async(PostRefresh, hwc_procs_); in AsyncRefresh()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp15372 mEaselErrorFuture = std::async(std::launch::async, in handleEaselFatalErrorAsync()