Home
last modified time | relevance | path

Searched refs:nextState (Results 26 - 50 of 81) sorted by relevance

1234

/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Ddark_state.cpp58 bool DarkState::CheckTransitionValid(uint32_t nextState) in CheckTransitionValid() argument
60 if (nextState == StandbyState::MAINTENANCE) { in CheckTransitionValid()
H A Dsleep_state.cpp144 bool SleepState::CheckTransitionValid(uint32_t nextState) in CheckTransitionValid() argument
146 if (nextState == StandbyState::NAP) { in CheckTransitionValid()
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_state_manager.cpp54 #define CASE_OF_STATE_TRANSITION(command, nextState, nextStateName) \
58 state_ = ImageLoadingState::nextState; \
/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Distate_manager_adapter.h44 virtual ErrCode TransitToState(uint32_t nextState) = 0;
45 virtual ErrCode TransitToStateInner(uint32_t nextState) = 0;
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_retransmission.c76 void SendFileDataAck(DFileTrans *dFileTrans, DFileReceiveState *nextState) in SendFileDataAck() argument
79 *nextState = STATE_RECEIVE_FILE_DATA_ONGOING; in SendFileDataAck()
/third_party/skia/third_party/externals/oboe/src/common/
H A DAudioStream.cpp89 StreamState nextState = state; in waitForStateTransition() local
92 Result result = waitForStateChange(state, &nextState, timeoutNanoseconds); in waitForStateTransition()
98 if (nextState != endingState) { in waitForStateTransition()
H A DFilterAudioStream.h118 StreamState *nextState,
120 return mChildStream->waitForStateChange(inputState, nextState, timeoutNanoseconds);
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_main_statemachine.cpp117 int nextState = NO_NEXT_STATE; in MainSmEventHandle() local
122 nextState = iter.nextState_; in MainSmEventHandle()
131 if (nextState >= MAINSTATE_INIT && nextState < MAINSTATE_MAX) { in MainSmEventHandle()
132 MainSmStateSwitch(nextState); in MainSmEventHandle()
H A Dnetworkshare_sub_statemachine.cpp198 int nextState = NO_NEXT_STATE; in SubSmEventHandle() local
203 nextState = iterState.nextState_; in SubSmEventHandle()
212 if (nextState >= SUBSTATE_INIT && nextState < SUBSTATE_MAX) { in SubSmEventHandle()
213 SubSmStateSwitch(nextState); in SubSmEventHandle()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DThaiStateTable.java21 static int nextState = 0; field in ThaiStateTable
33 return nextState++; in newState()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_retransmission.h34 void SendFileDataAck(DFileTrans *dFileTrans, DFileReceiveState *nextState);
/foundation/resourceschedule/device_standby/plugins/standby_state/include/
H A Dmaintenance_state.h28 bool CheckTransitionValid(uint32_t nextState) override;
H A Dnap_state.h29 bool CheckTransitionValid(uint32_t nextState) override;
H A Ddark_state.h30 bool CheckTransitionValid(uint32_t nextState) override;
H A Dworking_state.h30 bool CheckTransitionValid(uint32_t nextState) override;
H A Dsleep_state.h31 bool CheckTransitionValid(uint32_t nextState) override;
/kernel/linux/linux-5.10/lib/zstd/
H A Dfse_decompress.c151 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable_wksp() local
152 tableDecode[u].nbBits = (BYTE)(tableLog - BIT_highbit32((U32)nextState)); in FSE_buildDTable_wksp()
153 tableDecode[u].newState = (U16)((nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_wksp()
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DAudioStreamOpenSLES.cpp367 StreamState *nextState, in waitForStateChange()
375 if (nextState != nullptr) { in waitForStateChange()
376 *nextState = state; in waitForStateChange()
366 waitForStateChange(StreamState currentState, StreamState *nextState, int64_t timeoutNanoseconds) waitForStateChange() argument
H A DAudioStreamOpenSLES.h78 StreamState *nextState,
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAudioStreamAAudio.cpp452 StreamState *nextState, in waitForStateChange()
466 if (nextState != nullptr) { in waitForStateChange()
467 *nextState = StreamState::Closed; in waitForStateChange()
491 if (nextState != nullptr) { in waitForStateChange()
492 *nextState = static_cast<StreamState>(aaudioNextState); in waitForStateChange()
451 waitForStateChange(StreamState currentState, StreamState *nextState, int64_t timeoutNanoseconds) waitForStateChange() argument
H A DAudioStreamAAudio.h77 StreamState *nextState,
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DLatencyAnalyzer.h516 echo_state nextState = mState; variable
527 nextState = STATE_IN_PULSE;
536 nextState = STATE_GOT_DATA;
546 mState = nextState;
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dhi_state_machine.h68 void Transition(HiState &nextState);
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/sensor_fold_state_manager/
H A Dsensor_fold_state_manager.h40 void HandleSensorChange(FoldStatus nextState, float angle, sptr<FoldScreenPolicy> foldScreenPolicy);
/third_party/skia/third_party/externals/icu/source/common/
H A Ducasemap.cpp579 uint32_t nextState = 0; in toUpper() local
583 nextState |= (state & AFTER_CASED); in toUpper()
586 nextState |= AFTER_CASED; in toUpper()
622 nextState |= AFTER_VOWEL_WITH_ACCENT; in toUpper()
714 state = nextState; in toUpper()

Completed in 15 milliseconds

1234