Searched refs:getFd (Results 1 - 25 of 44) sorted by relevance

12

/device/samsung/manta/libsensors/
H A DSensorBase.h50 virtual int getFd() const;
H A Dsensors.cpp181 mPollFds[mpl].fd = mSensors[mpl]->getFd();
196 mPollFds[light].fd = mSensors[light]->getFd();
201 mPollFds[pressure].fd = mSensors[pressure]->getFd();
H A DSensorBase.cpp75 int SensorBase::getFd() const { function in class:SensorBase
/device/htc/flounder/sensor_hub/libsensors/
H A DSensorBase.cpp90 int SensorBase::getFd() const {
H A DSensorBase.h62 virtual int getFd() const;
/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3Mem.h50 int getFd(int index) const;
H A DQCamera3Stream.cpp284 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0));
575 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i),
H A DQCamera3PostProc.cpp292 encode_parm.src_main_buf[i].fd = pStreamMem->getFd(i);
319 encode_parm.src_thumb_buf[i].fd = pStreamMem->getFd(i);
332 encode_parm.dest_buf[0].fd = mJpegMem->getFd(mJpegMemIndex);
H A DQCamera3Mem.cpp129 * FUNCTION : getFd
138 int QCamera3Memory::getFd(int index) const function in class:qcamera::QCamera3Memory
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3Mem.h50 int getFd(int index) const;
H A DQCamera3Stream.cpp276 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0));
548 rc = mMemOps->map_ops(index, -1, mStreamBufs->getFd(index),
612 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i),
H A DQCamera3PostProc.cpp300 encode_parm.src_main_buf[i].fd = pStreamMem->getFd(i);
324 encode_parm.src_thumb_buf[i].fd = pStreamMem->getFd(i);
339 encode_parm.dest_buf[0].fd = mJpegMem->getFd(
H A DQCamera3Mem.cpp129 * FUNCTION : getFd
138 int QCamera3Memory::getFd(int index) const function in class:qcamera::QCamera3Memory
/device/lge/hammerhead/libsensors/
H A Dsensors.cpp190 mPollFds[mpl].fd = mSensor[mpl]->getFd();
195 mPollFds[compass].fd = mCompassSensor->getFd();
215 mPollFds[light].fd = mSensor[light]->getFd();
220 mPollFds[proximity].fd = mSensor[proximity]->getFd();
/device/moto/shamu/camera/QCamera2/HAL3/
H A DQCamera3Mem.h51 int getFd(int index) const;
H A DQCamera3Stream.cpp281 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0));
553 rc = mMemOps->map_ops(index, -1, mStreamBufs->getFd(index),
617 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i),
/device/asus/flo/camera/QCamera2/HAL/
H A DQCameraMem.h51 int getFd(int index) const;
H A DQCameraStream.cpp252 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0));
579 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i),
H A DQCameraPostProc.cpp292 encode_parm.src_main_buf[i].fd = pStreamMem->getFd(i);
318 encode_parm.src_thumb_buf[i].fd = pStreamMem->getFd(i);
354 encode_parm.dest_buf[0].fd = m_pJpegOutputMem->getFd(0);
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCameraMem.h51 int getFd(int index) const;
H A DQCameraStream.cpp252 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0));
579 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i),
H A DQCameraPostProc.cpp292 encode_parm.src_main_buf[i].fd = pStreamMem->getFd(i);
318 encode_parm.src_thumb_buf[i].fd = pStreamMem->getFd(i);
354 encode_parm.dest_buf[0].fd = m_pJpegOutputMem->getFd(0);
/device/moto/shamu/camera/QCamera2/HAL/
H A DQCameraMem.h54 int getFd(int index) const;
H A DQCameraStream.cpp416 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0));
887 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i),
1003 mStreamBufs->getFd(i),
1133 pme->mStreamBufs->getFd(i),
/device/samsung/manta/bubblelevel/
H A DBubbleLevelImpl.cpp77 mLooper->addFd(mSensorEventQueue->getFd(), 0, ALOOPER_EVENT_INPUT, sensor_callback, this);

Completed in 251 milliseconds

12