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

/hardware/qcom/display/liboverlay/
H A DoverlayCtrlData.h74 int getFd() const;
176 inline int Ctrl::getFd() const { function in class:overlay::Ctrl
177 return mMdp.getFd();
H A DoverlayMdp.h56 int getFd() const;
216 int getFd() const;
261 inline int MdpCtrl::getFd() const { function in class:overlay::MdpCtrl
469 inline int MdpData::getFd() const { return mFd.getFD(); } function in class:overlay::MdpData
/hardware/invensense/libsensors/
H A DSensorBase.h58 virtual int getFd() const;
H A DSensorBase.cpp69 int SensorBase::getFd() const { function in class:SensorBase
H A DMPLSensor.h60 virtual int getFd() const;
H A DMPLSensor.cpp1047 int MPLSensor::getFd() const function in class:MPLSensor
1049 //ALOGV("MPLSensor::getFd returning %d", data_fd);
/hardware/invensense/libsensors_iio/
H A DSensorBase.h57 virtual int getFd() const;
H A DCompassSensor.IIO.9150.h44 virtual int getFd() const;
H A DSensorBase.cpp71 int SensorBase::getFd() const function in class:SensorBase
H A Dsensors_mpl.cpp115 mPollFds[mpl].fd = mSensor->getFd();
119 mPollFds[compass].fd = mCompassSensor->getFd();
H A DMPLSensor.h138 virtual int getFd() const;
H A DCompassSensor.IIO.9150.cpp124 int CompassSensor::getFd() const function in class:CompassSensor
H A DMPLSensor.cpp2173 int MPLSensor::getFd() const
2176 LOGV_IF(EXTRA_VERBOSE, "MPLSensor::getFd returning %d", iio_fd);
2190 int fd = mCompassSensor->getFd();
/hardware/ti/omap4xxx/camera/
H A DSensorListener.cpp124 mLooper->removeFd(mSensorEventQueue->getFd());
149 mLooper->addFd(mSensorEventQueue->getFd(), 0, ALOOPER_EVENT_INPUT, sensor_events_listener, this);
H A DMemoryManager.cpp146 int MemoryManager::getFd() function in class:android::MemoryManager
H A DCameraHal.cpp1105 mPreviewFd = mDisplayAdapter->getFd();
1181 mPreviewDataFd = mMemoryManager->getFd();
1254 mImageFd = mMemoryManager->getFd();
H A DANativeWindowDisplayAdapter.cpp789 int ANativeWindowDisplayAdapter::getFd() function in class:android::ANativeWindowDisplayAdapter
/hardware/ti/omap4xxx/camera/inc/
H A DANativeWindowDisplayAdapter.h85 virtual int getFd() ;
H A DCameraHal.h496 virtual int getFd() = 0;
695 virtual int getFd() ;
/hardware/qcom/display/liboverlay/pipes/
H A DoverlayGenPipe.h275 return mCtrlData.ctrl.getFd();

Completed in 218 milliseconds