/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 660 rc = alloc(count, size, heap_mask, NON_SECURE); in allocate() 703 int rc = alloc(count, size, heap_mask, NON_SECURE); in allocateMore() 913 int rc = alloc(count, size, heap_mask, NON_SECURE); in allocateMore()
|
D | QCamera2HWI.cpp | 1310 rc = capabilityHeap->allocate(1, sizeof(cam_capability_t), NON_SECURE); in initCapabilities() 1709 rc = mem->allocate(bufferCnt, size, NON_SECURE); in allocateStreamBuf() 1773 rc = streamInfoBuf->allocate(1, sizeof(cam_stream_info_t), NON_SECURE); in allocateStreamInfoBuf() 1788 streamInfo->is_secure = NON_SECURE; in allocateStreamInfoBuf() 1817 streamInfo->is_secure = NON_SECURE; in allocateStreamInfoBuf() 3192 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len, NON_SECURE); in registerFaceImage()
|
D | QCameraParameters.cpp | 4523 rc = m_pParamHeap->allocate(1, sizeof(parm_buffer_t), NON_SECURE); in init()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 793 rc = alloc(count, size, heap_id_mask, NON_SECURE); in allocate() 838 int rc = alloc(count, size, heap_id_mask, NON_SECURE); in allocateMore() 1051 int rc = alloc(count, size, heap_id_mask, NON_SECURE); in allocateMore()
|
D | QCamera2HWI.cpp | 1388 rc = capabilityHeap->allocate(1, sizeof(cam_capability_t), NON_SECURE); in initCapabilities() 1793 rc = mem->allocate(bufferCnt, size, NON_SECURE); in allocateStreamBuf() 1874 rc = miscBuf->allocate(bufNum, bufSize, NON_SECURE); in allocateMiscBuf() 1909 rc = streamInfoBuf->allocate(1, sizeof(cam_stream_info_t), NON_SECURE); in allocateStreamInfoBuf() 1924 streamInfo->is_secure = NON_SECURE; in allocateStreamInfoBuf() 1954 streamInfo->is_secure = NON_SECURE; in allocateStreamInfoBuf() 2110 rc = mem->allocate(1, size, NON_SECURE); in allocateStreamUserBuf() 4075 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len, NON_SECURE); in registerFaceImage()
|
D | QCameraParameters.cpp | 5439 rc = m_pParamHeap->allocate(1, sizeof(parm_buffer_t), NON_SECURE); in init()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 793 rc = alloc(count, size, heap_id_mask, NON_SECURE); in allocate() 838 int rc = alloc(count, size, heap_id_mask, NON_SECURE); in allocateMore() 1051 int rc = alloc(count, size, heap_id_mask, NON_SECURE); in allocateMore()
|
D | QCamera2HWI.cpp | 1388 rc = capabilityHeap->allocate(1, sizeof(cam_capability_t), NON_SECURE); in initCapabilities() 1793 rc = mem->allocate(bufferCnt, size, NON_SECURE); in allocateStreamBuf() 1874 rc = miscBuf->allocate(bufNum, bufSize, NON_SECURE); in allocateMiscBuf() 1909 rc = streamInfoBuf->allocate(1, sizeof(cam_stream_info_t), NON_SECURE); in allocateStreamInfoBuf() 1924 streamInfo->is_secure = NON_SECURE; in allocateStreamInfoBuf() 1954 streamInfo->is_secure = NON_SECURE; in allocateStreamInfoBuf() 2110 rc = mem->allocate(1, size, NON_SECURE); in allocateStreamUserBuf() 4075 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len, NON_SECURE); in registerFaceImage()
|
D | QCameraParameters.cpp | 5439 rc = m_pParamHeap->allocate(1, sizeof(parm_buffer_t), NON_SECURE); in init()
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
D | cam_types.h | 689 NON_SECURE, enumerator
|
/device/huawei/angler/camera/QCamera2/stack/common/ |
D | cam_types.h | 816 NON_SECURE, enumerator
|
/device/lge/bullhead/camera/QCamera2/stack/common/ |
D | cam_types.h | 816 NON_SECURE, enumerator
|