Home | History | Annotate | Download | only in 1.0

Lines Matching refs:Fence

19 import android.hardware.media@1.0::Fence;
49 FENCE,
53 Fence fence;
133 /** A fence that the consumer must wait on before reading the buffer;
134 * set this to Fence::NO_FENCE if the buffer is ready immediately. */
135 Fence fence;
250 * The fence parameter will be updated to hold the fence associated with
252 * fence signals. If the fence is Fence::NO_FENCE, the buffer may be written
304 Fence fence,
342 * equivalent to buffer from the requestBuffer call, and fence is
343 * equivalent to fence from the dequeueBuffer call.
356 Fence fence
418 * * fence was NULL
444 * The buffer will not be overwritten until the fence signals. The fence
451 * * fence was NULL
457 Fence fence
685 * Returns the last queued buffer along with a fence which must signal
687 * the queue, buffer.nativeHandle and fence will be null handles.
695 Fence fence,