OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sbuf_len
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/keymaster/
QSEEComAPI.h
179
* @param[in]
sbuf_len
The send buffer length
194
uint32_t
sbuf_len
, void *rcv_buf, uint32_t rbuf_len);
214
* @param[in]
sbuf_len
The send buffer length
229
uint32_t
sbuf_len
, void *resp_buf, uint32_t rbuf_len,
keymaster_qcom.cpp
60
uint32_t
sbuf_len
;
member in struct:qcom_km_ion_info_t
265
handle->
sbuf_len
= size;
300
ret = munmap(handle->ion_sbuffer, (handle->
sbuf_len
+ 4095) & (~4095));
Completed in 190 milliseconds