Searched defs:Keymaster0CountingWrapper (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/
H A Dandroid_keymaster_test_utils.h335 struct Keymaster0CountingWrapper : public keymaster0_device_t { struct in namespace:keymaster::test
336 explicit Keymaster0CountingWrapper(keymaster0_device_t* device) : device_(device), counter_(0) { function in struct:keymaster::test::Keymaster0CountingWrapper
370 Keymaster0CountingWrapper* wrapper =
371 reinterpret_cast<Keymaster0CountingWrapper*>(dev->context);
376 Keymaster0CountingWrapper* wrapper =
377 reinterpret_cast<Keymaster0CountingWrapper*>(dev->context);
384 Keymaster0CountingWrapper* wrapper =
385 reinterpret_cast<Keymaster0CountingWrapper*>(k0_dev->context);

Completed in 124 milliseconds