HomeSort by relevance Sort by last modified time
    Searched refs:LocalGain (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/vr/libbufferhub/
buffer_hub_client.cpp 543 int BufferProducer::LocalGain(DvrNativeBufferMetadata* out_meta,
546 ALOGD_IF(TRACE, "BufferProducer::LocalGain: buffer=%d, state=%" PRIx64 ".",
556 ALOGI("BufferProducer::LocalGain: already gained id=%d.", id());
559 ALOGE("BufferProducer::LocalGain: not released id=%d state=%" PRIx64 ".",
594 if (const int error = LocalGain(&meta, release_fence))
607 if (const int error = LocalGain(out_meta, release_fence))
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
buffer_hub_client.h 261 int LocalGain(DvrNativeBufferMetadata* out_meta, LocalHandle* out_fence);

Completed in 3750 milliseconds