Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/google/
H A Dvpd_decode.c13 u32 *length, u32 *decoded_len) in vpd_decode_len() argument
18 if (!length || !decoded_len) in vpd_decode_len()
32 *decoded_len = i; in vpd_decode_len()
39 u32 decoded_len; in vpd_decode_entry() local
43 entry_len, &decoded_len) != VPD_OK) in vpd_decode_entry()
45 if (max_len - consumed < decoded_len) in vpd_decode_entry()
48 consumed += decoded_len; in vpd_decode_entry()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dpinyinime.cpp109 const char* im_get_sps_str(size_t *decoded_len) { in im_get_sps_str() argument
113 return matrix_search->get_pystr(decoded_len); in im_get_sps_str()
H A Dmatrixsearch.cpp1214 const char* MatrixSearch::get_pystr(size_t *decoded_len) { in get_pystr() argument
1215 if (!inited_ || NULL == decoded_len) in get_pystr()
1218 *decoded_len = pys_decoded_len_; in get_pystr()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dpinyinime.h127 const char *im_get_sps_str(size_t *decoded_len);
H A Dmatrixsearch.h426 const char* get_pystr(size_t *decoded_len);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dpinyinime.h127 const char *im_get_sps_str(size_t *decoded_len);
H A Dmatrixsearch.h426 const char* get_pystr(size_t *decoded_len);