HomeSort by relevance Sort by last modified time
    Searched defs:app_ (Results 1 - 5 of 5) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.h 51 android_app &app_; member in class:ShellAndroid
  /external/vulkan-validation-layers/tests/
test_environment.h 55 VkApplicationInfo app_; member in class:vk_testing::Environment
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 56 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_->activity->vm->AttachCurrentThread( &jni, NULL )
    [all...]
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 66 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_->activity->vm->AttachCurrentThread( &jni, NULL )
    [all...]
  /external/webrtc/webrtc/test/
rtcp_packet_parser.h 208 uint8_t SubType() const { return app_.SubType; }
209 uint32_t Name() const { return app_.Name; }
215 app_ = app;
219 RTCPUtility::RTCPPacketAPP app_; member in class:webrtc::test::App
642 App* app() { return &app_; }
677 App app_;

Completed in 212 milliseconds