Home
last modified time | relevance | path

Searched defs:NULL (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
Dbasetype.h46 #define NULL 0 macro
48 #define NULL ((void *)0) macro
/frameworks/wilhelm/src/
Dhandlers.c22 #define NULL 0 macro
/frameworks/base/core/java/android/util/
DJsonToken.java74 NULL, enumConstant
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dgsm_amr_typedefs.h128 #define NULL 0 macro
/frameworks/av/media/libstagefright/codecs/common/include/
DvoType.h146 #define NULL 0 macro
148 #define NULL ((void *)0) macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h165 #define NULL 0 macro
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
Dtypedefs.h41 #define NULL 0 macro
43 #define NULL ((void *)0) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_util.h60 #define NULL 0 macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
Domxtypes.h220 #define NULL ((void*)0) macro
/frameworks/av/libvideoeditor/vss/video_filters/src/
DM4VFL_transition.c272 #define NULL 0 macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
Domxtypes.h220 #define NULL ((void*)0) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
Domxtypes.h220 #define NULL ((void*)0) macro
/frameworks/av/libvideoeditor/vss/common/inc/
DM4VIFI_FiltersAPI.h73 #define NULL 0 macro
/frameworks/base/core/java/android/net/
DUri.java1994 static final Part NULL = new EmptyPart(null); field in Uri.Part
2099 static final PathPart NULL = new PathPart(null, null); field in Uri.PathPart