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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 37 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled);
42 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
47 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
218 void Logging::PushState(const std::string& append_to_tag, int64_t timestamp_ms,
  /frameworks/rs/
rsContext.cpp 83 Context::PushState::PushState(Context *con) {
96 Context::PushState::~PushState() {
110 PushState ps(this);
rsContext.h 103 class PushState {
105 PushState(Context *);
106 ~PushState();

Completed in 1366 milliseconds