Home
last modified time | relevance | path

Searched refs:ppSize (Results 1 - 1 of 1) sorted by relevance

/developtools/hdc/src/register/
H A Dhdc_jdwp.cpp115 uint32_t ppSize = pp.size() + sizeof(JsMsgHeader); in Send2Jdwp() local
116 uint8_t* info = new (std::nothrow) uint8_t[ppSize](); in Send2Jdwp()
121 if (memset_s(info, ppSize, 0, ppSize) != EOK) { in Send2Jdwp()
127 jsMsg->msgLen = ppSize; in Send2Jdwp()
138 ret = SendBuf(static_cast<uint8_t*>(info), ppSize); in Send2Jdwp()

Completed in 1 milliseconds