HomeSort by relevance Sort by last modified time
    Searched refs:Keymaster0CountingWrapper (Results 1 - 2 of 2) sorted by null

  /system/keymaster/
android_keymaster_test_utils.h 334 struct Keymaster0CountingWrapper : public keymaster0_device_t {
335 explicit Keymaster0CountingWrapper(keymaster0_device_t* device) : device_(device), counter_(0) {
369 Keymaster0CountingWrapper* wrapper =
370 reinterpret_cast<Keymaster0CountingWrapper*>(dev->context);
375 Keymaster0CountingWrapper* wrapper =
376 reinterpret_cast<Keymaster0CountingWrapper*>(dev->context);
383 Keymaster0CountingWrapper* wrapper =
384 reinterpret_cast<Keymaster0CountingWrapper*>(k0_dev->context);
android_keymaster_test.cpp 147 counting_keymaster0_device_ = new Keymaster0CountingWrapper(keymaster0_device);
179 mutable Keymaster0CountingWrapper* counting_keymaster0_device_;
    [all...]

Completed in 259 milliseconds