Home
last modified time | relevance | path

Searched refs:outChannel (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/gui/aidl/android/gui/
DIDisplayEventConnection.aidl30 void stealReceiveChannel(out BitTube outChannel); in stealReceiveChannel() argument
/frameworks/av/media/module/bufferpool/1.0/
DBufferPoolClient.cpp267 std::unique_ptr<BufferStatusChannel>& outChannel = in Impl() local
270 [&valid, &outConnection, &id, &outChannel] in Impl()
276 outChannel = std::make_unique<BufferStatusChannel>(desc); in Impl()
277 if (outChannel && outChannel->isValid()) { in Impl()
/frameworks/native/libs/input/
DInputTransport.cpp507 void InputChannel::copyTo(android::os::InputChannelCore& outChannel) const { in copyTo()
508 outChannel.name = getName(); in copyTo()
509 outChannel.fd.reset(dupChannelFd(fd.get())); in copyTo()
510 outChannel.token = getConnectionToken(); in copyTo()
514 android::os::InputChannelCore& outChannel) { in moveChannel() argument
515 outChannel.name = from->getName(); in moveChannel()
516 outChannel.fd = android::os::ParcelFileDescriptor(std::move(from->fd)); in moveChannel()
517 outChannel.token = from->getConnectionToken(); in moveChannel()
/frameworks/native/services/inputflinger/
DInputManager.cpp259 android::os::InputChannelCore* outChannel) { in createInputChannel() argument
275 InputChannel::moveChannel(std::move(*channel), *outChannel); in createInputChannel()
DInputManager.h140 android::os::InputChannelCore* outChannel) override;
/frameworks/native/include/input/
DInputTransport.h301 void copyTo(android::os::InputChannelCore& outChannel) const;
310 android::os::InputChannelCore& outChannel);
/frameworks/av/media/module/bufferpool/2.0/
DBufferPoolClient.cpp296 std::unique_ptr<BufferStatusChannel>& outChannel = in Impl() local
302 [&valid, &outConnection, &id, &outMsgId, &outChannel, &outObserver] in Impl()
311 outChannel = std::make_unique<BufferStatusChannel>(statusDesc); in Impl()
313 if (outChannel && outChannel->isValid() && in Impl()
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp211 binder::Status EventThreadConnection::stealReceiveChannel(gui::BitTube* outChannel) { in stealReceiveChannel() argument
217 outChannel->setReceiveFd(mChannel.moveReceiveFd()); in stealReceiveChannel()
218 outChannel->setSendFd(base::unique_fd(dup(mChannel.getSendFd()))); in stealReceiveChannel()
DEventThread.h77 binder::Status stealReceiveChannel(gui::BitTube* outChannel) override;
/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp73 MOCK_METHOD1(stealReceiveChannel, binder::Status(gui::BitTube* outChannel));