Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXPlugin.cpp55 bool myret = property_get(prop.c_str(), propValue, "") > 0 && in useGoogleGoldfishComponentInstance() local
57 if (myret) { in useGoogleGoldfishComponentInstance()
60 return myret; in useGoogleGoldfishComponentInstance()
70 bool myret = property_get(prop.c_str(), propValue, "") > 0 && in useAndroidGoldfishComponentInstance() local
72 if (myret) { in useAndroidGoldfishComponentInstance()
75 return myret; in useAndroidGoldfishComponentInstance()