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

123456789

/frameworks/av/include/media/stagefright/foundation/
H A DAHierarchicalStateMachine.h58 sp<AState> mState; member in struct:android::AHierarchicalStateMachine
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAHierarchicalStateMachine.h58 sp<AState> mState; member in struct:android::AHierarchicalStateMachine
/frameworks/av/media/libstagefright/include/foundation/
H A DAHierarchicalStateMachine.h58 sp<AState> mState; member in struct:android::AHierarchicalStateMachine
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DPerfStatusReporter.java52 private final BenchmarkState mState = new BenchmarkState(); field in class:PerfStatusReporter
55 return mState;
89 mState.sendFullStatusReport(InstrumentationRegistry.getInstrumentation(),
/frameworks/av/services/camera/libcameraservice/utils/
H A DAutoConditionLock.h45 bool mState; member in class:android::WaitableMutexWrapper
/frameworks/base/libs/hwui/renderstate/
H A DStencil.h82 return mState != StencilState::Disabled;
89 return mState == StencilState::Test;
93 return mState == StencilState::Write;
106 StencilState mState = StencilState::Disabled; member in class:android::uirenderer::Stencil
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DCellTileView.java57 private final int mState; field in class:CellTileView.SignalIcon
60 mState = state;
64 return mState;
/frameworks/native/cmds/surfacereplayer/replayer/
H A DEvent.h50 EventState mState = EventState::SettingUp; member in class:android::Event
/frameworks/native/include/binder/
H A DBinder.h98 std::atomic<int32_t> mState; member in class:android::BpRefBase
/frameworks/native/libs/binder/include/binder/
H A DBinder.h98 std::atomic<int32_t> mState; member in class:android::BpRefBase
/frameworks/av/include/media/stagefright/
H A DMediaMuxer.h132 State mState; member in struct:android::MediaMuxer
H A DMidiExtractor.h83 EAS_STATE mState; member in class:android::MidiExtractor
H A DSimpleDecodingSource.h96 State mState; member in struct:android::SimpleDecodingSource::ProtectedState
H A DSimpleSoftOMXComponent.h100 OMX_STATETYPE mState; member in struct:android::SimpleSoftOMXComponent
/frameworks/av/media/libaaudio/src/client/
H A DIsochronousClockModel.h102 clock_model_state_t mState; member in class:aaudio::IsochronousClockModel
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h56 vorbis_dsp_state *mState; member in struct:android::SoftVorbis
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaMuxer.h132 State mState; member in struct:android::MediaMuxer
H A DMidiExtractor.h83 EAS_STATE mState; member in class:android::MidiExtractor
H A DSimpleDecodingSource.h96 State mState; member in struct:android::SimpleDecodingSource::ProtectedState
H A DSimpleSoftOMXComponent.h100 OMX_STATETYPE mState; member in struct:android::SimpleSoftOMXComponent
/frameworks/av/media/libstagefright/include/
H A DMediaMuxer.h132 State mState; member in struct:android::MediaMuxer
/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.h105 // in general, mRingFull = mState + mStateSize - halfNumCoefs*CHANNELS.
106 TI* mState; // base pointer for the input buffer storage member in class:android::AudioResamplerDyn::InBuffer
108 TI* mRingFull; // mState <= mImpulse < mRingFull
H A DAudioResamplerSinc.h67 int16_t *mState; member in class:android::AudioResamplerSinc
/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.h60 void *mState; member in struct:android::SoftAMR

Completed in 6631 milliseconds

123456789