Searched defs:sizeWanted (Results 1 – 6 of 6) sorted by relevance
/developtools/hdc/src/common/ |
D | tcp.cpp | 54 void HdcTCPBase::AllocStreamUDP(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocStreamUDP()
|
D | channel.cpp | 358 void HdcChannelBase::AllocCallback(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocCallback()
|
D | session.cpp | 972 void HdcSessionBase::AllocCallback(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocCallback()
|
D | base.cpp | 305 void ReallocBuf(uint8_t **origBuf, int *nOrigSize, size_t sizeWanted) in ReallocBuf()
|
/developtools/hdc/src/host/ |
D | client.cpp | 429 void HdcClient::AllocStdbuf(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocStdbuf()
|
D | server_for_client.cpp | 67 … auto funcChannelHeaderAlloc = [](uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) -> void { in AcceptClient()
|