Home
last modified time | relevance | path

Searched refs:writer (Results 1 – 15 of 15) sorted by relevance

/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp177 pthread_t writer, reader; in testFullQueueIo() local
179 pthread_create(&writer, NULL, fullQueueWriterTask, &writerCtx); in testFullQueueIo()
181 pthread_join(writer, NULL); in testFullQueueIo()
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp77 virtual void write(const std::shared_ptr<CommandWriterBase>& writer) { in write() argument
78 writer->selectLayer(mLayer); in write()
79 writer->setLayerDisplayFrame(mDisplayFrame); in write()
80 writer->setLayerSourceCrop(mSourceCrop); in write()
81 writer->setLayerZOrder(mZOrder); in write()
82 writer->setLayerSurfaceDamage(mSurfaceDamage); in write()
83 writer->setLayerTransform(mTransform); in write()
84 writer->setLayerPlaneAlpha(mAlpha); in write()
85 writer->setLayerBlendMode(mBlendMode); in write()
387 void write(const std::shared_ptr<CommandWriterBase>& writer) override { in write() argument
[all …]
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp62 void ComposerClient::execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer) { in execute() argument
66 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute()
69 auto ret = mClient->setInputCommandQueue(*writer->getMQDescriptor()); in execute()
90 writer->reset(); in execute()
/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.h29 status_t buildMediaCodecList(MediaCodecListWriter* writer) override;
DCodec2InfoBuilder.cpp260 MediaCodecListWriter* writer) { in buildOmxInfo() argument
271 writer->addMediaCodecInfo(); in buildOmxInfo()
321 status_t Codec2InfoBuilder::buildMediaCodecList(MediaCodecListWriter* writer) { in buildMediaCodecList() argument
369 buildOmxInfo(parser, writer); in buildMediaCodecList()
426 std::unique_ptr<MediaCodecInfoWriter> codecInfo = writer->addMediaCodecInfo(); in buildMediaCodecList()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp287 void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* writer) { in execute() argument
291 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute()
294 auto ret = mClient->setInputCommandQueue(*writer->getMQDescriptor()); in execute()
315 writer->reset(); in execute()
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DComposerVts.h69 void execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer);
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h113 void execute(TestCommandReader* reader, CommandWriterBase* writer);
/hardware/interfaces/tests/msgq/1.0/
DIBenchmarkMsgQ.hal32 * wait-free FMQ with the client as writer.
/hardware/interfaces/audio/2.0/
DIStreamOut.hal47 * Commands that can be executed on the driver writer thread.
82 * -- command queue is used to instruct the writer thread what operation
/hardware/interfaces/audio/6.0/
DIStreamOut.hal47 * Commands that can be executed on the driver writer thread.
88 * -- command queue is used to instruct the writer thread what operation
/hardware/interfaces/audio/4.0/
DIStreamOut.hal47 * Commands that can be executed on the driver writer thread.
88 * -- command queue is used to instruct the writer thread what operation
/hardware/interfaces/audio/5.0/
DIStreamOut.hal47 * Commands that can be executed on the driver writer thread.
88 * -- command queue is used to instruct the writer thread what operation
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal58 * writer(power.stats HAL) and one reader are supported. Data is
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp1207 Interpreter *writer = static_cast<Interpreter *>(context); in ThreadWrapper() local
1208 writer->ViVEncode(); in ThreadWrapper()