Searched refs:async (Results 1 – 22 of 22) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/ |
D | PlatfBufferManager.cpp | 57 const crop_t& destRect, bool filter, bool async) in blit() argument 71 if (!async) { in blit()
|
D | PlatfBufferManager.h | 37 const crop_t& destRect, bool filter, bool async);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/ |
D | PlatfBufferManager.cpp | 57 crop_t& srcCrop, uint32_t async) in blitGrallocBuffer() argument 71 if (!async) { in blitGrallocBuffer()
|
D | PlatfBufferManager.h | 37 crop_t& srcCrop, uint32_t async);
|
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/ |
D | PlatfBufferManager.cpp | 57 const crop_t& destRect, bool filter, bool async) in blit() argument 71 if (!async) { in blit()
|
D | PlatfBufferManager.h | 37 const crop_t& destRect, bool filter, bool async);
|
/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 | 37 "android.hardware.bluetooth-async", 43 name: "android.hardware.bluetooth-async", 93 "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/intel/img/hwcomposer/merrifield/include/ |
D | BufferManager.h | 63 const crop_t& destRect, bool filter, bool async) = 0;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | BufferManager.h | 63 crop_t& srcCrop, uint32_t async) = 0;
|
/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.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/bluetooth/1.0/default/test/ |
D | mct_protocol_unittest.cc | 174 async::AsyncFdWatcher fd_watcher_;
|
D | h4_protocol_unittest.cc | 190 async::AsyncFdWatcher fd_watcher_;
|
D | async_fd_watcher_unittest.cc | 38 using android::hardware::bluetooth::async::AsyncFdWatcher;
|
/hardware/qcom/display/sdm845/sdm/libs/hwc/ |
D | hwc_session.cpp | 703 future_ = std::async(PostRefresh, hwc_procs_); in AsyncRefresh()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 15372 mEaselErrorFuture = std::async(std::launch::async, in handleEaselFatalErrorAsync()
|