Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tests/trie/1.0/default/
H A DTrie.cpp32 Return<void> Trie::newTrie(newTrie_cb _hidl_cb) { in newTrie() function in android::hardware::tests::trie::V1_0::implementation::Trie
46 TrieNode newTrie = trie; in addStrings() local
49 addString(&newTrie, str); in addStrings()
51 _hidl_cb(newTrie); in addStrings()
H A DTrie.h41 virtual Return<void> newTrie(newTrie_cb _hidl_cb) override;
/aosp12/hardware/interfaces/tests/trie/1.0/
H A DITrie.hal20 newTrie() generates (TrieNode trie);
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1951 trieInterface->newTrie([&](const TrieNode& trie) { in TEST_F()
1989 trieInterface->newTrie([&](const TrieNode& trie) { in TEST_F()