Searched defs:NULL (Results 1 - 25 of 32) sorted by path

12

/frameworks/av/camera/
H A DCameraParameters.cpp298 char **endptr = NULL)
501 fmt = strtok_r(NULL, ",", &savePtr);
297 parse_pair(const char *str, int *first, int *second, char delim, char **endptr = NULL) argument
/frameworks/av/include/media/stagefright/
H A DDataSource.h51 const KeyedVector<String8, String8> *headers = NULL,
52 String8 *contentType = NULL,
53 HTTPBase *httpSource = NULL);
94 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) { argument
95 return NULL;
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedefs.h38 /* Define NULL pointer value */
39 #ifndef NULL
41 #define NULL 0 macro
43 #define NULL ((void *)0) macro
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c57 if(pUserData == NULL || pUserData->memflag != VO_IMF_USERMEMOPERATOR || pUserData->memData == NULL )
70 *phCodec = NULL;
81 if(NULL == hAacEnc)
90 if(NULL == hAacEnc->intbuf)
119 hAacEnc = NULL;
121 *phCodec = NULL;
171 if(NULL == hCodec || NULL == pInput || NULL
253 NULL, local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h127 #ifndef NULL
128 #define NULL 0 macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h164 #ifndef NULL
165 #define NULL 0 macro
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoType.h144 #ifndef NULL
146 #define NULL 0 macro
148 #define NULL ((void *)0) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A Dbasetype.h44 #ifndef NULL
46 #define NULL 0 macro
48 #define NULL ((void *)0) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes.h177 #ifndef NULL
178 #define NULL ((void*)0) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes.h177 #ifndef NULL
178 #define NULL ((void*)0) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A Domxtypes.h177 #ifndef NULL
178 #define NULL ((void*)0) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h60 #ifndef NULL
61 #define NULL 0 macro
150 H264SwDecFree((ptr)); (ptr) = NULL; \
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h57 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) { argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCamera2Heap.h30 const char *name = NULL) :
29 Camera2Heap(size_t buf_size, uint_t num_buffers = 1, const char *name = NULL) argument
/frameworks/base/core/java/android/net/
H A DUri.java130 public static final Uri EMPTY = new HierarchicalUri(null, Part.NULL,
131 PathPart.EMPTY, Part.NULL, Part.NULL);
452 "file", Part.EMPTY, path, Part.NULL, Part.NULL);
839 this.fragment = fragment == null ? Part.NULL : fragment;
1148 this.path = path == null ? PathPart.NULL : path;
1525 if (path == null || path == PathPart.NULL) {
1542 || (authority != null && authority != Part.NULL);
1996 static final Part NULL field in class:Uri.Part
2101 static final PathPart NULL = new PathPart(null, null); field in class:Uri.PathPart
[all...]
/frameworks/base/core/java/android/util/
H A DJsonToken.java74 NULL, enum constant in enum:JsonToken
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp194 static AndroidRuntime* gCurRuntime = NULL;
196 static void doThrow(JNIEnv* env, const char* exc, const char* msg = NULL) argument
241 /*static*/ JavaVM* AndroidRuntime::mJavaVM = NULL;
255 assert(gCurRuntime == NULL); // one per process
287 if (clazz == NULL || env == NULL) {
292 if (methodId == NULL) {
306 strArray = env->NewObjectArray(numArgs, stringClass, NULL);
399 char* end = NULL;
412 if (quotingArg != NULL) {
[all...]
H A Dandroid_media_JetPlayer.cpp56 jetPlayerEventCallback(int what, int arg1=0, int arg2=0, void* javaTarget = NULL) argument
108 if (lpJet != NULL) {
133 if (lpJet == NULL) {
142 const char *pathStr = env->GetStringUTFChars(path, NULL);
143 if (pathStr == NULL) { // Out of memory
170 if (lpJet == NULL) {
200 if (lpJet == NULL) {
222 if (lpJet == NULL) {
246 if (lpJet == NULL) {
276 if (lpJet == NULL) {
[all...]
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h157 return saveLayer(left, top, right, bottom, paint, flags, NULL);
324 return getTextShadow(paint, NULL);
391 const SkPaint* paint = NULL);
392 bool quickRejectSetupScissor(const Rect& bounds, const SkPaint* paint = NULL) { argument
465 return paint ? paint->getColorFilter() : NULL;
473 return paint ? paint->getShader() : NULL;
767 * @param positions The x, y positions of individual glyphs (or NULL)
900 void setupDrawMesh(const GLvoid* vertices, const GLvoid* texCoords = NULL, GLuint vbo = 0);
948 * NULL, the texture could not be found and/or allocated.
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp91 : mClass(NULL),
92 mObject(NULL) {
94 CHECK(clazz != NULL);
114 CHECK((mCodec != NULL) != (mInitStatus != OK));
120 CHECK(mByteBufferClass != NULL);
124 CHECK(byteOrderClass.get() != NULL);
128 CHECK(nativeOrderID != NULL);
133 CHECK(mNativeByteOrderObj != NULL);
135 nativeByteOrderObj = NULL;
141 CHECK(mByteBufferOrderMethodID != NULL);
565 createCodecException( JNIEnv *env, status_t err, int32_t actionCode, const char *msg = NULL) argument
773 throwExceptionAsNecessary( JNIEnv *env, status_t err, int32_t actionCode = ACTION_CODE_FATAL, const char *msg = NULL) argument
[all...]
H A Dandroid_media_MediaDrm.cpp145 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL);
157 if (clazz == NULL) {
205 if (jParcel != NULL) {
231 JNIEnv *env, status_t err, const char *msg = NULL) {
233 const char *drmMessage = NULL;
284 if (drmMessage != NULL) {
285 if (msg == NULL) {
300 return jdrm ? jdrm->getDrm() : NULL;
307 if (mDrm != NULL) {
316 mObject = NULL;
230 throwExceptionAsNecessary( JNIEnv *env, status_t err, const char *msg = NULL) argument
[all...]
/frameworks/base/tools/aapt/
H A DCommand.cpp53 * Returns NULL on failure.
72 return NULL;
82 * Returns NULL on failure.
86 ZipFile* zip = NULL;
99 zip = NULL;
144 ZipFile* zip = NULL;
156 if (zip == NULL) {
213 if (!assets.addAssetPath(String8(zipFileName), NULL)) {
219 if (&res == NULL) {
230 if (manifestAsset == NULL) {
390 getNfcAidCategories(AssetManager& assets, String8 xmlPath, bool offHost, String8 *outError = NULL) argument
508 printFeatureGroup(const FeatureGroup& grp, const KeyedVector<String8, ImpliedFeature>* impliedFeatures = NULL) argument
[all...]
H A DResource.cpp105 if (mGroup != NULL && mGroupPos < mGroup->getFiles().size()) {
247 ssize_t nameIndex = block.indexOfAttribute(NULL, "package");
315 NULL, local
331 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL);
460 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
470 if (pool != NULL) {
474 specFlags, strIdx, str != NULL ? String8(str).string() : "???");
485 if (pool == NULL) {
491 if ((str=pool->stringAt(value.data, &len)) == NULL) {
553 ssize_t index = parser.indexOfAttribute(NULL, "i
1951 getAttributeComment(const sp<AaptAssets>& assets, const String8& name, String16* outTypeComment = NULL) argument
[all...]
H A DResourceTable.cpp28 if (root == NULL) {
44 if (root == NULL) {
60 root->removeWhitespace(true, NULL);
62 root->removeWhitespace(false, NULL);
165 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
166 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },
167 { NULL, 0, 0, NULL }
173 { suggestedArray, sizeof(suggestedArray)/2, ResTable_map::L10N_SUGGESTED, NULL },
174 { NULL,
179 parse_flags(const char16_t* str, size_t len, const flag_entry* flags, bool* outError = NULL) argument
309 compileAttribute(const sp<AaptFile>& in, ResXMLTree& block, const String16& myPackage, ResourceTable* outTable, String16* outIdent = NULL, bool inStyleable = false) argument
4460 NULL, local
[all...]
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DSymbolResolvers.h39 // If pFileName is NULL, it will search symbol in the current process image.
45 { return (mError != NULL); }
78 const SymbolMap *result = NULL;
82 const SymbolMap key = { pName, NULL };
99 return ((result != NULL) ? result->mAddr : NULL);
113 LookupFunctionSymbolResolver(LookupFunctionTy pLookupFunc = NULL, argument
114 ContextTy pContext = NULL)
118 return ((mLookupFunc != NULL) ? mLookupFunc(mContext, pName) : NULL);
[all...]

Completed in 486 milliseconds

12