Searched refs:doWrite (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h307 bool doWrite = (damage.size() <= kMaxLength / 4); local
308 size_t length = (doWrite) ? damage.size() * 4 : 0;
311 // When there are too many rectangles in the damage region and doWrite
314 if (doWrite) {
385 bool doWrite = (visible.size() <= kMaxLength / 4); local
386 size_t length = (doWrite) ? visible.size() * 4 : 0;
390 // doWrite is false, we write no rectangle at all which means the
392 if (doWrite) {
409 bool doWrite = (damage.size() <= (kMaxLength - 4) / 4); local
410 size_t length = 4 + ((doWrite)
[all...]
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DStreamOut.impl.h72 void doWrite();
75 void WriteThread::doWrite() { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::__anon1097::WriteThread
115 doWrite();

Completed in 76 milliseconds