OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Keymaster0CountingWrapper
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/
android_keymaster_test_utils.h
328
struct
Keymaster0CountingWrapper
: public keymaster0_device_t {
329
Keymaster0CountingWrapper
(keymaster0_device_t* device) : device_(device), counter_(0) {
363
Keymaster0CountingWrapper
* wrapper =
364
reinterpret_cast<
Keymaster0CountingWrapper
*>(dev->context);
369
Keymaster0CountingWrapper
* wrapper =
370
reinterpret_cast<
Keymaster0CountingWrapper
*>(dev->context);
377
Keymaster0CountingWrapper
* wrapper =
378
reinterpret_cast<
Keymaster0CountingWrapper
*>(k0_dev->context);
android_keymaster_test.cpp
144
counting_keymaster0_device_ = new
Keymaster0CountingWrapper
(keymaster0_device);
172
mutable
Keymaster0CountingWrapper
* counting_keymaster0_device_;
[
all
...]
Completed in 41 milliseconds