Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoserializer/
Dtrie_serializer.cpp42 uint32_t TrieSerializer::WritePropertyEntry(const PropertyEntryBuilder& property_entry) { in WritePropertyEntry() function in android::properties::TrieSerializer
62 trie->property_entry = WritePropertyEntry(builder_node.property_entry()); in WriteTrieNode()
76 uint32_t property_entry_offset = WritePropertyEntry(sorted_prefix_matches[i]); in WriteTrieNode()
93 uint32_t property_entry_offset = WritePropertyEntry(sorted_exact_matches[i]); in WriteTrieNode()
Dtrie_serializer.h39 uint32_t WritePropertyEntry(const PropertyEntryBuilder& property_entry);