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

  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 177 status_t GraphicBufferMapper::unlockAsync(buffer_handle_t handle, int *fenceFd)
183 err = mAllocMod->unlockAsync(mAllocMod, handle, fenceFd);
189 ALOGW_IF(err, "unlockAsync(...) failed %d (%s)", err, strerror(-err));
GraphicBuffer.cpp 274 status_t GraphicBuffer::unlockAsync(int *fenceFd)
276 status_t res = getBufferMapper().unlockAsync(handle, fenceFd);
  /hardware/libhardware/include/hardware/
gralloc.h 286 * The (*unlockAsync)() method is like the (*unlock)() method
296 int (*unlockAsync)(struct gralloc_module_t const* module,

Completed in 35 milliseconds