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

/frameworks/base/native/android/
H A Dsharedmem.cpp30 jmethodID getFd; member in struct:__anon1261
41 sSharedMemory.getFd = env->GetMethodID(sSharedMemory.clazz, "getFd", "()I");
42 LOG_ALWAYS_FATAL_IF(sSharedMemory.getFd == nullptr,
43 "Failed to find method SharedMemory#getFd()");
72 int fd = env->CallIntMethod(javaSharedMemory, sSharedMemory.getFd);
/frameworks/native/libs/gui/
H A DDisplayEventReceiver.cpp55 int DisplayEventReceiver::getFd() const { function in class:android::DisplayEventReceiver
59 return mDataChannel->getFd();
H A DBitTube.cpp73 int BitTube::getFd() const { function in class:android::gui::BitTube
/frameworks/native/libs/sensor/
H A DBitTube.cpp95 int BitTube::getFd() const function in class:android::BitTube
H A DSensorEventQueue.cpp54 int SensorEventQueue::getFd() const function in class:android::SensorEventQueue
56 return mSensorChannel->getFd();
87 mLooper->addFd(getFd(), getFd(), ALOOPER_EVENT_INPUT, NULL, NULL);
94 const int fd = getFd();
158 ssize_t size = ::send(mSensorChannel->getFd(), &event, sizeof(event), MSG_NOSIGNAL);
180 ssize_t size = ::send(mSensorChannel->getFd(), &mNumAcksToSend, sizeof(mNumAcksToSend),
/frameworks/base/core/java/android/os/
H A DSharedMemory.java159 public int getFd() { method in class:SharedMemory
H A DParcelFileDescriptor.java656 public int getFd() { method in class:ParcelFileDescriptor
658 return mWrapped.getFd();
685 final int fd = getFd();
/frameworks/native/include/input/
H A DInputTransport.h155 inline int getFd() const { return mFd; } function in class:android::InputChannel

Completed in 180 milliseconds