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

1234567891011>>

/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.cpp88 if (libHandle == NULL) {
104 if (createSoftOMXComponent == NULL) {
106 libHandle = NULL;
114 if (codec == NULL) {
116 libHandle = NULL;
124 libHandle = NULL;
150 me = NULL;
153 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/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;
/frameworks/wilhelm/src/itf/
H A DI3DGrouping.c29 if (NULL != newGroup) {
48 if (NULL != oldGroup) {
57 if (NULL != newGroup) {
79 if (NULL == pGroup) {
85 *pGroup = (NULL != group) ? &group->mObject.mItf : NULL;
103 thiz->mGroup = NULL;
110 if (NULL != group) {
H A DIAudioIODeviceCapabilities.c29 if (NULL == pNumInputs) {
33 if (NULL != pInputDeviceIDs) {
52 if (NULL == pDescriptor) {
92 if (NULL == pNumOutputs) {
96 if (NULL != pOutputDeviceIDs) {
118 if (NULL == pDescriptor) {
180 if (NULL == pNumAudioInputs) {
198 if (NULL == pNumAudioOutputs) {
216 if (NULL == pNumAudioDevices) {
223 if (NULL !
[all...]
H A DIDynamicSource.c26 if (NULL == pDataSource) {
59 thiz->mDataSource = NULL;
H A DIEngine.c38 if (NULL == ap->mBufferQueue.mArray) {
57 if (NULL == ap->mAndroidBufferQueue.mBufferArray) {
71 if ((mime != NULL) && !(strcasecmp(mime, (const char *)SL_ANDROID_MIME_AACADTS) &&
101 if ((NULL == pDevice) || (SL_DEFAULTDEVICEID_LED != deviceID)) {
104 *pDevice = NULL;
107 if (NULL == pCLEDDevice_class) {
111 pInterfaceRequired, &exposedMask, NULL);
115 if (NULL == thiz) {
139 if ((NULL == pDevice) || (SL_DEFAULTDEVICEID_VIBRA != deviceID)) {
142 *pDevice = NULL;
[all...]
/frameworks/base/core/jni/
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...]
/frameworks/av/drm/libmediadrm/
H A DDrm.cpp68 if (drm == NULL) {
75 drm->sendEvent(DrmPlugin::kDrmPluginEventSessionReclaimed, 0, &sessionId, NULL);
91 mListener(NULL),
92 mFactory(NULL),
93 mPlugin(NULL) {
99 mPlugin = NULL;
105 mFactory = NULL;
116 if (mListener != NULL){
119 if (listener != NULL) {
134 if (listener != NULL) {
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp79 if (mLooper != NULL) {
86 if (mIsSDP && mHTTPService == NULL) {
91 if (mLooper == NULL) {
99 CHECK(mHandler == NULL);
100 CHECK(mSDPLoader == NULL);
113 mURL.c_str(), mExtraHeaders.isEmpty() ? NULL : &mExtraHeaders);
128 if (mLooper == NULL) {
145 if (source == NULL) {
146 return NULL;
160 if ((mAudioTrack != NULL
[all...]
H A DNuPlayer.cpp291 source = NULL;
307 source = NULL;
322 if (bufferProducer == NULL) {
323 msg->setObject("surface", NULL);
354 if (err == OK && response != NULL) {
364 if (err == OK && response != NULL) {
378 if (err == OK && response != NULL) {
389 if (err == OK && response != NULL) {
409 if (source != NULL) {
432 if (format == NULL) {
[all...]
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp52 mState(NULL),
53 mVi(NULL),
66 if (mState != NULL) {
69 mState = NULL;
72 if (mVi != NULL) {
75 mVi = NULL;
97 def.format.audio.pNativeRender = NULL;
115 def.format.audio.pNativeRender = NULL;
253 buf->ptr.owner = NULL;
258 ref->next = NULL;
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp95 return NULL;
111 return NULL;
118 if (sCodecList == NULL) {
126 if (pthread_create(&profiler, NULL, profilerThreadWrapper, NULL) != 0) {
154 if (sRemoteList == NULL) {
159 if (service.get() != NULL) {
161 if (sRemoteList != NULL) {
166 if (sRemoteList == NULL) {
186 if (href_base_end != NULL) {
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp73 if (tempBuffer == NULL) {
97 if (mFile == NULL) {
105 if (mFile == NULL) {
111 if (mFile != NULL) {
113 mFile = NULL;
119 if (mFile == NULL) {
141 return mFile != NULL;
173 if (keys != NULL && values != NULL) {
179 failed = ((keys != NULL
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/test/
H A Damrnb_enc_test.cpp63 FILE *fSrc = NULL;
64 FILE *fDst = NULL;
67 uint16_t *inputBuf = NULL;
68 uint8_t *outputBuf = NULL;
69 AmrNbEncState *amr = NULL;
76 if (fSrc == NULL) {
84 if (fDst == NULL) {
92 assert(inputBuf != NULL);
96 assert(outputBuf != NULL);
177 char *inFileName = NULL;
[all...]
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp33 : mInitCheck((conn != NULL) ? OK : NO_INIT),
37 mDrmManagerClient(NULL) {
53 if (headers != NULL) {
154 if (mDrmManagerClient == NULL) {
158 if (mDrmManagerClient == NULL) {
159 return NULL;
162 if (mDecryptHandle == NULL) {
167 if (mDecryptHandle == NULL) {
169 mDrmManagerClient = NULL;
209 if (mDecryptHandle != NULL) {
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp19 mBuffer(NULL),
58 mBuffer = NULL;
84 if (mLooper != NULL) {
91 if (mBuffer != NULL) {
94 mBuffer = NULL;
113 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &seekMode));
120 while ((mLastBufferUpdateUs < 0ll || mBuffer == NULL)
144 CHECK(mBuffer == NULL);
189 if (mBuffer != NULL) {
191 mBuffer = NULL;
[all...]
/frameworks/native/libs/binder/
H A DIServiceManager.cpp35 if (gDefaultServiceManager != NULL) return gDefaultServiceManager;
39 while (gDefaultServiceManager == NULL) {
41 ProcessState::self()->getContextObject(NULL));
42 if (gDefaultServiceManager == NULL)
52 return checkCallingPermission(permission, NULL, NULL);
83 if (pc != NULL) {
104 gPermissionController = NULL;
111 if (binder == NULL) {
144 if (svc != NULL) retur
[all...]

Completed in 6551 milliseconds

1234567891011>>