Searched refs:pBufMapList (Results 1 – 2 of 2) sorted by relevance
83 QCameraBufferMaps::QCameraBufferMaps(const cam_buf_map_type_list& pBufMapList) in QCameraBufferMaps() argument85 memcpy(&mBufMapList, &pBufMapList, sizeof(mBufMapList)); in QCameraBufferMaps()200 uint32_t QCameraBufferMaps::getCamBufMapList(cam_buf_map_type_list& pBufMapList) const in getCamBufMapList()202 memcpy(&pBufMapList, &mBufMapList, sizeof(pBufMapList)); in getCamBufMapList()233 cam_buf_map_type_list& pBufMapList, in makeSingletonBufMapList() argument246 rc = bufferMaps.getCamBufMapList(pBufMapList); in makeSingletonBufMapList()
42 QCameraBufferMaps(const cam_buf_map_type_list& pBufMapList);65 uint32_t getCamBufMapList(cam_buf_map_type_list& pBufMapList) const;74 cam_buf_map_type_list& pBufMapList,