HomeSort by relevance Sort by last modified time
    Searched refs:cp_len (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c 719 UINT16 len = BTM_BLE_AD_DATA_LEN, cp_len = 0; local
765 cp_len = (UINT16)strlen(btm_cb.cfg.bd_name);
766 *p++ = cp_len + 1;
768 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, cp_len);
770 len -= (cp_len + 2);
779 cp_len = len - 2;
781 cp_len = p_data->manu.len;
783 *p++ = cp_len + 1;
785 ARRAY_TO_STREAM(p, p_data->manu.p_val, cp_len);
787 len -= (cp_len + 2)
    [all...]
  /external/skia/legacy/src/core/
SkString.cpp 124 size_t cp_len = buffer + sizeof(buffer) - p; local
125 memcpy(string, p, cp_len);
126 string += cp_len;
  /external/skia/src/core/
SkString.cpp 128 size_t cp_len = buffer + sizeof(buffer) - p; local
129 memcpy(string, p, cp_len);
130 string += cp_len;

Completed in 247 milliseconds