HomeSort by relevance Sort by last modified time
    Searched defs:buff_size (Results 1 - 8 of 8) sorted by null

  /external/qemu/telephony/
remote_call.c 117 int buff_size; member in struct:RemoteCallRec
132 call->buff_size = (int) sizeof(call->buff0);
171 rcall->buff_size = sizeof(rcall->buff0);
175 end = p + rcall->buff_size;
230 if (msg2len > call->buff_size) {
238 call->buff_size = msg2len;
242 end = p + call->buff_size;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
HandshakeIODataStream.java 84 private int buff_size = 1024; field in class:HandshakeIODataStream
86 private byte[] buffer = new byte[buff_size];
209 if (read_pos_end + length > buff_size) {
210 enlargeBuffer(read_pos_end+length-buff_size);
217 buff_size = (size < inc_buff_size)
218 ? buff_size + inc_buff_size
219 : buff_size + size;
220 byte[] new_buff = new byte[buff_size];
263 if (write_pos + length >= buff_size) {
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 114 UINT8 buff_size; /* the max buffer size for this connection. . */ member in struct:__anon10625
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 146 UINT8 buffer_size = p_cb->buff_size;
772 UINT8 buff_size, num_buff; local
786 buff_size = *p++;
806 if (buff_size > NCI_ISO_DEP_MAX_INFO)
807 buff_size = NCI_ISO_DEP_MAX_INFO;
900 if (buff_size > NCI_NFC_DEP_MAX_DATA)
901 buff_size = NCI_NFC_DEP_MAX_DATA;
    [all...]
  /external/srec/srec/include/
front.h 87 int buff_size; member in struct:__anon15426
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 380 UINT8 buff_size; /* Connection buffer size */ member in struct:__anon10463
  /external/icu4c/test/cintltst/
nucnvtst.c 5401 int32_t rules_length, target_cap, bytes_needed, buff_size; local
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 307 UINT8 buff_size; /* The max buffer size */ member in struct:__anon10554
    [all...]

Completed in 586 milliseconds