Home
last modified time | relevance | path

Searched refs:freed (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/
DMemoryDealer.cpp319 chunk_t const * const freed = dealloc(offset); in deallocate() local
320 if (freed) { in deallocate()
394 chunk_t* freed = cur; in dealloc() local
400 freed = p; in dealloc()
409 if (!freed->free) { in dealloc()
413 LOG_FATAL_IF(!freed->free, in dealloc()
415 freed->start * kMemoryAlign, freed->size * kMemoryAlign); in dealloc()
417 return freed; in dealloc()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp1612 void *freed = s_encode_op.s_inp_buf.apv_bufs[0]; in process() local
1614 if (freed != nullptr) { in process()
1615 if (mBuffers.count(freed) == 0u) { in process()
1619 mBuffers.erase(freed); in process()
1620 mConversionBuffersInUse.erase(freed); in process()
1686 void *freed = s_encode_op.s_inp_buf.apv_bufs[0]; in drainInternal() local
1688 if (freed != nullptr) { in drainInternal()
1689 if (mBuffers.count(freed) == 0u) { in drainInternal()
1693 mBuffers.erase(freed); in drainInternal()
1694 mConversionBuffersInUse.erase(freed); in drainInternal()
/frameworks/hardware/interfaces/sensorservice/1.0/
DREADME64 * hence resources are freed as well.
138 * hence resources (including the callback) are freed as well.
/frameworks/hardware/interfaces/bufferhub/1.0/
Dtypes.hal24 BUFFER_FREED, // Buffer is freed already
DIBufferClient.hal38 * only used by this client, but the client must also be freed after
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp824 struct flat_binder_object *freed = (struct flat_binder_object *)(reply.data()); in TEST_F() local
825 freedHandle = freed->handle; in TEST_F()
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DN5.txt602 …mple.xinyiwang.refocus I/art﹕ Background partial concurrent mark sweep GC freed 124(2MB) AllocSpac…
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t1515 * @param memory The memory object to be freed. Passing NULL is acceptable and