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

/external/vulkan-validation-layers/demos/smoke/
H A DShellAndroid.cpp74 ShellAndroid::ShellAndroid(android_app &app, Game &game) : Shell(game), app_(app)
79 app_.userData = this;
80 app_.onAppCmd = on_app_cmd;
81 app_.onInputEvent = on_input_event;
141 surface_info.window = app_.window;
163 ANativeActivity_finish(app_.activity);
191 ANativeActivity_finish(app_.activity);
203 int timeout = (settings_.animate && app_.window) ? 0 : -1;
209 source->process(&app_, source);
212 if (app_
[all...]
H A DShellAndroid.h51 android_app &app_; member in class:ShellAndroid
/external/vulkan-validation-layers/tests/
H A Dtest_environment.cpp49 app_.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO;
50 app_.pApplicationName = "vk_testing";
51 app_.applicationVersion = 1;
52 app_.pEngineName = "vk_testing";
53 app_.engineVersion = 1;
54 app_.apiVersion = VK_API_VERSION_1_0;
55 app_.pNext = NULL;
118 inst_info.pApplicationInfo = &app_;
H A Dtest_environment.h55 VkApplicationInfo app_; member in class:vk_testing::Environment
/external/webrtc/webrtc/tools/rtcbot/
H A Dbotmanager.js62 this.app_ = new Express();
64 this.app_.use('/bot/api.js',
68 this.app_.use('/bot/', Express.static(__dirname + '/bot'));
74 this.server_ = https.createServer(options, this.app_);
/external/webrtc/webrtc/test/
H A Drtcp_packet_parser.h208 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_;
H A Drtcp_packet_parser.cc51 app_.Set(parser.Packet().APP);

Completed in 146 milliseconds