Home
last modified time | relevance | path

Searched defs:PushState (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/tools/asuite/adevice/src/
H A Dadevice.rs422 enum PushState { enum
444 impl PushState { implementation
486 ) -> Result<PushState> { in installed_apk_action()
552 ) -> Result<HashMap<PathBuf, PushState>> { in collect_status_per_file() argument
625 files: &HashMap<PathBuf, PushState>, in print_files_in_state() argument
626 push_state: PushState, in print_files_in_state()
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc229 void Logging::PushState(const std::string& append_to_tag, in PushState() function in webrtc::testing::bwe::Logging
/aosp_15_r20/frameworks/rs/
H A DrsContext.cpp70 Context::PushState::PushState(Context *con) { in PushState() function in android::renderscript::Context::PushState
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dtape.h316 void PushState() { call_state_.emplace(nullptr, false); } in PushState() function
/aosp_15_r20/external/libchrome-gestures/src/
H A Dimmediate_interpreter.cc346 void HardwareStateBuffer::PushState(const HardwareState& state) { in PushState() function in gestures::HardwareStateBuffer