HomeSort by relevance Sort by last modified time
    Searched full:suspend (Results 51 - 75 of 1100) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /system/core/libsuspend/include/suspend/
autosuspend.h 27 * Turn on autosuspend in the kernel, allowing it to enter suspend if no
39 * Turn off autosuspend in the kernel, preventing suspend and synchronizing
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
VideoViewTest.java 96 view.suspend();
99 assertThat(shadowVideoView.getCurrentVideoState(), equalTo(ShadowVideoView.SUSPEND));
105 view.suspend();
108 assertThat(shadowVideoView.getPrevVideoState(), equalTo(ShadowVideoView.SUSPEND));
133 view.suspend();
  /external/bluetooth/bluedroid/bta/av/
bta_av_api.c 252 ** If suspend is TRUE, this function sends AVDT suspend signal
258 void BTA_AvStop(BOOLEAN suspend)
266 p_buf->suspend = suspend;
276 ** If suspend is TRUE, this function tries the suspend/reconfigure
278 ** If suspend is FALSE or when suspend/reconfigure fails,
284 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_av.c 58 /* Should not need dedicated suspend state as actual actions are no
59 different than open state. Suspend flags are needed however to prevent
60 media task from trying to restart stream during remote suspend or while
61 we are in the process of a local suspend */
412 /* immediately flush any pending tx frames while suspend is pending */
465 BTIF_TRACE_EVENT1("%s: Resetting remote suspend flag on RC PLAY", __FUNCTION__);
584 /* we are again in started state, clear any remote suspend flags */
599 /* fixme -- use suspend = true always to work around issue with BTA AV */
604 stream while suspend is in progress */
607 /* if we were remotely suspended but suspend locally, local suspen
    [all...]
  /external/chromium/net/http/
http_network_layer_unittest.cc 53 TEST_F(HttpNetworkLayerTest, Suspend) {
60 factory_->Suspend(true);
67 factory_->Suspend(false);
  /dalvik/vm/
Thread.cpp 74 expected to suspend themselves, using a "safe point" mechanism. We check
75 for a suspend request at certain points in the main interpreter loop,
77 Certain debugger events may inspire threads to self-suspend.
89 thread. The debugger may suspend or resume individual threads, while the
90 GC always suspends all threads. Each thread has a "suspend count" that
91 is incremented on suspend requests and decremented on resume requests.
103 Because threads suspend themselves while interpreting code or when native
118 The debugger may choose to suspend or resume a single thread, which can
123 the thread's suspend count and sending a broadcast signal to the condition
146 The trouble with using signals to suspend threads is that it means a threa
    [all...]
  /art/runtime/arch/arm/
asm_support_arm.h 22 // Register holding suspend check count down.
  /art/runtime/arch/mips/
asm_support_mips.h 22 // Register holding suspend check count down.
  /art/runtime/
asm_support.h 20 // Value loaded into rSUSPEND for quick. When this value is counted down to zero we do a suspend

Completed in 170 milliseconds

1 23 4 5 6 7 8 91011>>