Searched defs:free (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DNIOBuffer.cpp54 // free() needs to have already been called
61 void NIOBuffer::free(JNIEnv* env) { function in class:NIOBuffer
64 SkDebugf("======= free: array still locked %x %p\n", fLockedArray, fLockedPtr);
/frameworks/base/libs/ui/
H A DGraphicBufferAllocator.cpp117 status_t GraphicBufferAllocator::free(buffer_handle_t handle) function in class:android::GraphicBufferAllocator
121 err = mAllocDev->free(mAllocDev, handle);
123 err = sw_gralloc_handle_t::free((sw_gralloc_handle_t*)handle);
126 LOGW_IF(err, "free(...) failed %d (%s)", err, strerror(-err));
H A DGraphicBufferMapper.cpp178 status_t sw_gralloc_handle_t::free(sw_gralloc_handle_t* hnd) function in class:android::sw_gralloc_handle_t
/frameworks/base/libs/binder/
H A DMemoryDealer.cpp142 : start(start), size(size), free(1), prev(0), next(0) {
146 int free : 4; member in struct:android::SimpleBestFitAllocator::chunk_t
180 /* NOTE: it's VERY important to not free allocations of size 0 because
322 if (cur->free && (cur->size >= (size+extra))) {
335 free_chunk->free = 0;
369 LOG_FATAL_IF(cur->free,
375 cur->free = 1;
379 if (p && (p->free || !cur->size)) {
386 } while (cur && cur->free);
389 if (!freed->free) {
[all...]
/frameworks/base/libs/surfaceflinger/
H A DSurfaceFlinger.cpp253 // free all the layers this client owns
1125 // free resources associated with disconnected clients
1753 void Client::free(int32_t id) function in class:Client

Completed in 110 milliseconds