Searched refs:outLength (Results 1 – 9 of 9) sorted by relevance
/hardware/nxp/secure_element/snxxx/1.2/OsuHal/src/ |
D | OsuHalExtn.cpp | 192 uint32_t* outLength) { in checkTransmit() argument 217 *outLength = length - ISO7816_SHORT_APDU_HEADER; in checkTransmit() 221 *outLength = 0; in checkTransmit() 226 *outLength = length - ISO7816_EXTENDED_APDU_HEADER; in checkTransmit() 230 *outLength = 0; in checkTransmit() 254 *outLength = length; in checkTransmit()
|
/hardware/nxp/secure_element/snxxx/1.2/OsuHal/inc/ |
D | OsuHalExtn.h | 78 OsuApduMode checkTransmit(uint8_t* input, size_t length, uint32_t* outLength);
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerClient.h | 160 uint32_t outLength = 0; 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.3/utils/hal/include/composer-hal/2.3/ |
D | ComposerClient.h | 162 uint32_t outLength = 0; 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.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 630 bool beginCommand(T* outCommand, uint16_t* outLength) { in beginCommand() argument 632 outLength); in beginCommand() 637 bool beginCommandBase(IComposerClient::Command* outCommand, uint16_t* outLength) { in beginCommandBase() argument 649 *outLength = static_cast<uint16_t>(val & length_mask); in beginCommandBase() 651 if (mDataRead + *outLength > mDataSize) { in beginCommandBase() 652 ALOGE("command 0x%x has invalid command length %" PRIu16, *outCommand, *outLength); in beginCommandBase() 658 mCommandEnd = mDataRead + *outLength; in beginCommandBase()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 312 uint32_t outLength = 0; in executeCommands() local 315 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands() 317 hidl_cb(error, outChanged, outLength, outHandles); in executeCommands()
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 444 * @param outLength is the length of output commands. 452 uint32_t outLength,
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 387 * @param outLength is the length of output commands. 395 uint32_t outLength,
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 611 * @param outLength is the length of output commands. 620 uint32_t outLength,
|