Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 25 of 35) sorted by relevance

12

/hardware/interfaces/media/c2/1.0/
DIConfigurable.hal52 * 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/
DITestMsgQ.hal92 * 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/
DCCodecConfig.h240 c2_blocking_t blocking,
252 c2_blocking_t blocking);
323 c2_blocking_t blocking = C2_DONT_BLOCK);
DCCodecConfig.cpp952 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/
DIStreamOutCallback.hal24 * Non blocking write completed.
DIStreamOut.hal143 * 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/
DIStreamOutCallback.hal24 * Non blocking write completed.
DIStreamOut.hal135 * 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/
DIStreamOutCallback.hal24 * Non blocking write completed.
DIStreamOut.hal143 * 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/
Dtypes.hal57 * The buffer queue is operating in a non-blocking mode, but the call cannot
58 * be completed without blocking.
DIGraphicBufferProducer.hal95 * 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/
DIConfigurable.hal53 * - 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/
DICameraDeviceCallback.hal50 * This is a blocking call that takes more time with more buffers requested.
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal102 * 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.
DICameraDevice.hal193 * This must be a non-blocking call. The HAL should return from this call
/hardware/interfaces/power/1.0/
Dtypes.hal100 * This helps in attirbuting what in the device is blocking the device from
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal210 * 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/
Dmsmb_isp.h356 uint32_t blocking; member
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsmb_isp.h334 uint32_t blocking; member
/hardware/qcom/msm8996/kernel-headers/media/
Dmsmb_isp.h396 uint32_t blocking; member
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsmb_isp.h365 uint32_t blocking; member
/hardware/qcom/msm8998/original-kernel-headers/media/
Dmsmb_isp.h394 uint32_t blocking; member
/hardware/qcom/msm8998/kernel-headers/media/
Dmsmb_isp.h427 uint32_t blocking; member
/hardware/interfaces/biometrics/face/1.0/
Dtypes.hal98 * prevent programs from blocking the face HAL indefinitely. The timeout is

12