/hardware/nxp/secure_element/snxxx/OsuHal/src/ |
D | OsuHalExtn.cpp | 201 uint8_t* input, uint32_t* outLength, const std::vector<uint8_t>& data) { in checkTransmit() argument 231 *outLength = length - ISO7816_SHORT_APDU_HEADER; in checkTransmit() 234 *outLength = 0; in checkTransmit() 239 *outLength = length - ISO7816_EXTENDED_APDU_HEADER; in checkTransmit() 243 *outLength = 0; in checkTransmit() 267 *outLength = length; in checkTransmit()
|
/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 | 631 bool beginCommand(T* outCommand, uint16_t* outLength) { in beginCommand() argument 633 outLength); in beginCommand() 638 bool beginCommandBase(IComposerClient::Command* outCommand, uint16_t* outLength) { in beginCommandBase() argument 650 *outLength = static_cast<uint16_t>(val & length_mask); in beginCommandBase() 652 if (mDataRead + *outLength > mDataSize) { in beginCommandBase() 654 toString(*outCommand).c_str(), *outLength); in beginCommandBase() 660 mCommandEnd = mDataRead + *outLength; in beginCommandBase()
|
/hardware/nxp/secure_element/snxxx/OsuHal/inc/ |
D | OsuHalExtn.h | 75 OsuApduMode checkTransmit(uint8_t* input, uint32_t* outLength,
|
/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/qcom/sm7250/display/composer/ |
D | QtiComposerClient.cpp | 570 uint32_t outLength = 0; in executeCommands() local 574 _hidl_cb(Error::BAD_PARAMETER, outChanged, outLength, outHandles); in executeCommands() 580 !mWriter.writeQueue(outChanged, outLength, outHandles)) { in executeCommands() 584 _hidl_cb(Error::NONE, outChanged, outLength, outHandles); in executeCommands() 780 uint32_t outLength = 0; in executeCommands_2_2() local 784 _hidl_cb(Error::BAD_PARAMETER, outChanged, outLength, outHandles); in executeCommands_2_2() 790 !mWriter.writeQueue(outChanged, outLength, outHandles)) { in executeCommands_2_2() 794 _hidl_cb(Error::NONE, outChanged, outLength, outHandles); in executeCommands_2_2() 896 uint32_t outLength = 0; in executeCommands_2_3() local 900 _hidl_cb(Error::BAD_PARAMETER, outChanged, outLength, outHandles); in executeCommands_2_3() [all …]
|
/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,
|