Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h52 bool fetchedOnce = false; member
/system/libvintf/
DVintfObject.cpp57 if (!ptr->fetchedOnce) { in Get()
63 ptr->fetchedOnce = true; in Get()