Searched refs:counter_ (Results 1 – 1 of 1) sorted by relevance
335 explicit Keymaster0CountingWrapper(keymaster0_device_t* device) : device_(device), counter_(0) { in Keymaster0CountingWrapper()351 int count() { return counter_; } in count()377 wrapper->counter_++; in increment()464 int counter_; member