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

/frameworks/native/libs/binder/
H A DMemoryDealer.cpp144 : start(start), size(size), free(1), prev(0), next(0) {
148 int free : 4; member in struct:android::SimpleBestFitAllocator::chunk_t
182 /* NOTE: it's VERY important to not free allocations of size 0 because
334 if (cur->free && (cur->size >= (size+extra))) {
347 free_chunk->free = 0;
381 LOG_FATAL_IF(cur->free,
387 cur->free = 1;
391 if (p && (p->free || !cur->size)) {
398 } while (cur && cur->free);
401 if (!freed->free) {
[all...]
/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp136 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));
/frameworks/base/tools/layoutlib/bridge/src/libcore/util/
H A DNativeAllocationRegistry_Delegate.java57 delegate.mFinalizer.free(nativePtr);
62 void free(long nativePtr); method in interface:NativeAllocationRegistry_Delegate.FreeFunction
/frameworks/base/media/java/android/media/
H A DMediaCodec.java1793 freeAllTrackedBuffers(); // free buffers first
1802 * Make sure you call this when you're done to free up any opened
1807 freeAllTrackedBuffers(); // free buffers first
2749 public void free() { method in class:MediaCodec.BufferMap.CodecBuffer
2762 free();
2767 free();
2778 buffer.free();
2803 buffer.free();
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1156 int free = -1; local
1268 free(session->inBuf);
1347 free(session->outBuf);
1622 free(path);
1813 free(session->revBuf);
/frameworks/av/media/libeffects/testlibs/
H A DAudioEqualizer.cpp77 void AudioEqualizer::free() { function in class:android::AudioEqualizer
78 ALOGV("AudioEqualizer::free()");
80 ::free(mpMem);
/frameworks/av/media/ndk/
H A DNdkImage.cpp40 // Can only be called by free() with mLock hold
73 AImage::free() { function in class:AImage
75 ALOGE("Cannot free AImage before close!");
510 image->free();

Completed in 187 milliseconds