Loading graphics/composer/2.1/default/IComposerCommandBuffer.h +7 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,13 @@ public: bool writeQueue(bool* outQueueChanged, uint32_t* outCommandLength, hidl_vec<hidl_handle>* outCommandHandles) { if (mDataWritten == 0) { *outQueueChanged = false; *outCommandLength = 0; outCommandHandles->setToExternal(nullptr, 0); return true; } // After data are written to the queue, it may not be read by the // remote reader when // Loading Loading
graphics/composer/2.1/default/IComposerCommandBuffer.h +7 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,13 @@ public: bool writeQueue(bool* outQueueChanged, uint32_t* outCommandLength, hidl_vec<hidl_handle>* outCommandHandles) { if (mDataWritten == 0) { *outQueueChanged = false; *outCommandLength = 0; outCommandHandles->setToExternal(nullptr, 0); return true; } // After data are written to the queue, it may not be read by the // remote reader when // Loading