Searched refs:CHECK (Results 101 - 125 of 256) sorted by relevance

1234567891011

/frameworks/av/media/libmedia/
H A DOMXBuffer.cpp73 CHECK(mBufferType != kBufferTypeHidlMemory);
116 CHECK(bufferType != kBufferTypeHidlMemory);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.cpp42 CHECK(mem != NULL);
76 CHECK(!synchronous);
/frameworks/av/media/libstagefright/
H A DCallbackDataSource.cpp79 CHECK(numRead >= 0 && (size_t)numRead <= bufferSize);
175 CHECK(mCachedSize <= kCacheSize && mCachedOffset >= 0);
H A DJPEGSource.cpp63 CHECK(mSource->getSize(&mSize) == OK);
170 CHECK(marker != 0xff);
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DADebug.h56 #define CHECK(condition) \ macro
61 " CHECK(" #condition ") failed.")
108 #define CHECK_DBG CHECK
/frameworks/av/media/libstagefright/include/foundation/
H A DADebug.h56 #define CHECK(condition) \ macro
61 " CHECK(" #condition ") failed.")
108 #define CHECK_DBG CHECK
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp137 CHECK(nal != NULL);
225 CHECK(GetAttribute(params, "config", &val));
228 CHECK(config != NULL);
268 CHECK(end > s && *end == '\0');
273 CHECK(GetAttribute(params, "config", &val));
276 CHECK(config != NULL);
368 CHECK(GetAttribute(params, "config", &val));
371 CHECK(config != NULL);
H A DAMPEG2TSAssembler.cpp109 CHECK(mNextExpectedSeqNoValid);
H A DARTSPConnection.cpp121 CHECK(msg->findMessage("reply", &mObserveBinaryMessage));
229 CHECK(msg->findString("url", &url));
232 CHECK(msg->findMessage("reply", &reply));
340 CHECK(msg->findMessage("reply", &reply));
349 CHECK(msg->findMessage("reply", &reply));
352 CHECK(msg->findInt32("connection-id", &connectionID));
410 CHECK(msg->findMessage("reply", &reply));
419 CHECK(msg->findString("request", &request));
651 CHECK(IsRTSPVersion(
747 CHECK(repl
[all...]
/frameworks/base/core/jni/hwbinder/
H A DEphemeralStorage.cpp33 CHECK(mItems.empty())
148 CHECK(!"Should not be here");
/frameworks/base/libs/androidfw/
H A DApkAssets.cpp88 CHECK(zip_handle_ != nullptr);
132 CHECK(zip_handle_ != nullptr);
/frameworks/base/tools/aapt2/compile/
H A DIdAssigner.cpp59 CHECK(bool(package->id)) << "packages must have manually assigned IDs";
121 CHECK(bool(package->id)) << "packages must have manually assigned IDs";
/frameworks/base/tools/aapt2/test/
H A DCommon.h53 CHECK(ResourceUtils::ParseResourceName(str, &ref)) << "invalid resource name";
59 CHECK(ConfigDescription::Parse(str, &config)) << "invalid configuration";
H A DBuilders.h42 CHECK(package != nullptr);
113 CHECK(table_->AddResourceAllowMangled(res_name, id, config, {}, std::move(value),
124 CHECK(table_->SetSymbolStateAllowMangled(res_name, id, symbol, GetDiagnostics()));
259 CHECK(doc != nullptr) << "failed to parse inline XML string";
/frameworks/multidex/
H A Dgradlew133 CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
136 if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp182 CHECK(meta->findInt32(kKeyChannelCount, &channelCount));
184 CHECK(meta->findInt32(kKeySampleRate, &sr));
H A DCallbackProtector.cpp88 CHECK(mCbCount > 0);
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeySessionLibrary.cpp55 CHECK(sessionId);
H A DClearKeyCasPlugin.cpp215 CHECK(buffer);
218 CHECK(length >= AES_BLOCK_SIZE);
327 CHECK(keyBytes->size() == kUserKeyLength);
394 CHECK(buffer);
399 CHECK(length >= offset + AES_BLOCK_SIZE);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp88 CHECK(outQueue.empty());
89 CHECK(inQueue.empty());
163 CHECK(H264SwDecGetInfo(mHandle, &decoderInfo) == H264SWDEC_OK);
242 CHECK(mFirstPicture == NULL);
/frameworks/av/media/libstagefright/filters/
H A DIntrinsicBlurFilter.cpp80 CHECK(msg->findMessage("params", &params));
H A DSaturationFilter.cpp80 CHECK(msg->findMessage("params", &params));
/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp61 CHECK(save == mState);
/frameworks/rs/rsov/compiler/unit_tests/
H A DTestRunner.h92 #define CHECK(CONDITION) \ macro
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp148 CHECK(GetConfiguration(type, index, NULL, NULL, NULL, NULL));
207 CHECK(GetConfiguration(type, index, NULL, NULL, NULL, NULL));
224 CHECK(GetConfiguration(type, index, NULL, NULL, NULL, NULL));
234 CHECK(GetConfiguration(type, index, NULL, NULL, NULL, NULL));
264 CHECK(GetConfiguration(type, index, NULL, NULL, NULL, NULL));

Completed in 1255 milliseconds

1234567891011