HomeSort by relevance Sort by last modified time
    Searched refs:resume (Results 226 - 250 of 658) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/invensense/60xx/mlsdk/mllite/
pressure.c 89 NULL != mldl_cfg->pressure->resume &&
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSource.java 46 public void resume() { method in class:MediaSource
  /packages/apps/Settings/src/com/android/settings/
NsdEnabler.java 57 public void resume() { method in class:NsdEnabler
  /frameworks/base/media/java/android/media/
SoundPool.java 252 * Resume a playback stream.
254 * Resume the stream specified by the streamID. This
256 * is paused, this will resume playback. If the stream was not
261 public final void resume(int streamID) { method in class:SoundPool
262 mImpl.resume(streamID);
278 * Resume all previously active streams.
422 public void resume(int streamID); method in interface:SoundPool.SoundPoolDelegate
531 public native final void resume(int streamID); method in class:SoundPool.SoundPoolImpl
654 public final void resume(int streamID) { } method in class:SoundPool.SoundPoolStub
RemoteDisplay.java 96 public void resume() { method in class:RemoteDisplay
  /dalvik/vm/mterp/armv5te/
OP_SPUT.S 51 b .L${opcode}_finish @ resume
  /dalvik/vm/mterp/mips/
OP_SGET.S 41 b .L${opcode}_finish # resume
OP_SGET_WIDE.S 42 b .L${opcode}_finish # resume
OP_SPUT.S 38 b .L${opcode}_finish # resume
OP_SPUT_OBJECT.S 38 b .L${opcode}_finish # resume
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 130 void SpeechSynthesis::resume() function in class:WebCore::SpeechSynthesis
134 m_platformSpeechSynthesizer->resume();
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 115 public final void resume(int stream) { method in class:SoundSystem
116 mSoundPool.resume(stream);
  /bionic/libc/kernel/common/linux/mmc/
card.h 110 int (*resume)(struct mmc_card *); member in struct:mmc_driver
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
RenderscriptGLStubActivity.java 139 mView.resume();
  /development/ndk/platforms/android-3/include/linux/mmc/
card.h 96 int (*resume)(struct mmc_card *); member in struct:mmc_driver
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptedAnimationController.cpp 53 void ScriptedAnimationController::resume() function in class:WebCore::ScriptedAnimationController
55 // It would be nice to put an ASSERT(m_suspendCount > 0) here, but in WK1 resume() can be called
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.h 105 void resume();
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
ThreadableWebSocketChannelClientWrapper.h 88 void resume();
  /external/kernel-headers/original/linux/mmc/
card.h 100 int (*resume)(struct mmc_card *); member in struct:mmc_driver
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowVideoView.java 26 public static final int RESUME = 4;
81 public void resume() { method in class:ShadowVideoView
83 currentState = ShadowVideoView.RESUME;
  /frameworks/av/include/media/stagefright/
AudioPlayer.h 62 status_t resume();
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.h 49 void resume();
RTSPSource.h 47 virtual void resume();
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModel.java 61 mView.resume();
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestApp.java 62 mView.resume();

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 91011>>