Home
last modified time | relevance | path

Searched refs:Increment (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/common/
Dobserver_registry_test.cc38 void Increment(int* count) { in Increment() function
48 auto wrapped_callback = registry_->Register(Bind(&Increment, Unretained(&count))); in TEST_F()
60 auto wrapped_callback = registry_->Register(Bind(&Increment, Unretained(&count))); in TEST_F()
68 auto wrapped_callback = registry_->Register(Bind(&Increment, Unretained(&count))); in TEST_F()
70 auto wrapped_callback2 = registry_->Register(Bind(&Increment, Unretained(&count))); in TEST_F()
92 auto wrapped_callback = registry_->Register(0, Bind(&Increment, Unretained(&count))); in TEST_F()
104 auto wrapped_callback0 = registry_->Register(0, Bind(&Increment, Unretained(&count))); in TEST_F()
/system/core/base/include/android-base/
Dprocess.h32 PidIterator(DIR* dir) : dir_(dir, closedir) { Increment(); } in PidIterator()
34 Increment();
48 void Increment();
/system/core/base/
Dprocess.cpp22 void AllPids::PidIterator::Increment() { in Increment() function in android::base::AllPids::PidIterator