Home
last modified time | relevance | path

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

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