Searched defs:NULL (Results 1 - 25 of 45) 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/include/media/stagefright/
H A DDataSource.h53 const KeyedVector<String8, String8> *headers = NULL,
54 String8 *contentType = NULL,
55 HTTPBase *httpSource = NULL);
108 virtual sp<DecryptHandle> DrmInitialization(const char * /*mime*/ = NULL) { argument
109 return NULL;
H A DThrottledSource.h57 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) { argument
/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/foundation/include/
H A DDataSource.h53 const KeyedVector<String8, String8> *headers = NULL,
54 String8 *contentType = NULL,
55 HTTPBase *httpSource = NULL);
108 virtual sp<DecryptHandle> DrmInitialization(const char * /*mime*/ = NULL) { argument
109 return NULL;
H A DThrottledSource.h57 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) { argument
/frameworks/av/media/libstagefright/include/
H A DDataSource.h53 const KeyedVector<String8, String8> *headers = NULL,
54 String8 *contentType = NULL,
55 HTTPBase *httpSource = NULL);
108 virtual sp<DecryptHandle> DrmInitialization(const char * /*mime*/ = NULL) { argument
109 return NULL;
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/base/packages/Osu/src/com/android/hotspot2/asn1/
H A DAsn1Tag.java9 NULL, enum constant in enum:Asn1Tag
/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp40 : mSensorEventConnection(connection), mRecBuffer(NULL), mAvailable(0), mConsumed(0),
87 mLooper->addFd(getFd(), getFd(), ALOOPER_EVENT_INPUT, NULL, NULL); local
100 result = looper->pollOnce(-1, NULL, &events, NULL);
/frameworks/av/include/media/
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/av/media/libmedia/include/media/
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/av/media/libstagefright/codec2/vndk/include/util/
H A DC2ParamUtils.h165 C2StringLiteral _prefix = NULL) {
245 C2StringLiteral prefix = NULL) {
163 sanitizeEnumValueNames( const std::vector<C2StringLiteral> names, C2StringLiteral _prefix = NULL) argument
242 sanitizeEnumValues( std::vector<T> values, std::vector<C2StringLiteral> names, C2StringLiteral prefix = NULL) argument
/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/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/base/services/core/java/com/android/server/power/
H A DBatterySaverPolicy.java49 int NULL = 0; field in interface:BatterySaverPolicy.ServiceType

Completed in 2346 milliseconds

12