Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dmetadata_helpers.py462 java_type = None
467 java_type = typedef_name # already takes into account arrays
469 if not java_type:
470 if not java_type and entry.enum and metadata_type == 'byte':
492 java_type = '%s%s' %(base_type, additional)
495 return java_type
/system/tools/aidl/
Daidl_unittest.cpp534 auto java_type = java_types_.FindTypeByCanonicalName("p.Bar"); in TEST_F() local
535 ASSERT_NE(nullptr, java_type); in TEST_F()
536 EXPECT_EQ("p.Bar", java_type->InstantiableName()); in TEST_F()