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()197 uint32_t QCameraBufferMaps::getCamBufMapList(cam_buf_map_type_list& pBufMapList) const in getCamBufMapList()199 memcpy(&pBufMapList, &mBufMapList, sizeof(pBufMapList)); in getCamBufMapList()230 cam_buf_map_type_list& pBufMapList) in makeSingletonBufMapList() argument241 rc = bufferMaps.getCamBufMapList(pBufMapList); in makeSingletonBufMapList()
42 QCameraBufferMaps(const cam_buf_map_type_list& pBufMapList);63 uint32_t getCamBufMapList(cam_buf_map_type_list& pBufMapList) const;72 cam_buf_map_type_list& pBufMapList);