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

  /frameworks/native/libs/ui/include/ui/
GraphicBufferMapper.h 81 status_t unlockAsync(buffer_handle_t handle, int *fenceFd);
GraphicBuffer.h 181 status_t unlockAsync(int *fenceFd);
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc.h 69 return g->unlockAsync(g, handle, releaseFence);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc.h 69 return g->unlockAsync(g, handle, releaseFence);
  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 127 status_t error = unlockAsync(handle, &fenceFd);
178 status_t GraphicBufferMapper::unlockAsync(buffer_handle_t handle, int *fenceFd)
GraphicBuffer.cpp 324 status_t GraphicBuffer::unlockAsync(int *fenceFd)
326 status_t res = getBufferMapper().unlockAsync(handle, fenceFd);
  /hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
Gralloc0Hal.h 166 if (mMinor >= 3 && mModule->unlockAsync) {
167 result = mModule->unlockAsync(mModule, bufferHandle, &fenceFd);
  /hardware/libhardware/include/hardware/
gralloc.h 285 * The (*unlockAsync)() method is like the (*unlock)() method
295 int (*unlockAsync)(struct gralloc_module_t const* module,
  /frameworks/native/libs/gui/
CpuConsumer.cpp 212 status_t err = ab.mGraphicBuffer->unlockAsync(&fenceFd);
Surface.cpp     [all...]
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 186 CHECK_MEMBER_AT(gralloc_module_t, unlockAsync, 156, 304);
  /frameworks/native/libs/nativewindow/
AHardwareBuffer.cpp 147 return gBuffer->unlockAsync(fence);
  /frameworks/av/media/ndk/
NdkImage.cpp 227 status_t res = mBuffer->mGraphicBuffer->unlockAsync(&releaseFenceFd);
  /hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
Gralloc1On0Adapter.cpp 522 int result = mModule->unlockAsync(mModule, buffer->getHandle(),
526 ALOGE("gralloc0 unlockAsync failed: %d", result);
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 479 res = buffer->mGraphicBuffer->unlockAsync(&fenceFd);
    [all...]

Completed in 399 milliseconds