Home
last modified time | relevance | path

Searched refs:le (Results 1 – 24 of 24) sorted by relevance

/hardware/st/secure_element/ese-spi-driver/utils-lib/
DCommandApdu.cc51 if (cmdApdu.le >= 0) { in CommandApdu_toByteArray()
52 commandApduArray[commandApduArraySize - 1] = cmdApdu.le; in CommandApdu_toByteArray()
78 if (cmdApdu.le >= 0) { in CommandApdu_getSize()
97 char* cmdData, char le, CommandApdu* cmdApdu) { in CommandApdu_formApduType4() argument
110 cmdApdu->le = le; in CommandApdu_formApduType4()
126 int CommandApdu_formApduType2(char cla, char ins, char p1, char p2, char le, in CommandApdu_formApduType2() argument
132 cmdApdu->le = le; in CommandApdu_formApduType2()
DCommandApdu.h32 char le; member
65 char* cmdData, char le, CommandApdu* cmdApdu);
77 int CommandApdu_formApduType2(char cla, char ins, char p1, char p2, char le,
/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEse_Apdu_Api.cpp238 if (pCmd->le == 256) { in phNxpEse_7816_FrameCmd()
242 *(pbuff + index) = (uint8_t)pCmd->le; in phNxpEse_7816_FrameCmd()
246 if (pCmd->le == 65536) { in phNxpEse_7816_FrameCmd()
261 *(pbuff + index) = ((pCmd->le & 0x0000FF00) >> 8); in phNxpEse_7816_FrameCmd()
263 *(pbuff + index) = (pCmd->le & 0x000000FF); in phNxpEse_7816_FrameCmd()
/hardware/interfaces/secure_element/aidl/default/
Dmain.cpp217 uint16_t le = apdu.get_le(); in Process() local
275 if (le == 0xff) { in Process()
348 static std::vector<uint8_t> GenerateBerTLVBytes(uint16_t le) { in GenerateBerTLVBytes() argument
351 if (le < (uint16_t)0x80) { in GenerateBerTLVBytes()
353 } else if (le < (uint16_t)0x100) { in GenerateBerTLVBytes()
359 uint16_t total_len = (uint16_t)(le + 2 + le_len); in GenerateBerTLVBytes()
365 if (le < 0x80) { in GenerateBerTLVBytes()
366 output[i++] = le; in GenerateBerTLVBytes()
367 } else if (le < 0x100) { in GenerateBerTLVBytes()
369 output[i++] = le; in GenerateBerTLVBytes()
[all …]
/hardware/interfaces/audio/aidl/vts/
DVtsHalLoudnessEnhancerTargetTest.cpp66 LoudnessEnhancer le = LoudnessEnhancer::make<LoudnessEnhancer::gainMb>(0); in getDefaultParamSpecific() local
68 Parameter::Specific::make<Parameter::Specific::loudnessEnhancer>(le); in getDefaultParamSpecific()
73 LoudnessEnhancer le; in createLoudnessParam() local
74 le.set<LoudnessEnhancer::gainMb>(gainMb); in createLoudnessParam()
77 specific.set<Parameter::Specific::loudnessEnhancer>(le); in createLoudnessParam()
83 LoudnessEnhancer le; in isGainValid() local
84 le.set<LoudnessEnhancer::gainMb>(gainMb); in isGainValid()
85 if (isParameterValid<LoudnessEnhancer, Range::loudnessEnhancer>(le, mDescriptor)) { in isGainValid()
/hardware/google/gfxstream/qnx/nto/aarch64-le/
Dmeson.cross.ini3 qnx_path_prefix = '../qnx/nto/aarch64-le'
/hardware/nxp/secure_element/snxxx/libese-spi/p73/inc/
DphNxpEse_Apdu_Api.h51 uint32_t le; /*!< le value field */ member
/hardware/nxp/secure_element/snxxx/1.0/
DVirtualISO.cpp281 cpdu.le = 256; in openLogicalChannel()
284 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openLogicalChannel()
368 cpdu.le = 256; in openBasicChannel()
371 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openBasicChannel()
460 cpdu.le = 0x9000; in internalCloseChannel()
519 cpdu.le = 0x9000; in closeChannel()
DSecureElement.cpp342 cpdu.le = 256; in openLogicalChannel()
345 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openLogicalChannel()
439 cpdu.le = 256; in openBasicChannel()
442 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openBasicChannel()
535 cpdu.le = 0x9000; in internalCloseChannel()
593 cpdu.le = 0x9000; in closeChannel()
/hardware/nxp/secure_element/snxxx/1.1/
DVirtualISO.cpp348 cpdu.le = 256; in openLogicalChannel()
351 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openLogicalChannel()
435 cpdu.le = 256; in openBasicChannel()
438 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openBasicChannel()
526 cpdu.le = 0x9000; in internalCloseChannel()
575 cpdu.le = 0x9000; in closeChannel()
DSecureElement.cpp428 cpdu.le = 256; in openLogicalChannel()
431 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openLogicalChannel()
525 cpdu.le = 256; in openBasicChannel()
528 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openBasicChannel()
619 cpdu.le = 0x9000; in internalCloseChannel()
/hardware/nxp/secure_element/snxxx/aidl/
DVirtualISO.cpp308 cpdu.le = 256; in openLogicalChannel()
311 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openLogicalChannel()
401 cpdu.le = 256; in openBasicChannel()
404 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openBasicChannel()
492 cpdu.le = 0x9000; in internalCloseChannel()
540 cpdu.le = 0x9000; in closeChannel()
DSecureElement.cpp462 cpdu.le = 256; in openLogicalChannel()
465 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openLogicalChannel()
638 cpdu.le = 256; in openBasicChannel()
641 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openBasicChannel()
739 cpdu.le = 0x9000; in internalCloseChannel()
/hardware/nxp/nfc/snxxx/1.2/
DNxpNfcService.cpp90 } catch (const std::length_error& le) { in main() local
/hardware/nxp/secure_element/snxxx/1.2/
DVirtualISO.cpp370 cpdu.le = 256; in openLogicalChannel()
373 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openLogicalChannel()
462 cpdu.le = 256; in openBasicChannel()
465 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openBasicChannel()
553 cpdu.le = 0x9000; in internalCloseChannel()
602 cpdu.le = 0x9000; in closeChannel()
DSecureElement.cpp544 cpdu.le = 256; in openLogicalChannel()
547 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openLogicalChannel()
710 cpdu.le = 256; in openBasicChannel()
713 rpdu.pdata = (uint8_t*)phNxpEse_memalloc(cpdu.le * sizeof(uint8_t)); in openBasicChannel()
810 cpdu.le = 0x9000; in internalCloseChannel()
/hardware/google/gfxstream/qnx/nto/
Dqnx.nto.toolchain.cmake15 …found. This variable should be set in the Makefile at VARIANT level (ie: nto/aarch64/le/Makefile)")
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.h353 virtual QCamera3StreamMem *getStreamBufs(uint32_t le);
420 virtual QCamera3StreamMem *getStreamBufs(uint32_t le);
566 virtual QCamera3StreamMem *getStreamBufs(uint32_t le);
724 virtual QCamera3StreamMem *getStreamBufs(uint32_t le);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4le,[r.END_TAG_TOKEN]:ue,[r.EOF_TOKEN]:he},[b]:{[r.CHARACTER_TOKEN]:pe,[r.NULL_CHARACTER_TOKEN]:pe,…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Drender-a11y-string.mjs125 "\\le": "is less than or equal to",
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.min.js1le(o);if(s)t(s.children,r,a);else if("mspace"!==o.classes[0]){var h=r(o,a.node);h&&(a.insertAfter?…
Dkatex.mjs4543 defineSymbol(math, main, rel, "\u2264", "\\le");
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.ts1208 …���G����b=��>�)6ܽު���1�Sz�?������F��m>��ֿ�..{�e�o���U�\|Mt�����G��le-����c����nֿ��q�m���…
Dtuner_frontend_input.es1395 …���G����b=��>�)6ܽު���1�Sz�?������F��m>��ֿ�..{�e�o���U�\|Mt�����G��le-����c����nֿ��q�m���…
1837 ��������^:��(ġ�|^@O�4�^5D�^�Nl��#L5�bI���<���Y���]~���xҲ�� 6"�� t]|�=��le�b��66*a��h
3661 …�3�/˥�=.��W����>7q_�+|�(3k��0�=̿���TM2�4�N0���q���l(?'G8�Xl�d�g�����`le@!� �^��A���gh�wc…
4781 …���m���O$CY;:��@�D�q|��5��y-v"���C��|��J�E��q%M� 2�d9~J�����A͞L�&�$��������le��-�/��j���}��O