Searched refs:free (Results 26 - 50 of 264) sorted by last modified time

1234567891011

/frameworks/rs/
H A DrsScript.cpp161 free(tz);
H A DrsStream.cpp61 free(mData);
109 free(mData);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java83 /** Return value from {@link #checkDestination} for free (no cost) short codes. */
164 /** XML attribute for the free short code regex pattern. */
165 private static final String ATTR_FREE = "free";
337 String free = parser.getAttributeValue(null, ATTR_FREE);
339 return new ShortCodePatternMatcher(pattern, premium, free, standard);
/frameworks/compile/slang/
H A Dslang_rs_context.cpp279 free(NewItem);
H A Dslang_rs_metadata_spec_encoder.cpp397 free(StrIdx);
426 free(StrIdx);
427 free(StrTab);
469 free(TypeInfos);
478 free(TypeInfos);
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc253 free(value);
256 free(keyInfo);
308 // delete all outstanding playing and free buffers
439 // Get a free playing buffer.
444 // If we have a free buffer, recycle it.
780 // The head playing buffer is done, move it to the free list.
/frameworks/native/cmds/dumpstate/
H A Dutils.c126 free(buf);
131 free(buf);
270 free(props[i]);
/frameworks/native/include/ui/
H A DGraphicBufferAllocator.h68 status_t free(buffer_handle_t handle);
/frameworks/native/include/utils/
H A DUniquePtr.h165 free(p);
175 // Can we free a single object?
203 // Can we free an array?
/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...]
H A DParcel.cpp1348 if (mData) free(mData);
1349 if (mObjects) free(mObjects);
1385 free(mObjects);
/frameworks/native/libs/gui/
H A DSensorManager.cpp50 free(mSensorList);
57 free(mSensorList);
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp308 free(buf);
316 free(buf);
360 free(buf);
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp168 grDev->free(grDev, buffers[i]->handle);
246 // wait for a free non-front buffer
H A DGraphicBuffer.cpp106 allocator.free(handle);
137 allocator.free(handle);
239 // free previous handle if any
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/native/libs/utils/
H A DBlobCache.cpp323 free(const_cast<void*>(mData));
H A DBufferedTextOutput.cpp47 free(buffer);
H A DFileMap.cpp61 mRefCount = -100; // help catch double-free
63 free(mFileName);
H A DSharedBuffer.cpp41 free(const_cast<SharedBuffer*>(released));
106 free(const_cast<SharedBuffer*>(this));
H A DThreads.cpp130 free(name);
H A DVectorImpl.cpp212 free(temp);
H A DZipFileRO.cpp106 free(mHashTable);
112 free(mFileName);
156 free(mFileName);
179 free(mFileName);
198 free(scanBuf);
207 free(scanBuf);
214 free(scanBuf);
222 free(scanBuf);
226 free(scanBuf);
247 free(scanBu
[all...]
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.cpp48 free(bo->data);
77 free(bo->data);
94 free(bo->data);
H A DTextureObjectManager.cpp35 free(surface.data);
97 free(mMipmaps[i].data);
100 free(mMipmaps);
123 free(surface.data);
169 free(surface.data);
202 free(mipmap.data);
305 // free all textures

Completed in 178 milliseconds

1234567891011