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

  /external/qemu/distrib/sdl-1.2.12/src/main/beos/
SDL_BeApp.cc 42 BApplication *App;
44 App = new BApplication("application/x-SDL-executable");
46 App->Run();
47 delete App;
88 /* The app is running, and we're ready to go */
98 /* If the reference count reached zero, clean up the app */
  /packages/apps/Gallery3D/src/com/cooliris/app/
App.java 17 package com.cooliris.app;
19 import android.app.Activity;
33 * TODO: hook up other activity classes to App (besides Gallery and Search)
35 public class App {
36 static private final HashMap<Context, App> mMap = new HashMap<Context, App>();
38 static public App get(Context context) {
52 public App(Context context) {
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_rtcp_proto_impl.cpp 457 RTCP_APP App;
461 * If Rate Adaptation is enabled and we have received some RTP packets, then send NADU APP packet,
470 oscl_memcpy(App.type, PSS0_APP_RTCP_NAME, oscl_strlen(PSS0_APP_RTCP_NAME));
471 App.ssrc = senderSSRC;
472 App.subtype = RTCP_NADU_APP_SUBTYPE;
473 App.pss0_app_data.sourcessrc = sourceSSRC32;
516 App.pss0_app_data.playoutdelayinms = (uint16)diff32;
517 App.pss0_app_data.nsn = OSCL_STATIC_CAST(uint16, (jbStats.lastRetrievedSeqNum + 1));
520 App.pss0_app_data.nsn = OSCL_STATIC_CAST(uint16, jbStats.seqNumBase);
522 App.pss0_app_data.nun = RTCP_NADU_APP_DEFAULT_NUN
    [all...]

Completed in 246 milliseconds