Searched refs:NULL (Results 376 - 400 of 1733) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_IDCT8x8blk.c64 * - pSrc or pDst is NULL.
73 armRetArgErrIf(pSrc == NULL, OMX_Sts_BadArgErr);
75 armRetArgErrIf(pDst == NULL, OMX_Sts_BadArgErr);
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp40 mThreadId(NULL) {
102 if (mThread != NULL || mRunningLocally) {
117 if (mThread != NULL || mRunningLocally) {
145 if (thread == NULL && !runningLocally) {
149 if (thread != NULL) {
199 if (mThread == NULL && !mRunningLocally) {
239 CHECK(replyToken != NULL);
243 if (mThread == NULL) {
/frameworks/av/media/libstagefright/foundation/include/
H A DJPEGSource.h31 virtual status_t start(MetaData *params = NULL);
36 MediaBuffer **buffer, const ReadOptions *options = NULL);
H A DMediaAdapter.h39 virtual status_t start(MetaData *params = NULL);
43 MediaBuffer **buffer, const ReadOptions *options = NULL);
H A DMediaSource.h38 virtual status_t start(MetaData *params = NULL) = 0;
59 MediaBuffer **buffer, const ReadOptions *options = NULL) = 0;
/frameworks/av/media/libstagefright/include/
H A DJPEGSource.h31 virtual status_t start(MetaData *params = NULL);
36 MediaBuffer **buffer, const ReadOptions *options = NULL);
H A DMediaAdapter.h39 virtual status_t start(MetaData *params = NULL);
43 MediaBuffer **buffer, const ReadOptions *options = NULL);
H A DMediaSource.h38 virtual status_t start(MetaData *params = NULL) = 0;
59 MediaBuffer **buffer, const ReadOptions *options = NULL) = 0;
/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp190 if (clazz == NULL) {
212 jobject jEvent = NULL;
213 jbyteArray jData = NULL;
217 jbyte *nData = env->GetByteArrayElements(jData, NULL);
222 jobject jAudioFormat = NULL;
236 gKeyphraseRecognitionExtraClass, NULL);
237 if (jExtras == NULL) {
244 gConfidenceLevelClass, NULL);
246 if (jConfidenceLevels == NULL) {
265 if (jNewExtra == NULL) {
[all...]
H A Dandroid_text_AndroidCharacter.cpp58 if (src.get() == NULL) {
62 if (dest.get() == NULL) {
67 jniThrowException(env, "java/lang/ArrayIndexOutOfBoundsException", NULL);
109 if (src.get() == NULL) {
113 if (dest.get() == NULL) {
120 jniThrowException(env, "java/lang/ArrayIndexOutOfBoundsException", NULL);
151 if (data.get() == NULL) {
157 jniThrowException(env, "java/lang/ArrayIndexOutOfBoundsException", NULL);
/frameworks/base/core/tests/utiltests/jni/
H A Dandroid_util_MemoryIntArrayTest.cpp29 if (name == NULL) {
37 const char* nameStr = env->GetStringUTFChars(name, NULL);
/frameworks/base/libs/androidfw/
H A DStreamingZipInflater.cpp56 mDataMap = NULL;
92 if (mDataMap == NULL) {
114 if (mDataMap == NULL) {
144 if (outBuf != NULL) memcpy(dest, mOutBuf + mOutDeliverable, deliverable);
157 if ((mInflateState.avail_in == 0) && (mDataMap == NULL)) {
208 assert(mDataMap == NULL);
240 read(NULL, absoluteInputPosition);
242 read(NULL, absoluteInputPosition - mOutCurPosition);
/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c125 struct pcm *pcm = NULL;
142 pcm = NULL;
153 pcm = NULL;
161 return NULL;
184 return NULL;
216 pthread_create(&tid, NULL, capture_thread, NULL);
217 pthread_create(&tid, NULL, play_thread, pcm);
H A Dhid.c46 nanosleep(&tm, NULL);
88 ACCESSORY_REGISTER_HID, id, desc_length, NULL, 0, 1000);
125 ACCESSORY_UNREGISTER_HID, id, 0, NULL, 0, 1000);
129 return NULL;
142 pthread_create(&th, NULL, hid_thread, (void *)fd);
195 return NULL;
201 pthread_create(&th, NULL, inotify_thread, NULL);
/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_frame.cpp22 NativeFrame::NativeFrame(int size) : data_(NULL), size_(size), capacity_(size) {
23 data_ = capacity_ == 0 ? NULL : new uint8_t[capacity_];
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h42 bool hasVMA() const { return m_pVMA != NULL; }
56 bool hasLMA() const { return m_pLMA != NULL; }
66 bool hasAlign() const { return m_pAlign != NULL; }
72 bool hasSubAlign() const { return m_pSubAlign != NULL; }
108 bool hasRegion() const { return m_pRegion != NULL; }
114 bool hasLMARegion() const { return m_pLMARegion != NULL; }
120 bool hasPhdrs() const { return m_pPhdrs != NULL; }
126 bool hasFillExp() const { return m_pFillExp != NULL; }
H A DScriptScanner.h39 explicit ScriptScanner(std::istream* yyin = NULL, std::ostream* yyout = NULL);
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp36 FragmentRef::FragmentRef() : m_pFragment(NULL), m_Offset(0) {
49 /// return NULL.
54 while (frag != NULL) {
60 if ((frag != NULL) && (frag->size() != 0)) {
67 if (frag == NULL)
77 SectionData* data = NULL;
91 if (data == NULL || data->empty()) {
120 if (m_pFragment == NULL)
152 if (m_pFragment != NULL)
/frameworks/compile/mclinker/lib/LD/
H A DRelocData.cpp24 RelocData::RelocData() : m_pSection(NULL) {
39 pSection = NULL;
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDebugMessageInsertKHR.cpp6 const char * _exceptionType = NULL;
7 const char * _exceptionMessage = NULL;
/frameworks/wilhelm/src/desktop/
H A DSDL.cpp34 if (NULL != outputMix) {
59 if (SDL_OpenAudio(&fmt, NULL) < 0) {
/frameworks/wilhelm/src/itf/
H A DIAudioDecoderCapabilities.cpp27 if (NULL == pNumDecoders) {
31 if (NULL != pDecoderIds) {
H A DIAudioEncoder.cpp27 if (NULL == pSettings) {
47 if (NULL == pSettings) {
H A DIAudioEncoderCapabilities.cpp27 if (NULL == pNumEncoders) {
31 if (NULL != pEncoderIds) {
H A DIMetadataExtraction.cpp26 if (NULL == pItemCount) {
51 if (NULL == pKeySize) {
76 if (NULL == pKey) {
101 if (NULL == pValueSize) {
126 if (NULL == pValue) {
152 if (NULL == pKey || NULL == pValueLangCountry || (filterMask & ~(SL_METADATA_FILTER_KEY |
199 thiz->mKey = NULL;

Completed in 1219 milliseconds

<<11121314151617181920>>