Searched defs:NULL (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/wilhelm/src/
H A Dhandlers.c22 #define NULL 0 macro
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DTargetFragment.h24 explicit TargetFragment(Fragment::Type pKind, SectionData* pSD = NULL) argument
/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/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/util/
H A DJsonToken.java74 NULL, enum constant in enum:JsonToken
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h127 #ifndef NULL
128 #define NULL 0 macro
/frameworks/av/include/media/stagefright/
H A DDataSource.h52 const KeyedVector<String8, String8> *headers = NULL,
53 String8 *contentType = NULL,
54 HTTPBase *httpSource = NULL);
99 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) { argument
100 return NULL;
/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/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/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c59 if(pUserData == NULL || pUserData->memflag != VO_IMF_USERMEMOPERATOR || pUserData->memData == NULL )
72 *phCodec = NULL;
83 if(NULL == hAacEnc)
92 if(NULL == hAacEnc->intbuf)
121 hAacEnc = NULL;
123 *phCodec = NULL;
173 if(NULL == hCodec || NULL == pInput || NULL
255 NULL, local
[all...]
/frameworks/native/libs/gui/
H A DSensorEventQueue.cpp43 : mSensorEventConnection(connection), mRecBuffer(NULL), mAvailable(0), mConsumed(0),
90 mLooper->addFd(getFd(), getFd(), ALOOPER_EVENT_INPUT, NULL, NULL); local
103 result = looper->pollOnce(-1, NULL, &events, NULL);
/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/base/core/jni/
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/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/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/base/media/jni/
H A Dandroid_media_MediaSync.cpp126 if (sync != NULL) {
129 if (old != NULL) {
143 setMediaSync(env, thiz, NULL);
147 JNIEnv *env, status_t err, const char *msg = NULL) {
175 if (sync == NULL) {
181 if (jsurface != NULL) {
183 if (surface != NULL) {
208 if (sync == NULL) {
214 if (jaudioTrack != NULL) {
216 if (audioTrack == NULL) {
146 throwExceptionAsNecessary( JNIEnv *env, status_t err, const char *msg = NULL) argument
[all...]
H A Dandroid_media_MediaCodec.cpp107 : mClass(NULL),
108 mObject(NULL) {
110 CHECK(clazz != NULL);
130 CHECK((mCodec != NULL) != (mInitStatus != OK));
136 CHECK(mByteBufferClass != NULL);
140 CHECK(byteOrderClass.get() != NULL);
144 CHECK(nativeOrderID != NULL);
149 CHECK(mNativeByteOrderObj != NULL);
151 nativeByteOrderObj = NULL;
157 CHECK(mByteBufferOrderMethodID != NULL);
611 createCodecException( JNIEnv *env, status_t err, int32_t actionCode, const char *msg = NULL) argument
860 throwExceptionAsNecessary( JNIEnv *env, status_t err, int32_t actionCode = ACTION_CODE_FATAL, const char *msg = NULL) argument
[all...]
H A Dandroid_media_MediaDrm.cpp159 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL);
171 if (clazz == NULL) {
234 if (jParcel != NULL) {
260 JNIEnv *env, status_t err, const char *msg = NULL) {
262 const char *drmMessage = NULL;
317 if (drmMessage != NULL) {
318 if (msg == NULL) {
333 return jdrm ? jdrm->getDrm() : NULL;
340 if (mDrm != NULL) {
349 mObject = NULL;
259 throwExceptionAsNecessary( JNIEnv *env, status_t err, const char *msg = NULL) argument
[all...]
/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);
457 "file", Part.EMPTY, path, Part.NULL, Part.NULL);
844 this.fragment = fragment == null ? Part.NULL : fragment;
1153 this.path = path == null ? PathPart.NULL : path;
1530 if (path == null || path == PathPart.NULL) {
1547 || (authority != null && authority != Part.NULL);
2001 static final Part NULL field in class:Uri.Part
2106 static final PathPart NULL = new PathPart(null, null); field in class:Uri.PathPart
[all...]
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp73 NULL
107 wait(NULL);
129 ASSERT_TRUE(m_server != NULL);
139 if (m_server != NULL) {
166 sp<IBinder> addServer(int32_t *idPtr = NULL) argument
176 EXPECT_FALSE(binder != NULL);
178 EXPECT_TRUE(binder != NULL);
247 pthread_mutex_init(&m_waitMutex, NULL);
248 pthread_cond_init(&m_waitCond, NULL);
356 ASSERT_TRUE(server != NULL);
[all...]
/frameworks/av/camera/
H A DCameraParameters.cpp298 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/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)) {
231 if (manifestAsset == NULL) {
347 if (ctag16 == NULL) {
392 getNfcAidCategories(AssetManager& assets, String8 xmlPath, bool offHost, String8 *outError = NULL) argument
510 printFeatureGroup(const FeatureGroup& grp, const KeyedVector<String8, ImpliedFeature>* impliedFeatures = NULL) argument
[all...]

Completed in 4484 milliseconds

12