Home
last modified time | relevance | path

Searched refs:INITIAL (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/services/audioflinger/fastpath/
DFastThreadState.h32 INITIAL = 0, // used only for the initial state member
38 Command mCommand = INITIAL; // current command
DFastThreadState.cpp26 case FastThreadState::INITIAL: return "INITIAL"; in commandToString()
DFastCaptureDumpState.cpp29 if (mCommand == FastCaptureState::INITIAL) { in dump()
DFastThreadDumpState.h35 FastThreadState::Command mCommand = FastThreadState::INITIAL; // current command
DFastThread.h87 FastThreadState::Command mCommand = FastThreadState::INITIAL;
DFastMixerDumpState.cpp48 if (mCommand == FastMixerState::INITIAL) { in dump()
DFastThread.cpp121 case FastThreadState::INITIAL: in threadLoop()
/frameworks/base/core/java/android/window/
DBackTouchTracker.java56 private TouchTrackerState mState = TouchTrackerState.INITIAL;
111 return mState == TouchTrackerState.INITIAL; in isInInitialState()
148 mState = TouchTrackerState.INITIAL; in reset()
272 INITIAL, ACTIVE, FINISHED enumConstant
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaRecorderStateUnitTestTemplate.java218 case INITIAL: in setMediaRecorderToState()
253 case INITIAL: in setStateError()
281 … callMediaRecorderMethodUnderTestInState(MediaRecorderStateErrors.MediaRecorderState.INITIAL); in checkInitialState()
DMediaRecorderStateErrors.java21 INITIAL, enumConstant
/frameworks/base/services/backup/java/com/android/server/backup/restore/
DUnifiedRestoreState.java23 INITIAL, enumConstant
DPerformUnifiedRestoreTask.java223 mState = UnifiedRestoreState.INITIAL; in PerformUnifiedRestoreTask()
344 case INITIAL: in execute()
1547 case INITIAL: in operationComplete()
/frameworks/rs/
Dspec.l55 <comment>"*"+"/" BEGIN(INITIAL);
187 BEGIN(INITIAL);
/frameworks/av/media/libmedia/docs/
Dpaused.dot2 initial [label="INITIAL\n\
/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp53 INITIAL = 1, enumerator
411 *b = (a == TestEnum::INITIAL) ? TestEnum::FINAL : TestEnum::INVALID; in modifyEnum()
643 const TestEnum a = TestEnum::INITIAL; in TEST_F()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h502 INITIAL, enumerator
/frameworks/base/libs/androidfw/
DAssetManager2.cpp885 resolution_type = Resolution::Step::Type::INITIAL; in FindEntryInternal()
1025 if (step.type < Resolution::Step::Type::INITIAL in GetLastResourceResolution()
1029 const auto prefix = kStepStrings[int(step.type) - int(Resolution::Step::Type::INITIAL)]; in GetLastResourceResolution()
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DDrmPlugin.cpp230 keyRequestType = KeyRequestType::INITIAL; in getKeyRequest()
/frameworks/av/drm/libmediadrm/
DDrmHalAidl.cpp144 case KeyRequestType::INITIAL: in toKeyRequestType()
DDrmHalHidl.cpp697 case KeyRequestType::INITIAL: in toKeyRequestType()