Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/secure_element/hdi_service/
Dse_impl.cpp52 int32_t SeImpl::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t… in openLogicalChannel()
58 int32_t SeImpl::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vector<uint8_t>&… in openBasicChannel()
/drivers/peripheral/secure_element/vendor_adaptor/
Dse_vendor_adaptions.cpp83 int32_t SeVendorAdaptions::openLogicalChannel(const std::vector<uint8_t>& aid, uint8_t p2, in openLogicalChannel()
107 int32_t SeVendorAdaptions::openBasicChannel(const std::vector<uint8_t>& aid, uint8_t p2, std::vecto… in openBasicChannel()
/drivers/hdf_core/framework/tools/hc-gen/src/
Dstartup_cfg_gen.cpp172 sort(vect.begin(), vect.end(), [] (const ElementType &p1, const ElementType &p2) -> bool { in HostInfosOutput()
/drivers/peripheral/ril/interfaces/hdi_service/src/
Dril_impl.cpp530 …Impl::SimOpenLogicalChannel(int32_t slotId, int32_t serialId, const std::string &appID, int32_t p2) in SimOpenLogicalChannel()