Searched defs:mSuspended (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java126 private boolean mSuspended = false; field in class:HttpsConnection
319 mSuspended = true;
327 if (mSuspended) {
336 if (mSuspended) {
337 // mSuspended is true if we have not had a chance to
340 mSuspended = false;
380 if (mSuspended) {
407 if (mSuspended) {
408 mSuspended = false;
/frameworks/base/libs/audioflinger/
H A DA2dpAudioInterface.h118 bool mSuspended; member in class:android::A2dpAudioInterface::A2dpAudioStreamOut
127 bool mSuspended; member in class:android::A2dpAudioInterface
H A DAudioFlinger.h527 void suspend() { mSuspended++; }
528 void restore() { if (mSuspended) mSuspended--; }
529 bool isSuspended() { return (mSuspended != 0); }
547 int mSuspended; member in class:android::AudioFlinger::PlaybackThread
H A DAudioFlinger.cpp934 mMixBuffer(0), mSuspended(0), mBytesWritten(0), mOutput(output),
1012 snprintf(buffer, SIZE, "suspend count: %d\n", mSuspended);
1341 mSuspended) {
1343 LOGV("Audio hardware entering standby, mixer %p, mSuspended %d\n", this, mSuspended);
1400 if (mSuspended) {
1825 mSuspended) {
1974 if (mSuspended) {
2137 mSuspended) {
2202 if (mSuspended) {
1340 NLIKELY(!activeTracks.size() && systemTime() > standbyTime) || mSuspended argument
1824 NLIKELY(!mActiveTracks.size() && systemTime() > standbyTime) || mSuspended argument
2136 NLIKELY(!activeTracks.size() && systemTime() > standbyTime) || mSuspended argument
[all...]

Completed in 53 milliseconds