Searched defs:found (Results 1 - 25 of 34) 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/base/tools/split-select/
H A DGrouper_test.cpp147 size_t found = 0; local
150 found++;
154 if (found == splitCount) {
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Ddyn_bits.c387 Flag found = 0; local
422 found = 0;
428 found = 0;
435 found = 1;
456 for (m = i + 1; (m < sectionData->noOfSections) && (found == 0); m++) {
464 found = 1;
484 if (found == 0) {
/frameworks/base/core/jni/
H A Dandroid_util_EventLog.cpp193 int found = 0; local
194 for (int i = 0; !found && i < tagLength; ++i) {
195 found = (tag == tagValues[i]);
198 if (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/compile/libbcc/lib/Support/
H A Dsha1.c330 int found = 0; local
354 found = 1;
392 return found;
420 int found = 0; local
496 found |= verifyfile(s);
506 found = 1;
516 if (!found)
521 "No SHA1 lines found in %s\n",
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp223 int found = BufferQueueCore::INVALID_BUFFER_SLOT; local
228 if (found == BufferQueueCore::INVALID_BUFFER_SLOT ||
229 mSlots[s].mFrameNumber < mSlots[found].mFrameNumber) {
230 found = s;
241 if (found == BufferQueueCore::INVALID_BUFFER_SLOT) {
246 *outSlot = found;
H A DBufferQueueProducer.cpp135 bool async, int* found, status_t* returnFlags) const {
165 *found = BufferQueueCore::INVALID_BUFFER_SLOT;
180 if (*found == BufferQueueCore::INVALID_BUFFER_SLOT ||
181 mSlots[s].mFrameNumber < mSlots[*found].mFrameNumber) {
182 *found = s;
228 // If no buffer is found, or if the queue has too many buffers
231 tryAgain = (*found == BufferQueueCore::INVALID_BUFFER_SLOT) ||
284 int found; local
286 &found, &returnFlags);
292 if (found
134 waitForFreeSlotThenRelock(const char* caller, bool async, int* found, status_t* returnFlags) const argument
442 int found = BufferQueueCore::INVALID_BUFFER_SLOT; local
482 int found; local
[all...]
/frameworks/rs/
H A DrsScriptGroup.cpp155 bool found = false; local
158 found = true;
162 if (!found) {
169 bool found = false; local
172 found = true;
176 if (!found) {
267 rsAssert(!"ScriptGroup:setInput kid not found");
281 rsAssert(!"ScriptGroup:setOutput kid not found");
/frameworks/av/media/img_utils/src/
H A DTiffWriter.cpp111 bool found = false; local
119 found = true;
123 if (!found) {
/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/foundation/
H A DAMessage.cpp339 bool found = findInt32("replyID", &tmp); local
341 if (!found) {
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c276 int found = 0; local
424 ALOGV("EffectGetSubEffects: effect found in the list");
730 // 1 HW and 1 SW sub effect found. Set the offload flag in the Proxy desc
749 int found = 0; local
755 while (e != NULL && !found) {
763 found = 1;
770 if (!found) {
771 ALOGV("findSubEffect() effect not found");
774 ALOGV("findSubEffect() found effect: %s in lib %s", d->name, l->name);
845 int found local
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp628 static status_t limitFoundMissingAttr(AString name, const char *attr, bool found = true) {
630 (found ? "" : "no "), attr);
681 bool found; local
713 (found = msg->findString("default", &def))) {
714 return limitFoundMissingAttr(name, "default", found);
719 if ((name == "aspect-ratio") ^ (found = msg->findString("in", &in_))) {
720 return limitFoundMissingAttr(name, "in", found);
750 (found = msg->findString("max", &max))) {
751 return limitFoundMissingAttr(name, "max", found);
757 (found
[all...]
H A DAVIExtractor.cpp1025 bool found = false; local
1028 found = true;
1035 if (!found) {
H A DMediaCodec.cpp298 bool found = response->findObject("input-surface", &obj); local
299 CHECK(found);
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp190 bool found = false; local
198 found = true;
203 if (!found) {
1497 bool found = false; local
1510 found = true;
1517 if (!found) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp1065 bool found = false; local
1071 found = true;
1076 if (!found) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp934 bool found = false; local
949 found = true;
963 if (found)
1004 bool found = false; local
1019 found = true;
1033 if (found)
/frameworks/native/cmds/atrace/
H A Datrace.cpp500 bool found = funcList.find(fancyFunc.string(), 0) >= 0; local
501 if (!found || func[0] == '\0') {
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp429 const Behavior* found = NULL; local
432 found = behavior;
435 if (found) {
437 *outMetaState = found->metaState;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp956 bool found = false; local
969 if (addr) found = true;
972 if (found) {
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp285 bool found = false; local
290 found = true;
294 if (!found) {
321 bool found = false; local
326 found = true;
330 if (!found) {
347 bool found = false; local
352 found = true;
356 if (!found) {
368 bool found local
394 bool found = false; local
591 bool found = false; local
[all...]
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp964 bool found = false; local
980 found = true;
1002 if (found) {
1004 ALOGD("Expected file not found: '%s'\n", path.string());
1011 * Either it wasn't found on disk or on the cached view of the disk.
1305 * Returns "false" if we found nothing to contribute.
1332 //printf("+++ not found in cache: dir '%s'\n", (const char*) path);
1493 * Returns "false" if we found nothing to contribute.
1622 * Merge what we found in this directory with what we found i
[all...]

Completed in 6116 milliseconds

12