GraphicBufferAllocator.cpp | 136 status_t GraphicBufferAllocator::free(buffer_handle_t handle) function in class:android::GraphicBufferAllocator 141 err = mAllocDev->free(mAllocDev, handle); 143 ALOGW_IF(err, "free(...) failed %d (%s)", err, strerror(-err));
|