Searched refs:NON_SECURE (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/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()
|
/hardware/qcom/camera/QCamera2/stack/common/ |
D | cam_types.h | 816 NON_SECURE, enumerator
|