Searched refs:app_ (Results 1 - 2 of 2) sorted by relevance

/development/ndk/platforms/android-17/samples/Teapot/jni/
H A DTeapotNativeActivity.cpp56 android_app* app_; member in class:Engine
100 app_( NULL ),
139 gl_context_->Init( app_->window );
146 if( EGL_SUCCESS != gl_context_->Resume( app_->window ) )
331 sensor_event_queue_ = ASensorManager_createEventQueue( sensor_manager_, app_->looper,
377 app_ = state;
378 doubletap_detector_.SetConfiguration( app_->config );
379 drag_detector_.SetConfiguration( app_->config );
380 pinch_detector_.SetConfiguration( app_->config );
401 app_
[all...]
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
H A DMoreTeapotsNativeActivity.cpp66 android_app* app_; member in class:Engine
110 app_( NULL ),
149 gl_context_->Init( app_->window );
156 if( EGL_SUCCESS != gl_context_->Resume( app_->window ) )
342 sensor_event_queue_ = ASensorManager_createEventQueue( sensor_manager_, app_->looper,
388 app_ = state;
389 doubletap_detector_.SetConfiguration( app_->config );
390 drag_detector_.SetConfiguration( app_->config );
391 pinch_detector_.SetConfiguration( app_->config );
412 app_
[all...]

Completed in 42 milliseconds