Searched defs:getFd (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/gui/
H A DDisplayEventReceiver.cpp53 int DisplayEventReceiver::getFd() const { function in class:android::DisplayEventReceiver
57 return mDataChannel->getFd();
H A DBitTube.cpp97 int BitTube::getFd() const function in class:android::BitTube
H A DSensorEventQueue.cpp57 int SensorEventQueue::getFd() const function in class:android::SensorEventQueue
59 return mSensorChannel->getFd();
90 mLooper->addFd(getFd(), getFd(), ALOOPER_EVENT_INPUT, NULL, NULL);
97 const int fd = getFd();
161 ssize_t size = ::send(mSensorChannel->getFd(), &event, sizeof(event), MSG_NOSIGNAL);
183 ssize_t size = ::send(mSensorChannel->getFd(), &mNumAcksToSend, sizeof(mNumAcksToSend),
/frameworks/native/include/input/
H A DInputTransport.h153 inline int getFd() const { return mFd; } function in class:android::InputChannel
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java605 public int getFd() { method in class:ParcelFileDescriptor
607 return mWrapped.getFd();
634 final int fd = getFd();

Completed in 293 milliseconds