Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc553 vector<uint8_t> dataVec(dataSize); in eicHexdump() local
554 memcpy(dataVec.data(), data, dataSize); in eicHexdump()
555 android::hardware::identity::support::hexdump(message, dataVec); in eicHexdump()