Searched defs:NULL (Results 1 - 25 of 37) 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 DBackupUtils.java29 public static final int NULL = 0; field in class:BackupUtils
51 out.writeByte(NULL);
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/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/include/media/stagefright/
H A DDataSource.h52 const KeyedVector<String8, String8> *headers = NULL,
53 String8 *contentType = NULL,
54 HTTPBase *httpSource = NULL);
117 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) { argument
118 return NULL;
/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/base/packages/Osu/src/com/android/hotspot2/asn1/
H A DAsn1Tag.java9 NULL, enum constant in enum:Asn1Tag
/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/av/media/libstagefright/codecs/mp3dec/test/
H A Dmp3reader.cpp42 uint32_t *out_sampling_rate = NULL, uint32_t *out_channels = NULL ,
43 uint32_t *out_bitrate = NULL, uint32_t *out_num_samples = NULL) {
338 if (out_header != NULL) {
351 Mp3Reader::Mp3Reader() : mFp(NULL) {
359 if (mFp == NULL) return false;
392 header, &frame_size, &sample_rate, NULL /*out_channels*/,
399 if (!resync(mFp, mFixedHeader, &pos, NULL /*out_header*/)) {
420 assert(mFp != NULL);
40 parseHeader( uint32_t header, size_t *frame_size, uint32_t *out_sampling_rate = NULL, uint32_t *out_channels = NULL , uint32_t *out_bitrate = NULL, uint32_t *out_num_samples = NULL) argument
[all...]
/frameworks/av/services/audioflinger/
H A DLinearMap.h226 T findX(T y, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const { argument
233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const { argument
304 if (method != NULL) {
321 if (method != NULL) {
338 if (method != NULL) {
347 if (method != NULL) {
/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) {
162 AString msgWithErrorCode(msg == NULL ? "" : msg);
175 if (sync == NULL) {
181 if (jsurface != NULL) {
183 if (surface != NULL) {
208 if (sync == NULL) {
214 if (jaudioTrack != NULL) {
146 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...]

Completed in 1183 milliseconds

12