Searched refs:heapBase (Results 1 – 2 of 2) sorted by relevance
933 void* heapBase = heap->base(); in copyFrameAndPostCopiedFrame() local935 if (heapBase == MAP_FAILED) { in copyFrameAndPostCopiedFrame()945 memcpy(previewBufferBase, (uint8_t *) heapBase + offset, size); in copyFrameAndPostCopiedFrame()
256 uint8_t *heapBase = (uint8_t*)heap->base(); in copyAndPost() local258 if (heapBase != NULL) { in copyAndPost()259 const jbyte* data = reinterpret_cast<const jbyte*>(heapBase + offset); in copyAndPost()