Searched refs:Keymaster0CountingWrapper (Results 1 – 2 of 2) sorted by relevance
328 struct Keymaster0CountingWrapper : public keymaster0_device_t { struct329 Keymaster0CountingWrapper(keymaster0_device_t* device) : device_(device), counter_(0) { in Keymaster0CountingWrapper() argument363 Keymaster0CountingWrapper* wrapper = in device() argument364 reinterpret_cast<Keymaster0CountingWrapper*>(dev->context); in device()369 Keymaster0CountingWrapper* wrapper = in increment() argument370 reinterpret_cast<Keymaster0CountingWrapper*>(dev->context); in increment()377 Keymaster0CountingWrapper* wrapper = in counting_close_device() argument378 reinterpret_cast<Keymaster0CountingWrapper*>(k0_dev->context); in counting_close_device()
144 counting_keymaster0_device_ = new Keymaster0CountingWrapper(keymaster0_device); in CreateDevice()172 mutable Keymaster0CountingWrapper* counting_keymaster0_device_;