Searched refs:outChannel (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/gui/aidl/android/gui/ |
D | IDisplayEventConnection.aidl | 30 void stealReceiveChannel(out BitTube outChannel); in stealReceiveChannel() argument
|
/frameworks/av/media/module/bufferpool/1.0/ |
D | BufferPoolClient.cpp | 267 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/ |
D | InputTransport.cpp | 507 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/ |
D | InputManager.cpp | 259 android::os::InputChannelCore* outChannel) { in createInputChannel() argument 275 InputChannel::moveChannel(std::move(*channel), *outChannel); in createInputChannel()
|
D | InputManager.h | 140 android::os::InputChannelCore* outChannel) override;
|
/frameworks/native/include/input/ |
D | InputTransport.h | 301 void copyTo(android::os::InputChannelCore& outChannel) const; 310 android::os::InputChannelCore& outChannel);
|
/frameworks/av/media/module/bufferpool/2.0/ |
D | BufferPoolClient.cpp | 296 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/ |
D | EventThread.cpp | 211 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()
|
D | EventThread.h | 77 binder::Status stealReceiveChannel(gui::BitTube* outChannel) override;
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SchedulerTest.cpp | 73 MOCK_METHOD1(stealReceiveChannel, binder::Status(gui::BitTube* outChannel));
|