HomeSort by relevance Sort by last modified time
    Searched refs:resume (Results 151 - 175 of 666) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/wilhelm/src/itf/
IDynamicInterfaceManagement.c 261 // currently being resumed (will not auto-cancel an asynchronous resume)
279 // Parameter self is the DynamicInterface, and MPH specifies which interface to resume.
312 VoidHook resume = MPH_init_table[MPH].mResume; local
313 if (NULL != resume) {
314 (*resume)(thisItf);
389 // Engine was destroyed during resume, or insufficient memory,
412 VoidHook resume = MPH_init_table[MPH].mResume; local
413 if (NULL != resume) {
414 (*resume)(thisItf);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 74 if (mIsResumed) state.resume();
103 if (mIsResumed) state.resume();
120 public void resume() { method in class:StateManager
123 if (!mStack.isEmpty()) getTopState().resume();
218 if (top != null && mIsResumed) top.resume();
253 if (mIsResumed) state.resume();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/
DeoptimizationWithExceptionHandlingTest.java 40 * to cause a full deoptimization of the stack and resume it.
58 * we resume the debuggee.
59 * Then we wait for the EXCEPTION event to be posted and resume the
83 // Resume the debuggee from the breakpoint.
84 debuggeeWrapper.vmMirror.resume();
90 // Resume the debuggee from the exception.
91 debuggeeWrapper.vmMirror.resume();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
SingleStepWithPendingExceptionTest.java 63 // Resume debuggee so we hit the breakpoint.
86 // Exception event suspended all threads: resume them now.
87 debuggeeWrapper.resume();
95 // Breakpoint event suspended all threads: resume them now.
96 debuggeeWrapper.resume();
  /external/nanohttpd/
Android.mk 16 # such as serving files from a specified location, resume of downloads, etc.
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.h 39 virtual status_t resume() { return OK; } function in class:android::WebmFrameThread
137 status_t resume();
  /frameworks/base/core/java/android/os/
UpdateEngine.java 161 public void resume() { method in class:UpdateEngine
163 mUpdateEngine.resume();
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSession.aidl 164 * @param profile stream media profile {@link ImsStreamMediaProfile} to resume the call
167 void resume(in ImsStreamMediaProfile profile);
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateBaseBridge.java 51 public void resume() { method in class:AppStateBaseBridge
53 mAppSession.resume();
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
Player.java 42 public abstract void resume(); method in class:Player
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
Player.java 42 public abstract void resume(); method in class:Player
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
Player.java 42 public abstract void resume(); method in class:Player
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
IDSizesTest.java 75 debuggeeWrapper.resume();
  /external/libunwind/src/x86/
Gresume.c 80 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c,
  /external/libunwind/src/x86_64/
Gresume.c 112 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c,
  /frameworks/av/include/media/
IMediaRecorder.h 59 virtual status_t resume() = 0;
MediaRecorderBase.h 57 virtual status_t resume() = 0;
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
RSTest_v11.java 66 mView.resume();
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
RSTest_v14.java 65 mView.resume();
79 // continue/resume this test ever. It should always start fresh.
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
RSTest_v16.java 65 mView.resume();
79 // continue/resume this test ever. It should always start fresh.
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContactPhotoManager.java 58 public void resume() { method in class:MockContactPhotoManager
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSource.java 46 public void resume() { method in class:MediaSource
  /system/update_engine/
binder_service_android.h 68 android::binder::Status resume() override;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
PopFramesTest.java 156 logWriter.println("=> Resume debuggee");
157 debuggeeWrapper.vmMirror.resume();
163 logWriter.println("=> Resume debuggee");
164 debuggeeWrapper.vmMirror.resume();
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 115 public final void resume(int stream) { method in class:SoundSystem
116 mSoundPool.resume(stream);

Completed in 815 milliseconds

1 2 3 4 5 67 8 91011>>