HomeSort by relevance Sort by last modified time
    Searched full:suspended (Results 251 - 275 of 645) sorted by null

<<11121314151617181920>>

  /external/cros/system_api/dbus/power_manager/
policy.proto 67 // time before the device is suspended.
  /external/icu/icu4c/source/test/intltest/
simplethread.cpp 177 0, // initflag. Start running, not suspended
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 213 #define TCOON 1 /* Restart suspended output. */
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStartInterceptor.java 108 // Skip the rest of interceptions as the package is suspended by device admin so
RecentTasks.java 259 void onPackagesSuspendedChanged(String[] packages, boolean suspended, int userId) {
266 && tr.realActivitySuspended != suspended) {
267 tr.realActivitySuspended = suspended;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java 116 * Indicates that the icon is disabled as the app is suspended
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSetupActivity.java 53 // Whether auto finish is suspended until user connects to an access point
  /packages/services/Car/car-support-lib/src/android/support/car/app/
CarProxyActivity.java 66 Log.w(TAG, "Car service suspended: " + cause);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
KitchenSinkActivity.java 193 Log.d(TAG, "Car Service connection suspended");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
def.h 280 /**< If the sink/source this stream is connected to is suspended
282 * sink/source is being suspended during creation of this stream,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
def.h 305 /**< If the sink/source this stream is connected to is suspended
307 * sink/source is being suspended during creation of this stream,
    [all...]
  /system/bt/bta/sys/
bta_sys_conn.c 355 /* AV streaming need to be suspended before SCO is connected. */
  /system/update_engine/
update_engine_client_android.cc 125 DEFINE_bool(resume, false, "Resume a suspended update.");
  /art/runtime/jit/
jit.cc 295 // Clear thread_pool_ field while the threads are suspended.
419 // method while we are being suspended.
622 // Calling ProfilingInfo::Create might put us in a suspended state, which could
  /frameworks/base/services/core/java/com/android/server/display/
LocalDisplayAdapter.java 458 // Exit a suspended state before making any changes.
474 // Apply brightness changes given that we are in a non-suspended state.
479 // Enter the final desired state, possibly suspended.
DisplayPowerController.java 702 // Skip the animation when the screen is off or suspended.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 252 #define SNDRV_PCM_STATE_SUSPENDED ((snd_pcm_state_t) 7) /* hardware is suspended */
387 snd_pcm_state_t suspended_state; /* suspended stream state */
396 snd_pcm_state_t suspended_state; /* RO: suspended stream state */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 257 #define SNDRV_PCM_STATE_SUSPENDED ((snd_pcm_state_t) 7) /* hardware is suspended */
394 snd_pcm_state_t suspended_state; /* suspended stream state */
403 snd_pcm_state_t suspended_state; /* RO: suspended stream state */
    [all...]
  /system/bt/stack/btm/
btm_ble_privacy.c 576 ** Returns TRUE if suspended; FALSE otherwise
585 /* if already suspended */
622 ** activities has been suspended earlier.
    [all...]
  /prebuilts/misc/android-arm/gdbserver/
gdbserver 
  /prebuilts/misc/android-mips/gdbserver/
gdbserver 
  /prebuilts/misc/android-x86/gdbserver/
gdbserver 
  /art/runtime/base/
mutex.cc 347 // We can't use CHECK_MUTEX_CALL here because on shutdown a suspended daemon thread
535 // We can't use CHECK_MUTEX_CALL here because on shutdown a suspended daemon thread
774 // We can't use CHECK_MUTEX_CALL here because on shutdown a suspended daemon thread
    [all...]
  /art/runtime/
debugger.h 132 // A single-step is initiated in a suspended thread. We save here the current method and the
604 // Called by the JDWP thread to prepare invocation in the event thread (suspended on an event).
612 // event thread, especially if it gets suspended by a debug event occurring in another thread.
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 294 #define SNDRV_PCM_STATE_SUSPENDED ((__force snd_pcm_state_t) 7) /* hardware is suspended */
449 snd_pcm_state_t suspended_state; /* suspended stream state */
462 snd_pcm_state_t suspended_state; /* RO: suspended stream state */
    [all...]

Completed in 3110 milliseconds

<<11121314151617181920>>