Searched refs:CHECK (Results 201 - 225 of 256) sorted by relevance

1234567891011

/frameworks/base/tools/aapt2/
H A DDebug.cpp186 CHECK(iter != names.end());
187 CHECK(*iter == name);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp280 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
H A DNuPlayerCCDecoder.cpp217 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
310 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
H A DNuPlayerDriver.cpp628 CHECK(mIsAsyncPrepare);
787 CHECK(mSetSurfaceInProgress);
988 CHECK(mState == STATE_RESET_IN_PROGRESS || mState == STATE_IDLE);
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp200 CHECK(sourceBuffer.meta_data()->findInt64(kKeyTime, &frameTime));
H A DFileSource.cpp116 CHECK(mDrmManagerClient);
/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp160 CHECK(!isDefined(range));
316 CHECK(sIsoPrimaries.map(ColorAspects::PrimariesUnspecified, primaries));
320 CHECK(sIsoTransfers.map(ColorAspects::TransferUnspecified, transfer));
324 CHECK(sIsoMatrixCoeffs.map(ColorAspects::MatrixUnspecified, coeffs));
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp72 CHECK(libHandle != NULL);
H A DSoftVideoEncoderOMXComponent.cpp466 CHECK((width & 1) == 0);
467 CHECK((height & 1) == 0);
/frameworks/base/core/jni/
H A Dandroid_os_HwParcel.cpp170 CHECK(clazz != NULL);
223 CHECK(mTransactCallback != nullptr);
224 CHECK(mParcel != nullptr);
386 CHECK(!"Should not be here");
/frameworks/base/tools/aapt2/flatten/
H A DArchive.cpp199 CHECK(result == 0);
H A DTableFlattener_test.cpp262 CHECK(table->AddResource(name, resid, ConfigDescription::DefaultConfig(), "",
268 CHECK(table->AddResource(name, resid, sparse_config, "",
H A DXmlFlattener.cpp273 CHECK(xml_attr->compiled_value->Flatten(&flat_attr->typedValue));
/frameworks/native/cmds/installd/
H A Dotapreopt.cpp262 CHECK(system_properties_.GetProperty(ASEC_MOUNTPOINT_ENV_NAME) != nullptr);
788 CHECK(apk_path != nullptr);
793 CHECK(EndsWith(path, "/"));
882 CHECK(arg_str != nullptr) << i;
H A Ddexopt.cpp855 CHECK(EndsWith(new_path, new_ext.c_str()));
1159 CHECK(in_vdex_wrapper_fd != nullptr);
1160 CHECK(out_vdex_wrapper_fd != nullptr);
1493 CHECK(pkgname != nullptr);
1494 CHECK(pkgname[0] != 0);
1523 CHECK((dexopt_flags & DEXOPT_STORAGE_CE) == 0);
1524 CHECK((dexopt_flags & DEXOPT_STORAGE_DE) == 0);
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp110 CHECK(cpuCoreCount >= 1);
374 CHECK(err == OK);
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp106 CHECK(cpuCoreCount >= 1);
214 CHECK(err == OK);
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp114 CHECK(cpuCoreCount >= 1);
501 CHECK(err == OK);
/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp37 CHECK(mapping_ != nullptr);
339 CHECK(value) << "forgot to set value";
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp630 CHECK(it != mConnectedDynamicSensors.end());
651 CHECK(it == mConnectedDynamicSensors.end());
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp115 CHECK(cpuCoreCount >= 1);
189 CHECK(outQueue.empty());
190 CHECK(inQueue.empty());
617 CHECK(!mStarted);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp50 CHECK(!strcmp(name, "OMX.google.g711.mlaw.decoder"));
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp131 CHECK(base != nullptr);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp132 CHECK(end > value && *end == '\0');
487 CHECK(schemeEnd == 7 || schemeEnd == 8);
674 CHECK(MakeURL(mBaseURI.c_str(), line.c_str(), &item->mURI));
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp740 CHECK(fd >= 0);
874 CHECK(fd >= 0);
917 CHECK(fd >= 0);

Completed in 453 milliseconds

1234567891011