Searched refs:outChanged (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
D | ComposerClient.h | 161 bool outChanged = false; in executeCommands_2_3() local 165 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands_2_3() 167 hidl_cb(error, outChanged, outLength, outHandles); in executeCommands_2_3()
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerClient.h | 159 bool outChanged = false; in executeCommands_2_2() local 163 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands_2_2() 165 hidl_cb(error, outChanged, outLength, outHandles); in executeCommands_2_2()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 301 bool outChanged = false; in executeCommands() local 305 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands() 307 hidl_cb(error, outChanged, outLength, outHandles); in executeCommands()
|