Home
last modified time | relevance | path

Searched refs:heapBase (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp1017 void* heapBase = heap->base(); in copyFrameAndPostCopiedFrame() local
1019 if (heapBase == MAP_FAILED) { in copyFrameAndPostCopiedFrame()
1029 memcpy(previewBufferBase, (uint8_t *) heapBase + offset, size); in copyFrameAndPostCopiedFrame()
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp257 uint8_t *heapBase = (uint8_t*)heap->base(); in copyAndPost() local
259 if (heapBase != NULL) { in copyAndPost()
260 const jbyte* data = reinterpret_cast<const jbyte*>(heapBase + offset); in copyAndPost()