/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
D | ComposerClient.h | 158 Return<void> executeCommands_2_3(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, in executeCommands_2_3() argument 165 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands_2_3()
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerClient.h | 156 Return<void> executeCommands_2_2(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, in executeCommands_2_2() argument 163 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands_2_2()
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerClient.h | 127 Return<void> executeCommands(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, 155 Return<void> executeCommands_2_2(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, 175 Return<void> executeCommands_2_3(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles,
|
D | QtiComposerClient.cpp | 564 Return<void> QtiComposerClient::executeCommands(uint32_t inLength, in executeCommands() argument 573 if (!mReader.readQueue(inLength, inHandles)) { in executeCommands() 774 Return<void> QtiComposerClient::executeCommands_2_2(uint32_t inLength, in executeCommands_2_2() argument 783 if (!mReader.readQueue(inLength, inHandles)) { in executeCommands_2_2() 889 Return<void> QtiComposerClient::executeCommands_2_3(uint32_t inLength, in executeCommands_2_3() argument 899 if (!mReader.readQueue(inLength, inHandles)) { in executeCommands_2_3()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 308 Return<void> executeCommands(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, in executeCommands() argument 315 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands()
|
D | ComposerCommandEngine.h | 53 Error execute(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, bool* outQueueChanged, in execute() argument 55 if (!readQueue(inLength, inHandles)) { in execute()
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 434 * @param inLength is the length of input commands. 438 * BAD_PARAMETER when inLength is not equal to the length of 448 executeCommands_2_2(uint32_t inLength,
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 377 * @param inLength is the length of input commands. 381 * BAD_PARAMETER when inLength is not equal to the length of 391 executeCommands_2_3(uint32_t inLength,
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 601 * @param inLength is the length of input commands. 605 * BAD_PARAMETER when inLength is not equal to the length of 616 executeCommands(uint32_t inLength,
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 7697 static int rleCompress(int inLength, const char in[], signed char out[]) { in rleCompress() argument 7698 const char *inEnd = in + inLength; in rleCompress() 7748 static int rleUncompress(int inLength, int maxLength, const signed char in[], in rleUncompress() argument 7752 while (inLength > 0) { in rleUncompress() 7755 inLength -= count + 1; in rleUncompress() 7758 if ((0 > (maxLength -= count)) || (inLength < 0)) return 0; in rleUncompress() 7765 inLength -= 2; in rleUncompress()
|