Home
last modified time | relevance | path

Searched refs:outLength (Results 1 – 9 of 9) sorted by relevance

/hardware/nxp/secure_element/snxxx/1.2/OsuHal/src/
DOsuHalExtn.cpp192 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/
DOsuHalExtn.h78 OsuApduMode checkTransmit(uint8_t* input, size_t length, uint32_t* outLength);
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerClient.h160 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/
DComposerClient.h162 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/
DComposerCommandBuffer.h630 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/
DComposerClient.h312 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/
DIComposerClient.hal444 * @param outLength is the length of output commands.
452 uint32_t outLength,
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal387 * @param outLength is the length of output commands.
395 uint32_t outLength,
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal611 * @param outLength is the length of output commands.
620 uint32_t outLength,