Searched refs:s_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/tests/
H A DVirtualTouchpad_test.cpp36 const std::string& GetString() const { return s_; }
37 void Reset() { s_.clear(); }
42 s_ += "o;";
47 s_ += "c;";
52 s_ += "w(";
53 s_ += Encode(&count, sizeof(count));
54 s_ += ",";
55 s_ += Encode(buf, count);
56 s_ += ");";
61 s_
77 std::string s_; member in class:android::dvr::__anon2026::UInputRecorder
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp7362 VendorExtension(status_t s_ = NO_INIT) : config(nullptr), status(s_) { }

Completed in 95 milliseconds