OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authorization_size
(Results
1 - 2
of
2
) sorted by null
/system/tpm/trunks/
resource_manager.cc
532
UINT32
authorization_size
= 0;
local
533
result = Parse_UINT32(&buffer, &
authorization_size
, nullptr);
537
if (buffer.size() <
authorization_size
||
538
authorization_size
< kMinimumAuthorizationSize) {
542
command_info->parameter_data = buffer.substr(
authorization_size
);
543
buffer.erase(
authorization_size
);
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avformat.h
[
all
...]
Completed in 62 milliseconds