Home | History | Annotate | Download | only in avd

Lines Matching defs:searchResult

189                     SearchResult* searchResult) {
194 if (searchResult) {
195 *searchResult = RESULT_NOT_FOUND;
207 if (searchResult) {
208 *searchResult = RESULT_INVALID;
215 if (searchResult) {
216 *searchResult = RESULT_FOUND;
225 SearchResult searchResult;
227 &searchResult);
228 if (searchResult == RESULT_NOT_FOUND) {
231 } else if (searchResult == RESULT_INVALID || level < 0) {
241 SearchResult searchResult;
242 int qemud = propertyFile_getInt(data, "ro.adb.qemud", 1, &searchResult);
243 if (searchResult == RESULT_FOUND) {