Searched defs:mStarted (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/base/media/libstagefright/include/
H A DG711Decoder.h43 bool mStarted; member in struct:android::G711Decoder
H A DAMRNBDecoder.h43 bool mStarted; member in struct:android::AMRNBDecoder
H A DAACDecoder.h47 bool mStarted; member in struct:android::AACDecoder
H A DAMRNBEncoder.h45 bool mStarted; member in struct:android::AMRNBEncoder
H A DAMRWBDecoder.h43 bool mStarted; member in struct:android::AMRWBDecoder
H A DM4vH263Decoder.h47 bool mStarted; member in struct:android::M4vH263Decoder
H A DMP3Decoder.h48 bool mStarted; member in struct:android::MP3Decoder
H A DThreadedSource.h60 bool mStarted; member in struct:android::ThreadedSource
H A DVPXDecoder.h44 bool mStarted; member in struct:android::VPXDecoder
H A DVorbisDecoder.h50 bool mStarted; member in struct:android::VorbisDecoder
H A DAMRWBEncoder.h47 bool mStarted; member in class:android::AMRWBEncoder
H A DAVCDecoder.h48 bool mStarted; member in struct:android::AVCDecoder
H A DAACEncoder.h47 bool mStarted; member in class:android::AACEncoder
H A DAVCEncoder.h69 bool mStarted; member in struct:android::AVCEncoder
H A DM4vH263Encoder.h64 bool mStarted; member in struct:android::M4vH263Encoder
/frameworks/base/cmds/stagefright/
H A DSineSource.h29 bool mStarted; member in struct:android::SineSource
/frameworks/base/include/media/stagefright/
H A DJPEGSource.h44 bool mStarted; member in struct:android::JPEGSource
H A DShoutcastSource.h52 bool mStarted; member in class:android::ShoutcastSource
H A DAMRWriter.h50 bool mStarted; member in struct:android::AMRWriter
H A DMPEG2TSWriter.h57 bool mStarted; member in struct:android::MPEG2TSWriter
H A DAudioSource.h66 bool mStarted; member in struct:android::AudioSource
H A DAudioPlayer.h88 bool mStarted; member in class:android::AudioPlayer
H A DCameraSource.h72 bool mStarted; member in class:android::CameraSource
/frameworks/base/core/java/android/widget/
H A DViewFlipper.java49 private boolean mStarted = false; field in class:ViewFlipper
130 mStarted = true;
138 mStarted = false;
147 boolean running = mVisible && mStarted && mUserPresent;
159 Log.d(TAG, "updateRunning() mVisible=" + mVisible + ", mStarted=" + mStarted
168 return mStarted;
H A DChronometer.java63 private boolean mStarted; field in class:Chronometer
184 mStarted = true;
196 mStarted = false;
206 mStarted = started;
251 boolean running = mVisible && mStarted;

Completed in 181 milliseconds

12