Home
last modified time | relevance | path

Searched defs:bytes_to_copy (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/vendor_libs/linux/interface/
Dhci_packetizer.cc64 size_t bytes_to_copy = std::min(bytes_remaining_, buffer.size() - offset); in fill_header() local
83 size_t bytes_to_copy = std::min(bytes_remaining_, buffer.size() - offset); in fill_payload() local
/packages/modules/Bluetooth/system/osi/src/
Dringbuffer.cc95 const size_t bytes_to_copy = (offset + length > ringbuffer_size(rb)) in ringbuffer_peek() local
/packages/apps/Gallery2/jni/filters/
Dgeometry.c29 size_t bytes_to_copy = sizeof(char) * width; in flipVertical() local
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc2217 uint32_t bytes_to_copy; in bta_dm_pinname_cback() local