Searched refs:NULL (Results 201 - 225 of 1733) sorted by relevance

1234567891011>>

/frameworks/base/core/jni/
H A Dandroid_os_HwRemoteBinder.cpp56 return env->GetJavaVM(&vm) >= 0 ? vm : NULL;
62 return vm->GetEnv((void **)&env, JNI_VERSION_1_4) >= 0 ? env : NULL;
71 mObjectWeak(NULL), mCookie(cookie), mList(list)
80 if (mObject != NULL) {
92 if (list != NULL) {
99 mObject = NULL;
107 if (list != NULL) {
118 if (mObject != NULL) {
129 if (mObject != NULL) {
137 if (nameUtf.c_str() != NULL) {
[all...]
H A Dandroid_backup_BackupDataOutput.cpp33 return (jlong)NULL;
51 const char* keyUTF = env->GetStringUTFChars(key, NULL);
52 if (keyUTF == NULL) {
73 jbyte* dataBytes = env->GetByteArrayElements(data, NULL);
74 if (dataBytes == NULL) {
90 const char* keyPrefixUTF = env->GetStringUTFChars(keyPrefixObj, NULL);
H A Dcore_jni_helpers.h29 LOG_ALWAYS_FATAL_IF(clazz == NULL, "Unable to find class %s", class_name);
36 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find static field %s", field_name);
43 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find method %s", method_name);
50 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find static field %s", field_name);
57 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find static method %s", method_name);
64 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to create global reference.");
H A Dandroid_os_Parcel.cpp75 if (p != NULL) {
80 return NULL;
120 if (parcel != NULL) {
133 if (parcel != NULL) {
141 if (parcel != NULL) {
153 if (parcel != NULL) {
162 if (parcel != NULL) {
171 if (parcel == NULL) {
182 if (dest == NULL) {
197 if (parcel == NULL) {
[all...]
H A Dcom_google_android_gles_jni_EGLImpl.cpp93 if (attrib_list == NULL) {
106 if (attrib_list != NULL) {
114 if (attrib_list != NULL) {
121 if (display == NULL || (major_minor != NULL &&
123 jniThrowException(_env, "java/lang/IllegalArgumentException", NULL);
128 EGLBoolean success = eglInitialize(dpy, NULL, NULL);
144 if (display == NULL || context == NULL || valu
[all...]
/frameworks/av/include/media/stagefright/
H A Davc_utils.h49 int32_t *sarWidth = NULL, int32_t *sarHeight = NULL);
105 int *out_sampling_rate = NULL, int *out_channels = NULL,
106 int *out_bitrate = NULL, int *out_num_samples = NULL);
/frameworks/av/media/libstagefright/
H A DDataURISource.cpp28 return NULL;
33 if (commaPos == NULL) {
34 return NULL;
54 if (buffer == NULL) {
56 return NULL;
68 return NULL;
/frameworks/av/media/libstagefright/foundation/include/
H A Davc_utils.h49 int32_t *sarWidth = NULL, int32_t *sarHeight = NULL);
105 int *out_sampling_rate = NULL, int *out_channels = NULL,
106 int *out_bitrate = NULL, int *out_num_samples = NULL);
/frameworks/av/media/libstagefright/include/
H A Davc_utils.h49 int32_t *sarWidth = NULL, int32_t *sarHeight = NULL);
105 int *out_sampling_rate = NULL, int *out_channels = NULL,
106 int *out_bitrate = NULL, int *out_num_samples = NULL);
/frameworks/native/libs/gui/
H A DDisplayEventReceiver.cpp37 if (sf != NULL) {
39 if (mEventConnection != NULL) {
50 if (mDataChannel != NULL)
56 if (mDataChannel == NULL)
66 if (mEventConnection != NULL) {
74 if (mEventConnection != NULL) {
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c56 assert(NULL != p->mPlay);
64 assert(NULL != p->mPlay);
72 assert(NULL != p->mPlay);
80 assert(NULL != p->mSeek);
88 assert(NULL != p->mObject);
90 p->mObject = NULL;
91 p->mPlay = NULL;
92 p->mSeek = NULL;
104 format_mime.mimeType = NULL;
115 audioSnk.pFormat = NULL;
[all...]
/frameworks/av/media/vndk/xmlparser/1.0/
H A DMediaCodecsXmlParser.cpp106 if (href_base_end != NULL) {
136 if (file == NULL) {
143 XML_Parser parser = ::XML_ParserCreate(NULL);
144 CHECK(parser != NULL);
153 if (buff == NULL) {
181 file = NULL;
196 const char *href = NULL;
198 while (attrs[i] != NULL) {
200 if (attrs[i + 1] == NULL) {
413 const char *name = NULL;
[all...]
/frameworks/av/drm/common/
H A DReadWriteUtils.cpp36 FILE* file = NULL;
40 if (NULL != file) {
58 FILE* file = NULL;
62 if (NULL != file) {
79 FILE* file = NULL;
82 if (NULL != file) {
96 FILE* file = NULL;
99 if (NULL != file) {
/frameworks/av/media/libnbaio/
H A DSourceAudioBufferProvider.cpp28 mAllocated(NULL), mSize(0), mOffset(0), mRemaining(0), mGetCount(0), mFramesReleased(0)
35 ssize_t index = source->negotiate(NULL, 0, counterOffers, numCounterOffers);
38 index = source->negotiate(counterOffers, 1, NULL, numCounterOffers);
50 ALOG_ASSERT(buffer != NULL && buffer->frameCount > 0 && mGetCount == 0);
68 if (mAllocated == NULL) {
88 buffer->raw = NULL;
96 ALOG_ASSERT((buffer != NULL) &&
104 buffer->raw = NULL;
/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/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_Copy16x16.c61 * - one or more of the following pointers is NULL: pSrc, pDst
78 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
79 armRetArgErrIf(pDst == NULL, OMX_Sts_BadArgErr);
H A DomxVCCOMM_Copy8x8.c61 * - one or more of the following pointers is NULL: pSrc, pDst
78 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
79 armRetArgErrIf(pDst == NULL, OMX_Sts_BadArgErr);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_TransRecBlockCoef_intra.c122 * - At least one of the following pointers is NULL: pSrc, pDst, pRec,
169 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
170 armRetArgErrIf(pRec == NULL, OMX_Sts_BadArgErr);
171 armRetArgErrIf(pDst == NULL, OMX_Sts_BadArgErr);
175 armRetArgErrIf(pPredBufRow == NULL, OMX_Sts_BadArgErr);
176 armRetArgErrIf(pPredBufCol == NULL, OMX_Sts_BadArgErr);
177 armRetArgErrIf(pPreACPredict == NULL, OMX_Sts_BadArgErr);
178 armRetArgErrIf(pSumErr == NULL, OMX_Sts_BadArgErr);
179 armRetArgErrIf(pQpBuf == NULL, OMX_Sts_BadArgErr);
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp89 if (libHandle == NULL) {
105 if (createSoftOMXComponent == NULL) {
107 libHandle = NULL;
115 if (codec == NULL) {
117 libHandle = NULL;
125 libHandle = NULL;
151 me = NULL;
154 libHandle = NULL;
/frameworks/av/services/audioflinger/
H A DStateQueue.cpp44 mAck(NULL), mCurrent(NULL),
45 mMutating(&mStates[0]), mExpecting(NULL),
115 if (mExpecting != NULL) {
123 //mExpecting = NULL;
135 nanosleep(&req, NULL);
159 if (mExpecting != NULL) {
166 mExpecting = NULL;
175 nanosleep(&req, NULL);
/frameworks/base/core/java/android/util/
H A DBackupUtils.java29 public static final int NULL = 0; field in class:BackupUtils
51 out.writeByte(NULL);
/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp54 return NULL;
64 return NULL;
72 return NULL;
81 return NULL;
86 return NULL;
93 return NULL;
96 return NULL;
99 return NULL;
/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbDeviceManager.cpp64 return NULL;
67 jobjectArray strArray = env->NewObjectArray(6, stringClass, NULL);
86 return NULL;
89 if (fileDescriptor == NULL) {
90 return NULL;
135 if (clazz == NULL) {
141 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.ParcelFileDescriptor");
144 LOG_FATAL_IF(gParcelFileDescriptorOffsets.mConstructor == NULL,
/frameworks/compile/mclinker/lib/Fragment/
H A DFragment.cpp21 : m_Kind(Type(~0)), m_pParent(NULL), m_Offset(~uint64_t(0)) {
26 if (m_pParent != NULL)
/frameworks/compile/mclinker/lib/LD/
H A DSectionData.cpp25 SectionData::SectionData() : m_pSection(NULL) {
40 pSection = NULL;

Completed in 408 milliseconds

1234567891011>>