Home
last modified time | relevance | path

Searched defs:sizeWanted (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/common/
Dtcp.cpp54 void HdcTCPBase::AllocStreamUDP(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocStreamUDP()
Dchannel.cpp358 void HdcChannelBase::AllocCallback(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocCallback()
Dsession.cpp972 void HdcSessionBase::AllocCallback(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocCallback()
Dbase.cpp305 void ReallocBuf(uint8_t **origBuf, int *nOrigSize, size_t sizeWanted) in ReallocBuf()
/developtools/hdc/src/host/
Dclient.cpp429 void HdcClient::AllocStdbuf(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocStdbuf()
Dserver_for_client.cpp67 … auto funcChannelHeaderAlloc = [](uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) -> void { in AcceptClient()