/frameworks/wilhelm/src/ |
H A D | handlers.c | 22 #define NULL 0 macro
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
H A D | TargetFragment.h | 25 TargetFragment(Fragment::Type pKind, SectionData* pSD = NULL) argument
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/ |
H A D | basetype.h | 44 #ifndef NULL 46 #define NULL 0 macro 48 #define NULL ((void *)0) macro
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | Camera2Heap.h | 30 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/util/ |
H A D | JsonToken.java | 74 NULL, enum constant in enum:JsonToken
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
H A D | gsm_amr_typedefs.h | 127 #ifndef NULL 128 #define NULL 0 macro
|
/frameworks/av/include/media/stagefright/ |
H A D | DataSource.h | 51 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/amrwb/src/ |
H A D | pv_amr_wb_type_defs.h | 164 #ifndef NULL 165 #define NULL 0 macro
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
H A D | h264bsd_util.h | 60 #ifndef NULL 61 #define NULL 0 macro 150 H264SwDecFree((ptr)); (ptr) = NULL; \
|
/frameworks/av/media/libstagefright/include/ |
H A D | ThrottledSource.h | 57 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) { argument
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
H A D | aacenc.c | 57 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/compile/libbcc/include/bcc/ExecutionEngine/ |
H A D | SymbolResolvers.h | 39 // 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...] |
/frameworks/rs/cpu_ref/linkloader/utils/ |
H A D | serialize.h | 69 ArchiveReader(unsigned char const *buf = NULL, size_t size = 0) argument 71 cursor(buf), cursor_base(NULL), good(buf != NULL) { 75 rsl_assert(cursor_base == NULL); 80 rsl_assert(cursor_base != NULL); 83 cursor_base = NULL;
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
H A D | voType.h | 144 #ifndef NULL 146 #define NULL 0 macro 148 #define NULL ((void *)0) macro
|
/frameworks/base/core/jni/ |
H A D | android_media_JetPlayer.cpp | 56 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...] |
H A D | AndroidRuntime.cpp | 194 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); 408 char* end = NULL; 421 if (quotingArg != NULL) { [all...] |
/frameworks/rs/ |
H A D | rsElement.h | 126 const size_t * lengths = NULL, 127 const uint32_t *asin = NULL) { 123 create(Context *rsc, size_t count, const Element **ein, const char **nin, const size_t * lengths = NULL, const uint32_t *asin = NULL) argument
|
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/ |
H A D | typedefs.h | 38 /* Define NULL pointer value */ 39 #ifndef NULL 41 #define NULL 0 macro 43 #define NULL ((void *)0) macro
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
H A D | omxtypes.h | 177 #ifndef NULL 178 #define NULL ((void*)0) macro
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
H A D | omxtypes.h | 177 #ifndef NULL 178 #define NULL ((void*)0) macro
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
H A D | omxtypes.h | 177 #ifndef NULL 178 #define NULL ((void*)0) macro
|
/frameworks/base/core/java/android/net/ |
H A D | Uri.java | 130 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/libs/hwui/ |
H A D | OpenGLRenderer.h | 148 return saveLayer(left, top, right, bottom, paint, flags, NULL); 315 return getTextShadow(paint, NULL); 388 const SkPaint* paint = NULL); 389 bool quickRejectSetupScissor(const Rect& bounds, const SkPaint* paint = NULL) { argument 462 return paint ? paint->getColorFilter() : NULL; 470 return paint ? paint->getShader() : NULL; 764 * @param positions The x, y positions of individual glyphs (or NULL) 897 void setupDrawMesh(const GLvoid* vertices, const GLvoid* texCoords = NULL, GLuint vbo = 0); 945 * NULL, the texture could not be found and/or allocated.
|
/frameworks/av/camera/ |
H A D | CameraParameters.cpp | 298 char **endptr = NULL) 491 if (supportedPreviewFormats == NULL) { 506 fmt = strtok_r(NULL, ",", &savePtr); 297 parse_pair(const char *str, int *first, int *second, char delim, char **endptr = NULL) argument
|
/frameworks/base/media/jni/ |
H A D | android_media_MediaCodec.cpp | 91 : 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...] |