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

  /external/ppp/pppd/
fsm.h 106 void (*starting) /* Called when we want the lower layer */ member in struct:fsm_callbacks
124 #define STARTING 1 /* Down, been opened */
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosevents.c 259 static int starting = 1; local
266 /* Discard mouse events until they let go of the mouse after starting */
267 if (starting && regs.r[2] != 0)
270 starting = 0;
  /frameworks/base/services/java/com/android/server/am/
CompatModePackages.java 299 ActivityRecord starting = mService.mMainStack.topRunningActivityLocked(null); local
307 if (starting != null && a == starting && a.visible) {
308 a.startFreezingScreenLocked(starting.app,
330 if (starting != null) {
331 mService.mMainStack.ensureActivityConfigurationLocked(starting, 0);
334 mService.mMainStack.ensureActivitiesVisibleLocked(starting, 0);
ProcessRecord.java 54 boolean starting; // True if the process is being started field in class:ProcessRecord
178 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
179 pw.print(starting); pw.print(" lastPss="); pw.println(lastPss);
  /external/bluetooth/bluez/audio/
a2dp.c 76 gboolean starting; member in struct:a2dp_sep
    [all...]
avdtp.c 377 gboolean starting; /* only valid while sep state == OPEN */ member in struct:avdtp_stream
1068 stream->starting = FALSE;
    [all...]

Completed in 1017 milliseconds