Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraStream.cpp650 if (m_MemOpsTbl.bundled_map_ops == NULL) { in mapBufs()
653 rc = m_MemOpsTbl.bundled_map_ops(&bufMapList, m_MemOpsTbl.userdata); in mapBufs()
1357 rc = ops_tbl->bundled_map_ops(&bufMapList, ops_tbl->userdata); in getBufs()
1518 rc = m_MemOpsTbl.bundled_map_ops(&bufMapList, m_MemOpsTbl.userdata); in mapNewBuffer()
2063 rc = pme->m_MemOpsTbl.bundled_map_ops(&bufMapList, pme->m_MemOpsTbl.userdata); in BufAllocRoutine()
2542 if (m_MemOpsTbl.bundled_map_ops != NULL) { in mapBufs()
2543 return m_MemOpsTbl.bundled_map_ops(&bufMapList, m_MemOpsTbl.userdata); in mapBufs()
/device/google/marlin/camera/QCamera2/stack/common/
Dmm_camera_interface.h252 map_stream_bufs_op_t bundled_map_ops; member
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1086 my_obj->map_ops.bundled_map_ops = mm_stream_bundled_map_buf_ops; in mm_stream_config()
2225 ops_tbl.bundled_map_ops = mm_stream_bundled_map_buf_ops; in mm_stream_deinit_bufs()