Home
last modified time | relevance | path

Searched refs:short_buffer (Results 1 – 1 of 1) sorted by relevance

/system/memory/lmkd/
Dstatslog.cpp289 int16_t* short_buffer = (int16_t*)(packet + index); in pack_string() local
290 *short_buffer = htons((int16_t)len_proc_name); in pack_string()
292 char* byte_buffer = (char*)(short_buffer + 1); in pack_string()