Home
last modified time | relevance | path

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

/aosp12/system/media/camera/docs/
H A Dmetadata_helpers.py465 java_type = None
470 java_type = typedef_name # already takes into account arrays
472 if not java_type:
473 if not java_type and entry.enum and metadata_type == 'byte':
495 java_type = '%s%s' %(base_type, additional)
498 return java_type
/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/
H A DCollation.cpp91 static java_type_t java_type(const FieldDescriptor* field) { in java_type() function
313 java_type_t javaType = java_type(field); in collate_atom()
365 java_type_t javaType = java_type(field); in collate_atom()
379 java_type_t javaType = java_type(field); in collate_atom()
430 java_type_t javaType = java_type(field); in get_non_chained_node()