Searched defs:mState (Results 1 - 25 of 82) sorted by relevance

1234

/frameworks/av/include/media/stagefright/foundation/
H A DAHierarchicalStateMachine.h58 sp<AState> mState; member in struct:android::AHierarchicalStateMachine
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h55 vorbis_dsp_state *mState; member in struct:android::SoftVorbis
/frameworks/base/libs/hwui/
H A DStencil.h80 return mState != kDisabled;
92 StencilState mState; member in class:android::uirenderer::Stencil
/frameworks/native/include/binder/
H A DBinder.h96 volatile int32_t mState; member in class:android::BpRefBase
/frameworks/av/include/media/stagefright/timedtext/
H A DTimedTextDriver.h82 State mState; member in class:android::TimedTextDriver
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.h97 State mState; member in struct:android::NuPlayerDriver
H A DRTSPSource.h91 State mState; member in struct:android::NuPlayer::RTSPSource
/frameworks/base/libs/hwui/font/
H A DFont.h117 FontRenderer* mState; member in class:android::uirenderer::Font
/frameworks/base/services/java/com/android/server/am/
H A DUserStartedState.java39 public int mState = STATE_BOOTING; field in class:UserStartedState
48 pw.print(prefix); pw.print("mState=");
49 switch (mState) {
54 default: pw.print(mState); break;
/frameworks/native/include/utils/
H A DCondition.h67 void* mState; member in class:android::Condition
H A DMutex.h83 void* mState; member in class:android::Mutex
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.h125 state_t mState; member in class:android::AudioBiquadFilter
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h59 void *mState; member in struct:android::SoftAMR
/frameworks/av/media/libstagefright/include/
H A DChromiumHTTPDataSource.h75 State mState; member in struct:android::ChromiumHTTPDataSource
H A DSimpleSoftOMXComponent.h89 OMX_STATETYPE mState; member in struct:android::SimpleSoftOMXComponent
/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.h64 int16_t *mState; member in class:android::AudioResamplerSinc
/frameworks/base/services/java/com/android/server/
H A DTwilightCalculator.java25 /** Value of {@link #mState} if it is currently day */
28 /** Value of {@link #mState} if it is currently night */
62 public int mState; field in class:TwilightCalculator
100 mState = NIGHT;
105 mState = DAY;
117 mState = DAY;
119 mState = NIGHT;
/frameworks/base/services/java/com/android/server/location/
H A DGeofenceState.java41 int mState; // current state field in class:GeofenceState
46 mState = STATE_UNKNOWN;
66 int prevState = mState;
70 mState = STATE_INSIDE;
75 mState = STATE_OUTSIDE;
98 switch (mState) {
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.h54 GLTraceState *mState; /* parent GL Trace state (for per process GL Trace State Info) */ member in class:android::gltrace::GLTraceContext
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h85 State mState; member in struct:android::SimplePlayer
/frameworks/av/include/media/
H A DJetPlayer.h84 EAS_STATE mState; member in class:android::JetPlayer
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.h69 void updateState(){ EAS_State(mEasData, mEasHandle, &mState); }
78 EAS_STATE mState; member in class:android::MidiFile
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h79 State mState; member in struct:android::ARTSPConnection
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.h77 State mState; member in struct:android::WifiDisplaySink
/frameworks/av/services/camera/libcameraservice/camera2/
H A DZslProcessor.h74 } mState; member in class:android::camera2::ZslProcessor

Completed in 679 milliseconds

1234