/frameworks/wilhelm/src/ |
H A D | handlers.c | 22 #define NULL 0 macro
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
H A D | TargetFragment.h | 24 explicit 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 | BackupUtils.java | 29 public static final int NULL = 0; field in class:BackupUtils 51 out.writeByte(NULL);
|
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/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/include/media/stagefright/ |
H A D | DataSource.h | 52 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 D | aacenc.c | 59 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 D | Asn1Tag.java | 9 NULL, enum constant in enum:Asn1Tag
|
/frameworks/native/libs/gui/ |
H A D | SensorEventQueue.cpp | 43 : 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 D | voType.h | 144 #ifndef NULL 146 #define NULL 0 macro 148 #define NULL ((void *)0) macro
|
/frameworks/av/media/libstagefright/codecs/mp3dec/test/ |
H A D | mp3reader.cpp | 42 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 D | LinearMap.h | 226 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 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...] |
/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/media/jni/ |
H A D | android_media_MediaSync.cpp | 126 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 D | Uri.java | 130 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 D | binderLibTest.cpp | 73 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...] |