Home
last modified time | relevance | path

Searched refs:get_type_id (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/tests/
H A DLoadedArsc_test.cpp63 const uint8_t type_index = get_type_id(app::R::string::string_one) - 1; in TEST()
150 uint8_t type_index = get_type_id(basic::R::string::test3) - 1; in TEST()
335 const uint8_t type_index = get_type_id(overlayable::R::string::overlayable11) - 1; in TEST()
367 const uint8_t type_index = get_type_id(sparse::R::integer::foo_9) - 1; in TEST_P()
390 const uint8_t type_index = get_type_id(sparse::R::string::only_land) - 1; in TEST_P()
H A DTheme_test.cpp212 EXPECT_EQ(get_type_id(lib_one::R::string::foo), get_type_id(value->data)); in TEST_F()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceUtils.h49 inline uint8_t get_type_id(uint32_t resid) { in get_type_id() function
/aosp14/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp641 const uint8_t type_idx = get_type_id(resid) - 1; in FindEntry()
1763 auto dest_attr_id = make_resid(attribute_dest_package_id, get_type_id(source_res_id), in SetTo()