OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:role_len
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/src/
cmodule.cpp
219
OMX_U32
role_len
;
local
249
role_len
= strlen((const OMX_STRING)&roles[i][0]);
250
copy_role_len =
role_len
> OMX_MAX_STRINGNAME_SIZE-1 ?
251
OMX_MAX_STRINGNAME_SIZE-1 :
role_len
;
Completed in 159 milliseconds