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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorPropertiesMain.cpp85 bool gotten = true; local
118 &gotten, pEnv, (NULL == file), "file is null");
122 &gotten, pEnv, file, NULL, M4OSA_NULL);
132 videoEditJava_checkAndThrowIllegalArgumentException(&gotten, pEnv,
147 if (gotten)
164 &gotten, pEnv,
170 &gotten, pEnv,
175 if (gotten)
188 &gotten, pEnv,
193 if (gotten)
434 bool gotten = true; local
[all...]
H A DVideoEditorJava.cpp454 bool gotten = true; local
580 bool gotten = false; local
587 for (index = 0; ((!gotten) && (index < pClass->count)); index++)
595 // Set the gotten flag.
596 gotten = true;
601 if (!gotten)
618 bool gotten = false; local
625 for (index = 0; ((!gotten) && (index < pClass->count)); index++)
633 // Set the gotten flag.
634 gotten
655 bool gotten = false; local
682 bool gotten = false; local
727 bool gotten = true; local
827 bool gotten = true; local
[all...]

Completed in 43 milliseconds