OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATEKEEPER_HARDWARE_MODULE_ID
(Results
1 - 6
of
6
) sorted by null
/system/core/trusty/gatekeeper/
module.cpp
50
.id =
GATEKEEPER_HARDWARE_MODULE_ID
,
/hardware/libhardware/include/hardware/
gatekeeper.h
26
#define
GATEKEEPER_HARDWARE_MODULE_ID
"gatekeeper"
/device/generic/goldfish/gatekeeper/
module.cpp
120
.id =
GATEKEEPER_HARDWARE_MODULE_ID
,
/device/google/cuttlefish_common/guest/hals/gatekeeper/
module.cpp
120
.id =
GATEKEEPER_HARDWARE_MODULE_ID
,
/hardware/interfaces/gatekeeper/1.0/default/
Gatekeeper.cpp
32
int ret = hw_get_module_by_class(
GATEKEEPER_HARDWARE_MODULE_ID
, NULL, &module);
/system/gatekeeper/tests/
gatekeeper_device_test.cpp
42
ret = hw_get_module_by_class(
GATEKEEPER_HARDWARE_MODULE_ID
, NULL, &mod);
Completed in 238 milliseconds