/hardware/libhardware/modules/sensors/tests/ |
D | SensorEventQueue_test.cpp | 177 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/ |
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 77 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/ |
D | ComposerVts.cpp | 62 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/ |
D | Codec2InfoBuilder.h | 29 status_t buildMediaCodecList(MediaCodecListWriter* writer) override;
|
D | Codec2InfoBuilder.cpp | 260 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/ |
D | ComposerVts.cpp | 287 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/ |
D | ComposerVts.h | 69 void execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer);
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 113 void execute(TestCommandReader* reader, CommandWriterBase* writer);
|
/hardware/interfaces/tests/msgq/1.0/ |
D | IBenchmarkMsgQ.hal | 32 * wait-free FMQ with the client as writer.
|
/hardware/interfaces/audio/2.0/ |
D | IStreamOut.hal | 47 * 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/ |
D | IStreamOut.hal | 47 * 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/ |
D | IStreamOut.hal | 47 * 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/ |
D | IStreamOut.hal | 47 * 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/ |
D | IPowerStats.hal | 58 * writer(power.stats HAL) and one reader are supported. Data is
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 1207 Interpreter *writer = static_cast<Interpreter *>(context); in ThreadWrapper() local 1208 writer->ViVEncode(); in ThreadWrapper()
|