Searched refs:heap (Results 1 – 11 of 11) sorted by relevance
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 164 QCameraHalHeap_t *heap = (QCameraHalHeap_t *)app_cb->argm_data_cb.user_data; in releaseAppCBData() local 165 releaseHeapMem(heap); in releaseAppCBData() 681 QCameraHalHeap_t *heap) in sendDataNotify() argument 695 app_cb->argm_data_cb.user_data = (void *)heap; in sendDataNotify() 2922 int QCameraHardwareInterface::initHeapMem( QCameraHalHeap_t *heap, in initHeapMem() argument 2933 heap, pmem_type, num_of_buf, buf_len); in initHeapMem() 2934 if(num_of_buf > MM_CAMERA_MAX_NUM_FRAMES || heap == NULL || in initHeapMem() 2941 memset(heap, 0, sizeof(QCameraHalHeap_t)); in initHeapMem() 2942 heap->buffer_count = num_of_buf; in initHeapMem() 2944 heap->mem_info[i].size = buf_len; in initHeapMem() [all …]
|
/device/moto/shamu/camera/QCamera/HAL/core/inc/ |
D | QCameraHWI.h | 543 int initHeapMem(QCameraHalHeap_t *heap, 549 int releaseHeapMem( QCameraHalHeap_t *heap); 955 QCameraHalHeap_t *heap);
|
/device/linaro/hikey/ |
D | device.mk | 18 $(call inherit-product-if-exists, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
|
/device/google/contexthub/firmware/ |
D | Makefile | 70 SRCS_os += src/printf.c src/timer.c src/seos.c src/heap.c src/slab.c src/spi.c src/trylock.c
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
D | QCameraHWI.h | 474 int initHeapMem( QCameraHalHeap_t *heap, 483 int releaseHeapMem( QCameraHalHeap_t *heap);
|
/device/asus/fugu/ |
D | device.mk | 62 $(call inherit-product-if-exists, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
|
/device/google/dragon/ |
D | device.mk | 174 $(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
|
/device/moto/shamu/ |
D | device.mk | 349 $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
/device/htc/flounder/ |
D | device.mk | 227 $(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
|
/device/lge/bullhead/ |
D | device.mk | 483 $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
/device/huawei/angler/ |
D | device.mk | 466 $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|