Home
last modified time | relevance | path

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

/system/keymaster/tests/
Dandroid_keymaster_test_utils.h351 struct Keymaster0CountingWrapper : public keymaster0_device_t { struct
352 explicit Keymaster0CountingWrapper(keymaster0_device_t* device) : device_(device), counter_(0) { in Keymaster0CountingWrapper() argument
386 Keymaster0CountingWrapper* wrapper = in device() argument
387 reinterpret_cast<Keymaster0CountingWrapper*>(dev->context); in device()
392 Keymaster0CountingWrapper* wrapper = in increment() argument
393 reinterpret_cast<Keymaster0CountingWrapper*>(dev->context); in increment()
400 Keymaster0CountingWrapper* wrapper = in counting_close_device() argument
401 reinterpret_cast<Keymaster0CountingWrapper*>(k0_dev->context); in counting_close_device()