HomeSort by relevance Sort by last modified time
    Searched defs:current_state_ (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/parser/
cpdf_cross_ref_avail.h 50 State current_state_ = State::kCrossRefCheck; member in class:CPDF_CrossRefAvail
  /external/perfetto/src/ftrace_reader/
ftrace_config_muxer.h 92 FtraceState current_state_; member in class:perfetto::FtraceConfigMuxer
  /external/webrtc/talk/app/webrtc/
androidvideocapturer.h 103 cricket::CaptureState current_state_; member in class:webrtc::AndroidVideoCapturer
  /system/bt/btif/include/
btif_state_machine.h 103 current_state_(nullptr) {}
116 void Quit() { previous_state_ = current_state_ = nullptr; }
124 if (current_state_ != nullptr) {
125 return current_state_->StateId();
152 if (current_state_ == nullptr) return false;
153 return current_state_->ProcessEvent(event, p_data);
176 if (current_state_ != nullptr) {
177 current_state_->OnExit();
179 previous_state_ = current_state_;
180 current_state_ = dest_state
205 State* current_state_; member in class:BtifStateMachine
    [all...]

Completed in 114 milliseconds