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