Searched refs:heapBase (Results 1 – 2 of 2) sorted by relevance
1017 void* heapBase = heap->base(); in copyFrameAndPostCopiedFrame() local1019 if (heapBase == MAP_FAILED) { in copyFrameAndPostCopiedFrame()1029 memcpy(previewBufferBase, (uint8_t *) heapBase + offset, size); in copyFrameAndPostCopiedFrame()
257 uint8_t *heapBase = (uint8_t*)heap->base(); in copyAndPost() local259 if (heapBase != NULL) { in copyAndPost()260 const jbyte* data = reinterpret_cast<const jbyte*>(heapBase + offset); in copyAndPost()