/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3StreamMem.cpp | 127 int QCamera3StreamMem::getFd(uint32_t index) in getFd() function in qcamera::QCamera3StreamMem 132 return mHeapMem.getFd(index); in getFd() 134 return mGrallocMem.getFd(index); in getFd()
|
D | QCamera3StreamMem.h | 56 int getFd(uint32_t index);
|
D | QCamera3Stream.cpp | 359 0, -1, mStreamInfoBuf->getFd(0), (size_t)bufSize); in init() 636 rc = mMemOps->map_ops(index, -1, mStreamBufs->getFd(index), in bufDone() 754 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs() 1154 rc = ops_tbl->map_ops(i, -1, mStreamBatchBufs->getFd(i), in getBatchBufs() 1292 batchBufDef.fd = mStreamBatchBufs->getFd(0); in getBatchBufDef()
|
D | QCamera3Mem.h | 61 int getFd(uint32_t index);
|
D | QCamera3PostProc.cpp | 357 encode_parm.dest_buf[0].fd = mOutputMem->getFd( in getFWKJpegEncodeConfig() 441 encode_parm.src_main_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig() 471 encode_parm.src_thumb_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig() 492 encode_parm.dest_buf[0].fd = mOutputMem->getFd( in getJpegEncodeConfig()
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3StreamMem.cpp | 127 int QCamera3StreamMem::getFd(uint32_t index) in getFd() function in qcamera::QCamera3StreamMem 132 return mHeapMem.getFd(index); in getFd() 134 return mGrallocMem.getFd(index); in getFd()
|
D | QCamera3StreamMem.h | 56 int getFd(uint32_t index);
|
D | QCamera3Stream.cpp | 359 0, -1, mStreamInfoBuf->getFd(0), (size_t)bufSize); in init() 636 rc = mMemOps->map_ops(index, -1, mStreamBufs->getFd(index), in bufDone() 754 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs() 1154 rc = ops_tbl->map_ops(i, -1, mStreamBatchBufs->getFd(i), in getBatchBufs() 1292 batchBufDef.fd = mStreamBatchBufs->getFd(0); in getBatchBufDef()
|
D | QCamera3Mem.h | 61 int getFd(uint32_t index);
|
D | QCamera3PostProc.cpp | 357 encode_parm.dest_buf[0].fd = mOutputMem->getFd( in getFWKJpegEncodeConfig() 441 encode_parm.src_main_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig() 471 encode_parm.src_thumb_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig() 492 encode_parm.dest_buf[0].fd = mOutputMem->getFd( in getJpegEncodeConfig()
|
/device/htc/flounder/sensor_hub/libsensors/ |
D | SensorBase.h | 62 virtual int getFd() const;
|
D | SensorBase.cpp | 91 int SensorBase::getFd() const { in getFd() function in SensorBase
|
/device/google/dragon/sensor_hub/ |
D | cros_ec_sensors.h | 136 virtual int getFd(void);
|
D | cros_ec_sensors.cpp | 119 int CrosECSensor::getFd(void) in getFd() function in CrosECSensor
|
D | sensors.cpp | 594 mPollFds[crosEcRingFd].fd = mSensor->getFd(); in cros_ec_sensors_poll_context_t()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 531 Buf->getFd((uint32_t)i), (uint32_t)bufSize); in mapBuf() 533 rc = ops_tbl->map_ops((uint32_t)i, -1, Buf->getFd((uint32_t)i), in mapBuf() 1145 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs() 1275 mStreamBufs->getFd(i), (size_t)bufSize, NULL); in allocateBuffers() 1385 mStreamBatchBufs->getFd(i), (size_t)mNumBufs, ops_tbl); in allocateBatchBufs() 1417 mStreamBufs->getFd(i), (size_t)bufSize, ops_tbl); in allocateBatchBufs() 1640 rc = pme->m_MemOpsTbl.map_ops(i, -1, pme->mStreamBufs->getFd(i), in BufAllocRoutine()
|
D | QCameraMem.h | 64 int getFd(uint32_t index) const;
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 531 Buf->getFd((uint32_t)i), (uint32_t)bufSize); in mapBuf() 533 rc = ops_tbl->map_ops((uint32_t)i, -1, Buf->getFd((uint32_t)i), in mapBuf() 1145 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs() 1275 mStreamBufs->getFd(i), (size_t)bufSize, NULL); in allocateBuffers() 1385 mStreamBatchBufs->getFd(i), (size_t)mNumBufs, ops_tbl); in allocateBatchBufs() 1417 mStreamBufs->getFd(i), (size_t)bufSize, ops_tbl); in allocateBatchBufs() 1640 rc = pme->m_MemOpsTbl.map_ops(i, -1, pme->mStreamBufs->getFd(i), in BufAllocRoutine()
|
D | QCameraMem.h | 64 int getFd(uint32_t index) const;
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3Mem.h | 52 int getFd(int index);
|
D | QCamera3Stream.cpp | 283 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0)); in init() 527 rc = mMemOps->map_ops(index, -1, mStreamBufs->getFd(index), in bufDone() 635 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs()
|
D | QCamera3PostProc.cpp | 317 encode_parm.dest_buf[0].fd = mJpegMem->getFd( in getFWKJpegEncodeConfig() 393 encode_parm.src_main_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig() 417 encode_parm.src_thumb_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig() 432 encode_parm.dest_buf[0].fd = mJpegMem->getFd( in getJpegEncodeConfig()
|
D | QCamera3Mem.cpp | 148 int QCamera3Memory::getFd(int index) in getFd() function in qcamera::QCamera3Memory
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 416 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0)); in init() 887 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs() 1003 mStreamBufs->getFd(i), in allocateBuffers() 1133 pme->mStreamBufs->getFd(i), in BufAllocRoutine()
|
D | QCameraMem.h | 55 int getFd(int index) const;
|