Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 25 of 36) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c254 bool busy; member
300 if (!chain->images[i].busy) { in wsi_headless_swapchain_acquire_next_image()
303 chain->images[i].busy = true; in wsi_headless_swapchain_acquire_next_image()
327 chain->images[image_index].busy = false; in wsi_headless_swapchain_queue_present()
499 chain->images[i].busy = false; in wsi_headless_surface_create_swapchain()
Dwsi_common_x11.c1038 atomic_bool busy; member
1253 chain->images[i].busy = false; in x11_handle_dri3_present_event()
1421 if (!chain->images[i].busy) { in x11_acquire_next_image_poll_find_index()
1425 chain->images[i].busy = true; in x11_acquire_next_image_poll_find_index()
1696 chain->images[image_index].busy = false; in x11_present_to_x11_sw()
1774 assert(chain->images[index].busy); in x11_release_images()
1775 chain->images[index].busy = false; in x11_release_images()
1807 if (!chain->images[i].busy) { in x11_acquire_next_image()
1809 chain->images[i].busy = true; in x11_acquire_next_image()
1878 chain->images[image_index].busy = true; in x11_queue_present()
[all …]
Dwsi_common_wayland.c134 bool busy; member
1658 assert(chain->images[index].busy); in wsi_wl_swapchain_release_images()
1659 chain->images[index].busy = false; in wsi_wl_swapchain_release_images()
1868 if (!chain->images[i].busy) { in wsi_wl_swapchain_acquire_next_image()
1871 chain->images[i].busy = true; in wsi_wl_swapchain_acquire_next_image()
2049 chain->images[image_index].busy = true; in wsi_wl_swapchain_queue_present()
2063 image->busy = false; in buffer_handle_release()
2396 chain->images[i].busy = false; in wsi_wl_surface_create_swapchain()
/hardware/interfaces/neuralnetworks/1.3/
DIBuffer.hal34 * - DEVICE_UNAVAILABLE if driver is offline or busy
52 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIFencedExecutionCallback.hal38 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIPreparedModelCallback.hal45 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIExecutionCallback.hal42 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIDevice.hal44 * - DEVICE_UNAVAILABLE if driver is offline or busy
66 * - DEVICE_UNAVAILABLE if driver is offline or busy
199 * - DEVICE_UNAVAILABLE if driver is offline or busy
302 * - DEVICE_UNAVAILABLE if driver is offline or busy
357 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIPreparedModel.hal115 * - DEVICE_UNAVAILABLE if driver is offline or busy
194 * - DEVICE_UNAVAILABLE if driver is offline or busy
292 * - DEVICE_UNAVAILABLE if driver is offline or busy
/hardware/interfaces/contexthub/1.0/
DIContexthub.hal86 * TRANSACTION_PENDING if hub is busy with another
109 * TRANSACTION_PENDING if hub is busy with another
130 * TRANSACTION_PENDING if hub is busy with another
151 * TRANSACTION_PENDING if hub is busy with another
/hardware/interfaces/tv/cec/1.1/
DIHdmiCec.hal41 * FAILURE_BUSY if device or resource is busy
58 * BUSY if the CEC bus is busy.
/hardware/interfaces/neuralnetworks/1.1/
DIDevice.hal35 * - DEVICE_UNAVAILABLE if driver is offline or busy
52 * - DEVICE_UNAVAILABLE if driver is offline or busy
115 * - DEVICE_UNAVAILABLE if driver is offline or busy
/hardware/interfaces/neuralnetworks/1.0/
DIDevice.hal30 * - DEVICE_UNAVAILABLE if driver is offline or busy
47 * - DEVICE_UNAVAILABLE if driver is offline or busy
108 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIExecutionCallback.hal35 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIPreparedModelCallback.hal42 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIPreparedModel.hal72 * - DEVICE_UNAVAILABLE if driver is offline or busy
/hardware/interfaces/neuralnetworks/1.2/
DIDevice.hal50 * - DEVICE_UNAVAILABLE if driver is offline or busy
69 * - DEVICE_UNAVAILABLE if driver is offline or busy
83 * - DEVICE_UNAVAILABLE if driver is offline or busy
97 * - DEVICE_UNAVAILABLE if driver is offline or busy
115 * - DEVICE_UNAVAILABLE if driver is offline or busy
155 * - DEVICE_UNAVAILABLE if driver is offline or busy
261 * - DEVICE_UNAVAILABLE if driver is offline or busy
341 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIPreparedModelCallback.hal44 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIExecutionCallback.hal39 * - DEVICE_UNAVAILABLE if driver is offline or busy
DIPreparedModel.hal82 * - DEVICE_UNAVAILABLE if driver is offline or busy
128 * - DEVICE_UNAVAILABLE if driver is offline or busy
200 * - DEVICE_UNAVAILABLE if driver is offline or busy
/hardware/interfaces/wifi/1.3/
Dtypes.hal34 * Total time for which CCA is held busy on this channel.
/hardware/interfaces/tv/cec/1.0/
DIHdmiCec.hal37 * FAILURE_BUSY if device or resource is busy
82 * BUSY if the CEC bus is busy.
Dtypes.hal155 BUSY = 2, // bus is busy
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprint.hal25 * This call must block if the HAL state machine is in busy state until HAL
26 * leaves the busy state.
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFace.hal31 * if the HAL state machine is in busy state until the HAL leaves the
32 * busy state.

12