HomeSort by relevance Sort by last modified time
    Searched full:buff_pos (Results 1 - 2 of 2) sorted by null

  /external/qemu/telephony/
remote_call.c 106 int buff_pos; member in struct:RemoteCallRec
131 call->buff_pos = 0;
163 rcall->buff_pos = 0;
241 call->buff_pos = 0;
285 call->from_port, call->to_port, call->buff_len - call->buff_pos );
286 for (nn = call->buff_pos; nn < call->buff_len; nn++) {
304 call->buff + call->buff_pos,
305 call->buff_len - call->buff_pos );
315 call->buff_pos += n;
317 if (call->buff_pos >= call->buff_len)
    [all...]
  /external/opencore/baselibs/media_data_structures/src/
gau_object.h 43 uint32 buff_pos; member in struct:BSInfo
57 this->buff_pos = X.buff_pos;
67 this->buff_pos = pX->buff_pos;

Completed in 218 milliseconds