Searched refs:NULL (Results 1 - 25 of 1671) sorted by last modified time

1234567891011>>

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp38 fCStr = env->GetStringUTFChars(str, NULL);
58 mCStrings = NULL;
59 mSizeArray = NULL;
65 mCStrings[ct] = mEnv->GetStringUTFChars(s, NULL);
185 jint *ptr = _env->GetIntArrayElements(data, NULL);
204 jint *auxDataPtr = _env->GetIntArrayElements(auxData, NULL);
230 jint *ptr = NULL;
234 jint *ptr = _env->GetIntArrayElements(data, NULL);
259 jint *ids = _env->GetIntArrayElements(_ids, NULL);
260 jint *arraySizes = _env->GetIntArrayElements(_arraySizes, NULL);
[all...]
/frameworks/webview/chromium/loader/
H A Dloader.cpp41 void* gReservedAddress = NULL;
47 void* addr = mmap(NULL, vsize, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
85 if (handle == NULL) {
114 if (handle == NULL) {
142 const char* lib_utf8 = env->GetStringUTFChars(lib, NULL);
143 if (lib_utf8 != NULL) {
144 const char* relro_utf8 = env->GetStringUTFChars(relro, NULL);
145 if (relro_utf8 != NULL) {
166 const char* lib_utf8 = env->GetStringUTFChars(lib, NULL);
167 if (lib_utf8 != NULL) {
[all...]
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp39 AwDrawGLFunction* g_aw_drawgl_function = NULL;
91 g_aw_drawgl_function(view_context_, &aw_info, NULL);
H A Dgraphics_utils.cpp60 return NULL;
69 return NULL;
75 pixels = NULL;
H A Djni_entry_point.cpp30 JNIEnv* env = NULL;
31 jint ret = vm->AttachCurrentThread(&env, NULL);
/frameworks/wilhelm/src/
H A DThreadPool.c26 assert(NULL != tp);
29 // closure is NULL when thread pool is being destroyed
30 if (NULL == pClosure) {
45 assert(NULL != handler_ppi);
52 assert(NULL != handler_ppii);
60 assert(NULL != handler_piipp);
72 return NULL;
89 assert(NULL != tp);
98 err = pthread_mutex_init(&tp->mMutex, (const pthread_mutexattr_t *) NULL);
103 err = pthread_cond_init(&tp->mCondNotFull, (const pthread_condattr_t *) NULL);
[all...]
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp88 if ((NULL == data) || (size == 0)) {
167 if (source == NULL) {
H A DAudioPlayer_to_android.cpp110 slBufferQueueCallback callback = NULL;
111 void * callbackPContext = NULL;
158 if (NULL != callback) {
173 assert(ap != NULL);
246 if (NULL != ap->mEffectSend.mItf) {
256 } else if (NULL != ap->mAndroidEffectSend.mItf) {
267 assert(pVolumes != NULL);
268 assert(volumeItf != NULL);
269 // OK for audibilityFactors to be NULL
282 } else if (audibilityFactors != NULL) {
[all...]
H A DAudioRecorder_to_android.cpp28 static FILE* gMonitorFp = NULL;
110 slRecordCallback callback = NULL;
111 void* callbackPContext = NULL;
118 if (NULL != callback) {
127 slRecordCallback callback = NULL;
128 void* callbackPContext = NULL;
135 if (NULL != callback) {
144 slRecordCallback callback = NULL;
145 void* callbackPContext = NULL;
154 if (NULL !
[all...]
H A DBufferQueueSource.cpp54 return mAndroidBufferQueueSource != NULL ? OK : NO_INIT;
66 slAndroidBufferQueueCallback callback = NULL;
81 char *pSrc = NULL;
123 if (NULL != pSrc) {
149 if (NULL != callback) {
H A DCallbackProtector.cpp30 , mCallbackThread((pthread_t) NULL),
32 mRequesterThread((pthread_t) NULL),
104 mCallbackThread = (pthread_t) NULL;
H A DMediaPlayer_to_android.cpp38 if (NULL == user) {
60 slPrefetchCallback callback = NULL;
94 if (NULL != callback) {
134 if ((NULL != callback) && (index >= 0)) {
138 NULL /*pEventData, always NULL in OpenMAX AL 1.0.1*/,
145 /*p2*/ NULL /*pEventData, always NULL in OpenMAX AL 1.0.1*/,
148 "Callback %p(%p, XA_STREAMCBEVENT_PROPERTYCHANGE, 1, NULL, %p) dropped",
160 slPlayCallback playCallback = NULL;
[all...]
H A DVideoCodec_to_android.cpp62 if (service == NULL) {
68 if (omx.get() == NULL) {
H A Dandroid_AudioSfDecoder.cpp40 mDecodeBuffer(NULL),
60 if (NULL != mDecodeBuffer) {
62 mDecodeBuffer = NULL;
194 NULL /* XXX httpService */, mDataLocator.uriRef);
195 if (dataSource == NULL) {
230 if (extractor == NULL) {
306 if (source == NULL) {
488 if (NULL != mDecodeBuffer) {
491 mDecodeBuffer = NULL;
561 if (NULL
[all...]
H A Dandroid_AudioToCbRenderer.cpp29 mDecodeCbf(NULL),
30 mDecodeUser(NULL)
55 if (NULL == mDecodeBuffer) {
57 //SL_LOGV("AudioToCbRenderer::onRender NULL buffer, exiting");
62 if (NULL != mDecodeCbf) {
84 mDecodeBuffer = NULL;
H A Dandroid_Effect.cpp309 if ((0 < numPresets) && (NULL == ieq->mThis->mEngine->mEqPresetNames)) {
451 * ap != NULL
511 * ap != NULL
512 * ap->mOutputMix != NULL
525 if (NULL == pFx) {
539 * ap != NULL
685 if (NULL == pNumSupportedAudioEffects) {
718 if (NULL == pDescriptor) {
763 NULL, // not using type to create effect
H A Dandroid_GenericMediaPlayer.cpp61 // Map a media_event_type enum (the msg of an IMediaPlayerClient::notify) to a string or NULL
77 return NULL;
81 // Map a media_error_type enum (the ext1 of a MEDIA_ERROR event) to a string or NULL
91 return NULL;
95 // Map a media_info_type enum (the ext1 of a MEDIA_INFO event) to a string or NULL
110 return NULL;
121 if (genericMediaPlayer == NULL) {
262 if (player != NULL) {
266 //player->setDataSource(NULL);
267 player->setVideoSurfaceTexture(NULL);
[all...]
H A Dandroid_GenericMediaPlayer.h68 mPlayerClient->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, 0, NULL);
124 // Return a reference to the media player service, or ALOGE and return NULL after retries fail
135 sp<IMediaPlayer> mPreparedPlayer; // non-NULL if MediaPlayer exists and prepared, write once
H A Dandroid_GenericPlayer.cpp30 mNotifyClient(NULL),
31 mNotifyUser(NULL),
82 mNotifyClient = NULL;
83 mNotifyUser = NULL;
414 if (NULL == mNotifyClient) {
H A Dandroid_LocAVPlayer.cpp50 if (mediaPlayerService != NULL) {
55 if (mPlayer == NULL) {
60 NULL /*headers*/) != NO_ERROR) {
68 if (mPlayer == NULL) {
90 if (mPlayer == NULL) {
H A Dandroid_StreamPlayer.cpp62 assert(listener != NULL);
64 assert(mListener == NULL);
132 slAndroidBufferQueueCallback callback = NULL;
133 void* pBufferContext, *pBufferData, *callbackPContext = NULL;
134 AdvancedBufferHeader *oldFront = NULL;
187 if (player != NULL) {
266 if (player != NULL) {
279 if (NULL != callback) {
348 //mPlayer->setDataSource(NULL);
349 mPlayer->setVideoSurfaceTexture(NULL);
[all...]
H A Dandroid_StreamPlayer.h51 void receivedCmd_l(IStreamListener::Command cmd, const sp<AMessage> &msg = NULL);
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h46 virtual status_t start(MetaData *params = NULL);
52 MediaBuffer **buffer, const ReadOptions *options = NULL);
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp102 // if (!SniffAAC(mDataSource, &mimeType, &confidence, NULL)) {
188 return NULL;
197 return NULL;
217 mGroup(NULL),
246 mGroup = NULL;
260 *out = NULL;
290 buffer = NULL;
/frameworks/wilhelm/src/autogen/
H A DIID_to_MPH.c317 if (NULL != iid) {

Completed in 581 milliseconds

1234567891011>>