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