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

  /external/libxcam/capi/
xcam_handle.cpp 199 uint8_t* p_dest = dest; local
206 p_dest = dest;
211 memcpy (p_dest, p_src, src_info.strides[index]);
213 p_dest += dest_info.strides[index];
  /system/bt/stack/rfcomm/
rfc_ts_frames.cc 448 uint8_t* p_dest = local
451 for (uint16_t xx = 0; xx < p_buf->len; xx++) *p_dest-- = *p_src--;
  /system/bt/stack/btm/
btm_ble.cc 1163 uint8_t* p_dest = params.param_buf; local
    [all...]

Completed in 404 milliseconds