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

/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.h76 status_t SendCommand(esd_command_t cmd, const uint8 *obuf, size_t olen, uint8 *ibuf, size_t ilen);
H A DESDEndpoint.cpp428 ESDEndpoint::SendCommand(esd_command_t cmd, const uint8 *obuf, size_t olen, uint8 *ibuf, size_t ilen) argument
441 if (ibuf && ilen) {
442 err = recv(fSocket, ibuf, ilen, 0);

Completed in 219 milliseconds