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

/system/nvram/hal/include/nvram/hal/tests/
H A Dscoped_nvram_device.h77 nvram_device_t* device_ = nullptr; member in class:nvram::ScopedNvramDevice
/system/core/trusty/keymaster/
H A Dtrusty_keymaster_device.h30 * no data members which aren't standard layout), and device_ must be the first data member.
37 * can be reached via the function pointers in device_.
146 keymaster2_device_t device_; member in class:keymaster::TrustyKeymasterDevice
/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.h119 gatekeeper_device device_; member in class:gatekeeper::TrustyGateKeeperDevice
/system/keymaster/include/keymaster/contexts/
H A Dkeymaster1_passthrough_context.h127 keymaster1_device_t* device_; member in class:keymaster::Keymaster1PassthroughContext
H A Dkeymaster2_passthrough_context.h113 keymaster2_device_t* device_; member in class:keymaster::Keymaster2PassthroughContext
/system/nvram/hal/include/nvram/hal/
H A Dnvram_device_adapter.h51 hw_device_t* as_device() { return &device_.common; }
55 nvram_device_t device_; member in struct:nvram::NvramDeviceAdapter
60 // that casting from/to the type of the first non-static member (i.e. |device_|)
/system/security/keystore/
H A Doperation_struct.h36 Operation(uint64_t handle_, uint64_t keyid_, KeyPurpose purpose_, const sp<Keymaster>& device_, argument
39 : handle(handle_), keyid(keyid_), purpose(purpose_), device(device_),
/system/nvram/hal/tests/
H A Dnvram_hal_test.cc110 : device_(device),
123 device_->CreateSpace(index_, size, control_list, authorization_value_));
128 device_->DeleteSpace(index_, authorization_value_));
131 SafeScopedNvramDevice* device_; member in class:ScopedNvramSpace
/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.h339 keymaster2_device_t* device_; member in class:keymaster::test::Keymaster2Test
352 explicit Keymaster0CountingWrapper(keymaster0_device_t* device) : device_(device), counter_(0) {
353 common = device_->common;
355 client_version = device_->client_version;
356 flags = device_->flags;
388 return wrapper->device_;
403 wrapper->device_->common.close(reinterpret_cast<hw_device_t*>(wrapper->device_));
480 keymaster0_device_t* device_; member in struct:keymaster::test::Keymaster0CountingWrapper
H A Dandroid_keymaster_test_utils.cpp181 device_ = GetParam()->CreateDevice();
187 device_->common.close(reinterpret_cast<hw_device_t*>(device_));
191 return device_;
712 memset(&device_, 0, sizeof(device_));
713 device_.common.module = &new_module;
715 device_.common.close = close_device;
716 device_.get_supported_algorithms = get_supported_algorithms;
717 device_
916 keymaster1_device_t device_; member in class:keymaster::test::Sha256OnlyWrapper
[all...]

Completed in 130 milliseconds