/hardware/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 52 * queries that require blocking must be skipped. 71 * The blocking behavior of this method differs among states: 72 * - In the stopped state, this must be non-blocking. @p mayBlock is 85 * - `BLOCKING` - Querying some parameters requires blocking, but 113 * requires blocking shall be skipped and a failure shall be returned. 126 * The blocking behavior of this method differs among states: 127 * - In the stopped state, this must be non-blocking. @p mayBlock is 146 * - `BLOCKING` - Setting some parameters requires blocking, but 207 * The blocking behavior of this method differs among states: 208 * - In the stopped state, this must be non-blocking. @p mayBlock is [all …]
|
/hardware/interfaces/tests/msgq/1.0/ |
D | ITestMsgQ.hal | 92 * This method requests the service to trigger a blocking read. 100 * This method requests the service to trigger a blocking read using 109 * This method requests the service to repeatedly trigger blocking reads. 111 * @param count Number of messages to read in a single blocking read. 112 * @param numIter Number of blocking reads to trigger.
|
/hardware/google/av/media/sfplugin/ |
D | CCodecConfig.h | 240 c2_blocking_t blocking, 252 c2_blocking_t blocking); 323 c2_blocking_t blocking = C2_DONT_BLOCK);
|
D | CCodecConfig.cpp | 952 c2_blocking_t blocking) { in subscribeToConfigUpdate() argument 963 c2_status_t c2Err = component->config({ subscribeTuning.get() }, blocking, &results); in subscribeToConfigUpdate() 1495 c2_blocking_t blocking, in getConfigUpdateFromSdkParams() argument 1520 c2_status_t err = component->query({ }, supportedIndices, blocking, configUpdate); in getConfigUpdateFromSdkParams() 1534 c2_blocking_t blocking) { in setParameters() argument 1568 subscribeToConfigUpdate(component, indices, blocking); in setParameters() 1571 c2_status_t err = component->config(paramVector, blocking, &failures); in setParameters() 1591 err = component->query({}, indices, blocking, &configUpdate); in setParameters()
|
/hardware/interfaces/audio/5.0/ |
D | IStreamOutCallback.hal | 24 * Non blocking write completed.
|
D | IStreamOut.hal | 143 * Set the callback interface for notifying completion of non-blocking 147 * must be non-blocking and use the callback to signal completion. 213 * non-blocking mode, then 'drain' must not block, instead it must return
|
/hardware/interfaces/audio/2.0/ |
D | IStreamOutCallback.hal | 24 * Non blocking write completed.
|
D | IStreamOut.hal | 135 * Set the callback interface for notifying completion of non-blocking 139 * must be non-blocking and use the callback to signal completion. 202 * non-blocking mode, then 'drain' must not block, instead it must return
|
/hardware/interfaces/audio/4.0/ |
D | IStreamOutCallback.hal | 24 * Non blocking write completed.
|
D | IStreamOut.hal | 143 * Set the callback interface for notifying completion of non-blocking 147 * must be non-blocking and use the callback to signal completion. 213 * non-blocking mode, then 'drain' must not block, instead it must return
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | types.hal | 57 * The buffer queue is operating in a non-blocking mode, but the call cannot 58 * be completed without blocking.
|
D | IGraphicBufferProducer.hal | 95 * buffers without blocking. Typically this is used for triple-buffering 615 * non-blocking mode and its corresponding spare buffer (which is used to
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 53 * - BLOCKING - Querying some parameters requires blocking. 87 * - BLOCKING - Setting some parameters requires blocking. 145 * - BLOCKING - Querying some parameters requires blocking.
|
/hardware/interfaces/camera/device/3.5/ |
D | ICameraDeviceCallback.hal | 50 * This is a blocking call that takes more time with more buffers requested.
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceCallback.hal | 102 * This is a non-blocking call. The framework must handle each CaptureResult 146 * This is a non-blocking call. The framework must handle each message in 5ms.
|
D | ICameraDevice.hal | 193 * This must be a non-blocking call. The HAL should return from this call
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 100 * This helps in attirbuting what in the device is blocking the device from
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 210 * buffers without blocking. Typically this is used for triple-buffering 286 * * WOULD_BLOCK - no buffer is currently available, and blocking is disabled 383 * * WOULD_BLOCK - no buffer slot is currently available, and blocking is 670 * non-blocking mode and its corresponding spare buffer (which is used to
|
/hardware/qcom/msm8994/kernel-headers/media/ |
D | msmb_isp.h | 356 uint32_t blocking; member
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
D | msmb_isp.h | 334 uint32_t blocking; member
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msmb_isp.h | 396 uint32_t blocking; member
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
D | msmb_isp.h | 365 uint32_t blocking; member
|
/hardware/qcom/msm8998/original-kernel-headers/media/ |
D | msmb_isp.h | 394 uint32_t blocking; member
|
/hardware/qcom/msm8998/kernel-headers/media/ |
D | msmb_isp.h | 427 uint32_t blocking; member
|
/hardware/interfaces/biometrics/face/1.0/ |
D | types.hal | 98 * prevent programs from blocking the face HAL indefinitely. The timeout is
|