HomeSort by relevance Sort by last modified time
    Searched refs:suspended (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/libjpeg-turbo/
jcmainct.c 28 boolean suspended; /* remember if we suspended output */ member in struct:__anon28815
66 main_ptr->suspended = FALSE;
107 if (!main_ptr->suspended) {
109 main_ptr->suspended = TRUE;
114 * call suspended; then mark the main buffer empty.
116 if (main_ptr->suspended) {
118 main_ptr->suspended = FALSE;
  /external/adhd/cras/src/common/
cras_observer_ops.h 47 int suspended);
cras_types.h 323 * suspended - 1 = suspended, 0 = resumed.
370 int32_t suspended; member in struct:cras_server_state
  /external/adhd/cras/src/server/
cras_observer.h 91 void cras_observer_notify_suspend_changed(int suspended);
audio_thread.h 28 * suspended - Non-zero if the thread is suspended.
40 int suspended; member in struct:audio_thread
cras_system_state.c 106 exp_state->suspended = 0;
303 return state.exp_state->suspended;
306 void cras_system_set_suspended(int suspended)
308 state.exp_state->suspended = suspended;
309 cras_observer_notify_suspend_changed(suspended);
cras_observer.c 70 int suspended; member in struct:cras_observer_alert_data_suspend
241 suspend_data->suspended);
531 void cras_observer_notify_suspend_changed(int suspended)
535 data.suspended = suspended;
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
PackageAccessDelegateTest.java 89 assertFalse("Package should not be suspended", mDpm.isPackageSuspended(null, TEST_APP_PKG));
92 String[] suspended = mDpm.setPackagesSuspended(null, new String[] {TEST_APP_PKG}, local
94 assertTrue("Package not suspended successfully", suspended.length == 0);
95 assertTrue("Package should be suspended", mDpm.isPackageSuspended(null, TEST_APP_PKG));
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
SuspendPackageTest.java 71 * Verify that the package is suspended by trying to start the activity inside it. If the
72 * package is not suspended, the target activity will return the result.
74 private void assertPackageSuspended(boolean suspended, boolean customDialog) throws Exception {
78 if (suspended) {
88 // No matter if it is suspended or not, we should be able to resolve the activity.
  /frameworks/av/services/oboeservice/
AAudioServiceStreamBase.h 210 * @param suspended
212 void setSuspended(bool suspended) {
213 mSuspended = suspended;
  /external/webrtc/webrtc/
video_send_stream.h 72 bool suspended = false; member in struct:webrtc::VideoSendStream::Stats
163 // True if the stream should be suspended when the available bitrate fall
  /frameworks/av/services/audiopolicy/tests/
AudioPolicyTestClient.h 89 bool suspended __unused) {}
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_hw_context.c 103 ctx->streamout.suspended = false;
106 ctx->streamout.suspended = true;
273 if (ctx->streamout.suspended) {
  /external/u-boot/drivers/usb/gadget/
at91_udc.h 85 * is suspended ... watching suspend helps keep the logic symmetric.
123 unsigned suspended:1; member in struct:at91_udc
at91_udc.c 617 if (!udc->clocked || !udc->suspended)
664 udc->suspended = 0;
689 udc->suspended = 0;
1234 udc->suspended = 0;
1250 if (udc->suspended)
1252 udc->suspended = 1;
    [all...]
  /external/u-boot/include/linux/usb/
composite.h 329 unsigned int suspended:1; member in struct:usb_composite_dev
  /external/webrtc/webrtc/call/
rampup_tests.h 129 void EvolveTestState(int bitrate_bps, bool suspended);
rampup_tests.cc 345 EvolveTestState(transmit_bitrate_bps, stats.suspended);
380 void RampUpDownUpTester::EvolveTestState(int bitrate_bps, bool suspended) {
384 EXPECT_FALSE(suspended);
402 if (bitrate_bps < kExpectedLowBitrateBps && suspended) {
419 if (bitrate_bps > kExpectedHighBitrateBps && !suspended) {
  /frameworks/av/services/audiopolicy/service/
AudioPolicyClientImpl.cpp 177 bool suspended)
179 mAudioPolicyService->setEffectSuspended(effectId, sessionId, suspended);
  /external/webrtc/webrtc/video/
send_statistics_proxy_unittest.cc 51 EXPECT_EQ(one.suspended, other.suspended);
144 TEST_F(SendStatisticsProxyTest, Suspended) {
146 EXPECT_FALSE(statistics_proxy_->GetStats().suspended);
150 EXPECT_TRUE(statistics_proxy_->GetStats().suspended);
154 EXPECT_FALSE(statistics_proxy_->GetStats().suspended);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPackageManager.java 141 /** Whether the package is suspended in {@link PackageManager}. */
142 private boolean suspended = false; field in class:ShadowPackageManager.PackageSetting
156 this.suspended = that.suspended;
166 * <p>If {@code suspended} is false, {@code dialogMessage}, {@code appExtras}, and {@code
170 boolean suspended,
174 this.suspended = suspended;
175 this.dialogMessage = suspended ? dialogMessage : null;
176 this.suspendedAppExtras = suspended ? deepCopyNullablePersistableBundle(appExtras) : null
    [all...]
  /frameworks/av/services/audioflinger/
Effects.h 118 void setSuspended(bool suspended);
119 bool suspended() const;
180 bool mSuspended; // effect is suspended: temporarily disabled by framework
297 // restored after being suspended
426 int mRefCount; // > 0 when suspended
437 // true if the effect whose descriptor is passed can be suspended
469 // mSuspendedEffects lists all effects currently suspended in the chain.
  /external/libevent/
bufferevent_ratelim.c 361 and sees that its group is suspended.)
569 int reinit = 0, suspended = 0; local
619 suspended=1;
625 suspended = 1;
628 if (suspended)
  /art/runtime/
thread_list.cc 217 // Note thread and self may not be equal if thread was already suspended at the point of the
343 // We are probably suspended, try to make sure that we stay suspended.
366 // Run the checkpoint on the suspended threads.
374 // Busy wait until the thread is suspended.
387 // We know for sure that the thread is suspended at this point.
431 // It's seen suspended, we are done because it must not be in the middle of a mutator
557 // a checkpoint) may cause the flip function to be run for a runnable/suspended thread before
558 // a runnable thread runs it for itself or we run it for a suspended thread below.
563 // Resume early the threads that were runnable but are suspended just for this thread flip o
1282 bool suspended = thread->ModifySuspendCount(self, local
1511 bool suspended = thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal); local
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 308 // suspends the output. When an output is suspended, the corresponding audio hardware output stream is placed in
311 // restores a suspended output.
354 bool suspended) = 0;

Completed in 994 milliseconds

1 2 3