Lines Matching refs:NULL

123         nativeWindow = NULL;
128 if (callbacks.onDestroy != NULL) {
131 if (env != NULL) {
132 if (clazz != NULL) {
135 if (javaAssetManager != NULL) {
139 if (messageQueue != NULL && mainWorkRead >= 0) {
142 setSurface(NULL);
145 if (dlhandle != NULL) {
154 if (_surface != NULL) {
157 nativeWindow = NULL;
297 void* funcPtr = NULL;
298 const char* funcStr = env->GetStringUTFChars(funcName, NULL);
300 funcPtr = NativeBridgeGetTrampoline(handle, funcStr, NULL, 0);
308 if (code->createActivityFunc == NULL) {
314 if (code->messageQueue == NULL) {
343 const char* dirStr = env->GetStringUTFChars(internalDataDir, NULL);
348 if (externalDataDir != NULL) {
349 dirStr = env->GetStringUTFChars(externalDataDir, NULL);
360 if (obbDir != NULL) {
361 dirStr = env->GetStringUTFChars(obbDir, NULL);
367 jbyte* rawSavedState = NULL;
369 if (savedState != NULL) {
370 rawSavedState = env->GetByteArrayElements(savedState, NULL);
376 if (rawSavedState != NULL) {
407 if (code->callbacks.onStart != NULL) {
421 if (code->callbacks.onResume != NULL) {
434 jbyteArray array = NULL;
438 if (code->callbacks.onSaveInstanceState != NULL) {
443 if (array != NULL) {
447 if (state != NULL) {
464 if (code->callbacks.onPause != NULL) {
478 if (code->callbacks.onStop != NULL) {
492 if (code->callbacks.onConfigurationChanged != NULL) {
506 if (code->callbacks.onLowMemory != NULL) {
520 if (code->callbacks.onWindowFocusChanged != NULL) {
535 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowCreated != NULL) {
560 if (oldNativeWindow != NULL && code->callbacks.onNativeWindowDestroyed != NULL) {
564 if (code->nativeWindow != NULL) {
565 if (code->callbacks.onNativeWindowCreated != NULL) {
582 if (code->callbacks.onNativeWindowResized != NULL) {
599 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowRedrawNeeded != NULL) {
613 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowDestroyed != NULL) {
617 code->setSurface(NULL);
629 if (code->callbacks.onInputQueueCreated != NULL) {
644 if (code->callbacks.onInputQueueDestroyed != NULL) {
660 if (code->callbacks.onContentRectChanged != NULL) {