Home
last modified time | relevance | path

Searched refs:Keymaster0CountingWrapper (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/
Dandroid_keymaster_test_utils.h328 struct Keymaster0CountingWrapper : public keymaster0_device_t { struct
329 Keymaster0CountingWrapper(keymaster0_device_t* device) : device_(device), counter_(0) { in Keymaster0CountingWrapper() argument
363 Keymaster0CountingWrapper* wrapper = in device() argument
364 reinterpret_cast<Keymaster0CountingWrapper*>(dev->context); in device()
369 Keymaster0CountingWrapper* wrapper = in increment() argument
370 reinterpret_cast<Keymaster0CountingWrapper*>(dev->context); in increment()
377 Keymaster0CountingWrapper* wrapper = in counting_close_device() argument
378 reinterpret_cast<Keymaster0CountingWrapper*>(k0_dev->context); in counting_close_device()
Dandroid_keymaster_test.cpp144 counting_keymaster0_device_ = new Keymaster0CountingWrapper(keymaster0_device); in CreateDevice()
172 mutable Keymaster0CountingWrapper* counting_keymaster0_device_;