Home
last modified time | relevance | path

Searched refs:bundled_map_ops (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraStream.cpp611 if (m_MemOpsTbl.bundled_map_ops == NULL) { in mapBufs()
614 rc = m_MemOpsTbl.bundled_map_ops(&bufMapList, m_MemOpsTbl.userdata); in mapBufs()
1317 rc = ops_tbl->bundled_map_ops(&bufMapList, ops_tbl->userdata); in getBufs()
1478 rc = m_MemOpsTbl.bundled_map_ops(&bufMapList, m_MemOpsTbl.userdata); in mapNewBuffer()
2019 rc = pme->m_MemOpsTbl.bundled_map_ops(&bufMapList, pme->m_MemOpsTbl.userdata); in BufAllocRoutine()
2475 if (m_MemOpsTbl.bundled_map_ops != NULL) { in mapBufs()
2476 return m_MemOpsTbl.bundled_map_ops(&bufMapList, m_MemOpsTbl.userdata); in mapBufs()
/hardware/qcom/camera/QCamera2/stack/common/
Dmm_camera_interface.h257 map_stream_bufs_op_t bundled_map_ops; member
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1078 my_obj->map_ops.bundled_map_ops = mm_stream_bundled_map_buf_ops; in mm_stream_config()
2103 ops_tbl.bundled_map_ops = mm_stream_bundled_map_buf_ops; in mm_stream_deinit_bufs()