Searched refs:getFd (Results 1 - 23 of 23) 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 DSensorEventQueue.cpp51 int SensorEventQueue::getFd() const function in class:android::SensorEventQueue
53 return mSensorChannel->getFd();
84 mLooper->addFd(getFd(), getFd(), ALOOPER_EVENT_INPUT, NULL, NULL);
91 const int fd = getFd();
H A DBitTube.cpp97 int BitTube::getFd() const function in class:android::BitTube
/frameworks/base/native/android/
H A Dsensor.cpp68 ALooper_addFd(looper, queue->getFd(), ident, ALOOPER_EVENT_INPUT, callback, data);
79 ALooper_removeFd(queue->looper, queue->getFd());
108 pfd.fd = static_cast<SensorEventQueue*>(queue)->getFd();
/frameworks/native/include/gui/
H A DBitTube.h49 int getFd() const;
H A DDisplayEventReceiver.h92 * getFd returns the file descriptor to use to receive events.
96 int getFd() const;
H A DSensorEventQueue.h59 int getFd() const;
/frameworks/native/services/surfaceflinger/tests/vsync/
H A Dvsync.cpp55 loop->addFd(myDisplayEvent.getFd(), 0, ALOOPER_EVENT_INPUT, receiver,
/frameworks/native/services/sensorservice/tests/
H A Dsensorservicetest.cpp84 loop->addFd(q->getFd(), 0, ALOOPER_EVENT_INPUT, receiver, q.get());
/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp90 int rc = mMessageQueue->getLooper()->addFd(mReceiver.getFd(), 0, ALOOPER_EVENT_INPUT,
102 mMessageQueue->getLooper()->removeFd(mReceiver.getFd());
H A Dandroid_hardware_SensorManager.cpp135 mMessageQueue->getLooper()->removeFd( mSensorQueue->getFd() );
141 mMessageQueue->getLooper()->addFd(mSensorQueue->getFd(), 0,
H A Dandroid_view_InputEventSender.cpp96 int receiveFd = mInputPublisher.getChannel()->getFd();
106 mMessageQueue->getLooper()->removeFd(mInputPublisher.getChannel()->getFd());
H A Dandroid_view_InputChannel.cpp231 parcel->writeDupFileDescriptor(inputChannel->getFd());
H A Dandroid_view_InputEventReceiver.cpp148 int fd = mInputConsumer.getChannel()->getFd();
/frameworks/native/libs/input/tests/
H A DInputChannel_test.cpp48 EXPECT_EQ(pipe.sendFd, inputChannel->getFd())
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.cpp108 mLooper->addFd(mEventTube->getFd(), 0, ALOOPER_EVENT_INPUT,
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java557 public int getFd() { method in class:ParcelFileDescriptor
559 return mWrapped.getFd();
586 final int fd = getFd();
/frameworks/native/include/input/
H A DInputTransport.h144 inline int getFd() const { return mFd; } function in class:android::InputChannel
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java306 jniProtect(socket.getFd(), interfaze);
360 String interfaze = jniGetName(tun.getFd());
/frameworks/native/libs/input/
H A DInputTransport.cpp224 int fd = ::dup(getFd());
/frameworks/rs/
H A DrsContext.cpp411 drawOnce |= rsc->mIO.playCoreCommands(rsc, displayEvent.getFd());
/frameworks/base/services/input/
H A DInputDispatcher.cpp3278 int fd = inputChannel->getFd();
3329 mLooper->removeFd(inputChannel->getFd());
3348 ssize_t connectionIndex = mConnectionsByFd.indexOfKey(inputChannel->getFd());
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java3638 NetworkUtils.markSocket(socket.getFd(), mark);
3783 NetworkUtils.markSocket(socket.getFd(), mark);

Completed in 480 milliseconds