Home | History | Annotate | Download | only in dvr

Lines Matching defs:Acquire

179 // makes the buffer read-only. Call Gain to acquire write access. A buffer
268 // Acquire allows read access. The user is responsible for making sure that
269 // Acquire is called with the correct metadata structure. The only guarantee the
270 // API currently provides is that an Acquire() with metadata of the wrong size
282 // performed as an alternative to the Acquire() with metadata. In such cases
286 int Acquire(LocalHandle* ready_fence);
293 int Acquire(LocalHandle* ready_fence, void* meta, size_t user_metadata_size);
300 int Acquire(LocalHandle* ready_fence, Meta* meta) {
301 return Acquire(ready_fence, meta, sizeof(*meta));
307 // This should be called after a successful Acquire call. If the fence is
321 // May be called after or instead of Acquire to indicate that the consumer