Searched defs:gotten (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorPropertiesMain.cpp83 bool gotten = true; local
116 &gotten, pEnv, (NULL == file), "file is null");
120 &gotten, pEnv, file, NULL, M4OSA_NULL);
130 videoEditJava_checkAndThrowIllegalArgumentException(&gotten, pEnv,
145 if (gotten)
162 &gotten, pEnv,
168 &gotten, pEnv,
173 if (gotten)
186 &gotten, pEnv,
191 if (gotten)
432 bool gotten = true; local
[all...]
H A DVideoEditorJava.cpp452 bool gotten = true; local
578 bool gotten = false; local
585 for (index = 0; ((!gotten) && (index < pClass->count)); index++)
593 // Set the gotten flag.
594 gotten = true;
599 if (!gotten)
616 bool gotten = false; local
623 for (index = 0; ((!gotten) && (index < pClass->count)); index++)
631 // Set the gotten flag.
632 gotten
653 bool gotten = false; local
680 bool gotten = false; local
725 bool gotten = true; local
825 bool gotten = true; local
[all...]

Completed in 85 milliseconds