Searched defs:found (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dfile_wrapper_input.cpp36 size_t found = fread((char*) buffer, 1, wanted, _file); local
40 return found;
H A Din_memory_wrapper_input.cpp30 size_t found = 0; local
36 while (found < wanted) {
38 return found;
40 buffer[found++] = _buffer[_pos++];
42 return found;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Ddyn_bits.c388 Flag found = 0; local
423 found = 0;
429 found = 0;
436 found = 1;
457 for (m = i + 1; (m < sectionData->noOfSections) && (found == 0); m++) {
465 found = 1;
485 if (found == 0) {
/frameworks/base/core/jni/
H A Dandroid_util_EventLog.cpp200 int found = 0; local
201 for (int i = 0; !found && i < tagLength; ++i) {
202 found = (tag == tagValues[i]);
205 if (found) {
/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c331 int found = 0; local
355 found = 1;
393 return found;
421 int found = 0; local
497 found |= verifyfile(s);
507 found = 1;
517 if (!found)
522 "No SHA1 lines found in %s\n",
/frameworks/rs/
H A DrsScriptGroup.cpp143 bool found = false; local
146 found = true;
150 if (!found) {
157 bool found = false; local
160 found = true;
164 if (!found) {
250 rsAssert(!"ScriptGroup:setInput kid not found");
264 rsAssert(!"ScriptGroup:setOutput kid not found");
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptGroup.cpp143 bool found = false; local
146 found = true;
150 if (!found) {
157 bool found = false; local
160 found = true;
164 if (!found) {
250 rsAssert(!"ScriptGroup:setInput kid not found");
264 rsAssert(!"ScriptGroup:setOutput kid not found");
/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h154 const bool found = iter != objects_.end(); local
155 if (found) {
160 return found;
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c267 int found = 0; local
639 int found = 0; local
642 while (e && !found) {
648 found = 1;
652 found = 1;
659 if (!found) {
660 ALOGV("findEffect() effect not found");
663 ALOGV("findEffect() found effect: %s in lib %s", d->name, l->name);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c903 HANTRO_NOK failure, no short-term reference frame found that
1124 to be found is identified by picNum and isShortTerm flag.
1128 -1 if the specified picture was not found in the buffer
1138 u32 found = HANTRO_FALSE; local
1144 while (i < dpb->maxRefFrames && !found)
1148 found = HANTRO_TRUE;
1156 while (i < dpb->maxRefFrames && !found)
1160 found = HANTRO_TRUE;
1166 if (found)
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp775 bool found = false; local
783 found = true;
788 if (!found) {
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp734 bool found = false; local
738 found = true;
744 if (!found) {
/frameworks/native/libs/gui/
H A DBufferQueue.cpp281 int found = -1; local
303 found = INVALID_BUFFER_SLOT;
318 mSlots[found].mFrameNumber;
319 if (found < 0 || isOlder) {
320 found = i;
350 // If no buffer is found, wait for a buffer to be released or for
352 tryAgain = found == INVALID_BUFFER_SLOT;
359 if (found == INVALID_BUFFER_SLOT) {
365 const int buf = found;
366 *outBuf = found;
[all...]
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp1025 bool found = false; local
1028 found = true;
1035 if (!found) {
H A DACodec.cpp1343 bool found = false; local
1363 found = true;
1369 found = true;
1376 found = true;
1383 if (!found) {
H A DOMXCodec.cpp646 bool found = false; local
670 found = true;
682 if (!found) {
686 CODEC_LOGV("found a match.");
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp993 bool found = false; local
999 found = true;
1004 if (!found) {
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp427 const Behavior* found = NULL; local
430 found = behavior;
433 if (found) {
435 *outMetaState = found->metaState;
H A DAssetManager.cpp904 bool found = false; local
920 found = true;
942 if (found) {
944 ALOGD("Expected file not found: '%s'\n", path.string());
951 * Either it wasn't found on disk or on the cached view of the disk.
1247 * Returns "false" if we found nothing to contribute.
1274 //printf("+++ not found in cache: dir '%s'\n", (const char*) path);
1435 * Returns "false" if we found nothing to contribute.
1557 * Merge what we found in this directory with what we found i
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp759 bool found = false; local
763 found = true;
774 if (found) {
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp264 bool found = false; local
269 found = true;
273 if (!found) {
300 bool found = false; local
305 found = true;
309 if (!found) {
326 bool found = false; local
331 found = true;
335 if (!found) {
347 bool found local
373 bool found = false; local
539 bool found = false; local
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp211 bool found = false; local
219 found = true;
243 if (required && !found) {
244 *outError = "No marked region found along edge";
260 bool found = false; local
268 found = true;
292 if (required && !found) {
293 *outError = "No marked region found along edge";
H A DResourceTable.cpp807 "No start tag found\n");
2065 *outErrorMsg = "No resource found that matches the given name";
2528 fprintf(stdout, "aapt: warning: string '%s' has no default translation in %s; found:",
2558 // okay, no specific localization found. it's possible that we are
2746 "Type name %s not found",
3528 sourcePos.error("Internal error: config not found in mOrderedConfigs when adding entry");
3562 bool found = false; local
3578 found = true;
3596 if (!found) {
3807 fprintf(stderr, "warning: Package not found fo
[all...]
/frameworks/base/services/input/
H A DInputDispatcher.cpp1221 break; // found touched window, exit window loop
2987 ALOGD("Cannot transfer focus because from or to window not found.");
3004 bool found = false; local
3018 found = true;
3023 if (! found) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1689 ALOGE("No working audio driver found.");
1828 ALOGE("createTrack_l() mismatched strategy; expected %u but found %u",
3141 ALOGW("prepareTracks_l(): track %d attached to effect but no chain found on session %d",
7303 ALOGW("session id %d not found for pid %d", audioSession, caller);
7337 bool found = false; local
7343 found = true;
7347 if (!found) {
7539 bool found = false; local
7553 // If matching type found save effect descriptor. If the session is
7556 found
[all...]

Completed in 2396 milliseconds

12