Searched defs:NULL (Results 1 - 23 of 23) sorted by last modified time

/frameworks/compile/linkloader/utils/
H A Dserialize.h69 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/media/libvideoeditor/vss/common/inc/
H A DM4VIFI_FiltersAPI.h72 #ifndef NULL
73 #define NULL 0 macro
/frameworks/media/libvideoeditor/vss/video_filters/src/
H A DM4VFL_transition.c271 #ifndef NULL
272 #define NULL 0 macro
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp189 NotifyConfigurationChangedArgs* outEventArgs = NULL) {
199 NotifyDeviceResetArgs* outEventArgs = NULL) {
208 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = NULL) { argument
222 void assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs = NULL) { argument
236 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = NULL) { argument
428 return index >= 0 ? mDevices.valueAt(index) : NULL;
746 void assertProcessWasCalled(RawEvent* outLastEvent = NULL) { argument
846 mNextDevice(NULL) {
868 mNextDevice = NULL;
939 INPUT_DEVICE_CLASS_KEYBOARD | INPUT_DEVICE_CLASS_ALPHAKEY, NULL));
188 assertNotifyConfigurationChangedWasCalled( NotifyConfigurationChangedArgs* outEventArgs = NULL) argument
198 assertNotifyDeviceResetWasCalled( NotifyDeviceResetArgs* outEventArgs = NULL) argument
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp99 if (mGroup != NULL && mGroupPos < mGroup->getFiles().size()) {
179 if (group != NULL) {
181 if (file != NULL) {
187 return NULL;
190 NULL, String8());
229 ssize_t nameIndex = block.indexOfAttribute(NULL, "package");
297 NULL, local
315 res = preProcessImage(bundle, assets, it.getFile(), NULL);
428 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
438 if (pool != NULL) {
1512 getAttributeComment(const sp<AaptAssets>& assets, const String8& name, String16* outTypeComment = NULL) argument
[all...]
H A DResourceTable.cpp24 if (root == NULL) {
38 if (root == NULL) {
52 root->removeWhitespace(true, NULL);
54 root->removeWhitespace(false, NULL);
153 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
154 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },
155 { NULL, 0, 0, NULL }
161 { suggestedArray, sizeof(suggestedArray)/2, ResTable_map::L10N_SUGGESTED, NULL },
162 { NULL,
167 parse_flags(const char16_t* str, size_t len, const flag_entry* flags, bool* outError = NULL) argument
297 compileAttribute(const sp<AaptFile>& in, ResXMLTree& block, const String16& myPackage, ResourceTable* outTable, String16* outIdent = NULL, bool inStyleable = false) argument
[all...]
/frameworks/base/libs/camera/
H A DCameraParameters.cpp290 char **endptr = NULL)
289 parse_pair(const char *str, int *first, int *second, char delim, char **endptr = NULL) argument
/frameworks/base/libs/gui/
H A DSensorEventQueue.cpp93 mLooper->addFd(getFd(), getFd(), ALOOPER_EVENT_INPUT, NULL, NULL); local
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dpv_audio_type_defs.h178 #ifndef NULL
179 #define NULL 0 macro
/frameworks/base/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/base/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c53 if(pUserData == NULL || pUserData->memflag != VO_IMF_USERMEMOPERATOR || pUserData->memData == NULL )
66 *phCodec = NULL;
77 if(NULL == hAacEnc)
86 if(NULL == hAacEnc->intbuf)
115 hAacEnc = NULL;
117 *phCodec = NULL;
167 if(NULL == hCodec || NULL == pInput || NULL
249 NULL, local
[all...]
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h127 #ifndef NULL
128 #define NULL 0 macro
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h164 #ifndef NULL
165 #define NULL 0 macro
/frameworks/base/media/libstagefright/codecs/common/include/
H A DvoType.h168 #ifndef NULL
170 #define NULL 0 macro
172 #define NULL ((void *)0) macro
/frameworks/base/media/libstagefright/codecs/on2/h264dec/inc/
H A Dbasetype.h44 #ifndef NULL
46 #define NULL 0 macro
48 #define NULL ((void *)0) macro
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes.h219 #ifndef NULL
220 #define NULL ((void*)0) macro
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes.h219 #ifndef NULL
220 #define NULL ((void*)0) macro
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A Domxtypes.h219 #ifndef NULL
220 #define NULL ((void*)0) macro
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h59 #ifndef NULL
60 #define NULL 0 macro
149 H264SwDecFree((ptr)); (ptr) = NULL; \
/frameworks/base/core/java/android/net/
H A DUri.java124 public static final Uri EMPTY = new HierarchicalUri(null, Part.NULL,
125 PathPart.EMPTY, Part.NULL, Part.NULL);
446 "file", Part.EMPTY, path, Part.NULL, Part.NULL);
833 this.fragment = fragment == null ? Part.NULL : fragment;
1142 this.path = path == null ? PathPart.NULL : path;
1519 if (path == null || path == PathPart.NULL) {
1536 || (authority != null && authority != Part.NULL);
2053 static final Part NULL field in class:Uri.Part
2158 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.cpp181 static AndroidRuntime* gCurRuntime = NULL;
183 static void doThrow(JNIEnv* env, const char* exc, const char* msg = NULL) argument
214 if (value != NULL && strcmp(value, "true") == 0) {
245 /*static*/ JavaVM* AndroidRuntime::mJavaVM = NULL;
265 assert(gCurRuntime == NULL); // one per process
292 if (clazz == NULL || env == NULL) {
297 if (methodId == NULL) {
310 strArray = env->NewObjectArray(argc, stringClass, NULL);
399 if (sigprocmask(SIG_BLOCK, &mask, 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 ) {
141 const char *pathStr = env->GetStringUTFChars(path, NULL);
142 if (pathStr == NULL) { // Out of memory
169 if (lpJet == NULL ) {
198 if (lpJet == NULL ) {
219 if (lpJet == NULL ) {
242 if (lpJet == NULL ) {
271 if (lpJet == NULL ) {
[all...]

Completed in 3688 milliseconds