Searched refs:TrustyGateKeeperDevice (Results 1 - 3 of 3) sorted by relevance

/system/core/trusty/gatekeeper/
H A Dmodule.cpp25 using gatekeeper::TrustyGateKeeperDevice;
34 TrustyGateKeeperDevice *gatekeeper = new TrustyGateKeeperDevice(module);
H A Dtrusty_gatekeeper.cpp36 TrustyGateKeeperDevice::TrustyGateKeeperDevice(const hw_module_t *module) { function in class:gatekeeper::TrustyGateKeeperDevice
38 static_assert(std::is_standard_layout<TrustyGateKeeperDevice>::value,
39 "TrustyGateKeeperDevice must be standard layout");
40 static_assert(offsetof(TrustyGateKeeperDevice, device_) == 0,
41 "device_ must be the first member of TrustyGateKeeperDevice");
42 static_assert(offsetof(TrustyGateKeeperDevice, device_.common) == 0,
69 hw_device_t* TrustyGateKeeperDevice::hw_device() {
73 int TrustyGateKeeperDevice::close_device(hw_device_t* dev) {
74 delete reinterpret_cast<TrustyGateKeeperDevice *>(de
[all...]
H A Dtrusty_gatekeeper.h27 class TrustyGateKeeperDevice { class in namespace:gatekeeper
30 explicit TrustyGateKeeperDevice(const hw_module_t* module);
31 ~TrustyGateKeeperDevice();

Completed in 41 milliseconds