Searched defs:free (Results 1 - 4 of 4) sorted by last modified time

/frameworks/native/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
326 if (cur->free && (cur->size >= (size+extra))) {
339 free_chunk->free = 0;
373 LOG_FATAL_IF(cur->free,
379 cur->free = 1;
383 if (p && (p->free || !cur->size)) {
390 } while (cur && cur->free);
393 if (!freed->free) {
[all...]
/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp132 status_t GraphicBufferAllocator::free(buffer_handle_t handle) function in class:android::GraphicBufferAllocator
137 err = mAllocDev->free(mAllocDev, handle);
139 ALOGW_IF(err, "free(...) failed %d (%s)", err, strerror(-err));
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1109 int free = -1; local
1559 free(path);
/frameworks/av/media/libeffects/testlibs/
H A DAudioEqualizer.cpp77 void AudioEqualizer::free() { function in class:android::AudioEqualizer
78 ALOGV("AudioEqualizer::free()");
80 ::free(mpMem);

Completed in 97 milliseconds