Home
last modified time | relevance | path

Searched refs:DestroyHandle (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/providers/MediaProvider/jni/
H A Dnode_test.cpp357 node->DestroyHandle(h); in TEST_F()
362 EXPECT_DEATH(node->DestroyHandle(h), ""); in TEST_F()
363 EXPECT_DEATH(node->DestroyHandle(nullptr), ""); in TEST_F()
367 EXPECT_DEATH(node->DestroyHandle(h2.get()), ""); in TEST_F()
H A Dnode-inl.h302 void DestroyHandle(handle* h) { in DestroyHandle() function
H A DFuseDaemon.cpp1491 node->DestroyHandle(h); in pf_release()