OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gatekeeper_device_t
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware/include/hardware/
gatekeeper.h
176
typedef struct gatekeeper_device
gatekeeper_device_t
;
typedef in typeref:struct:gatekeeper_device
179
gatekeeper_device_t
**device) {
184
static inline int gatekeeper_close(
gatekeeper_device_t
*device) {
/system/gatekeeper/tests/
gatekeeper_device_test.cpp
39
static void gatekeeper_device_initialize(
gatekeeper_device_t
**dev) {
51
gatekeeper_device_t
*device;
/system/core/trusty/gatekeeper/
trusty_gatekeeper.cpp
43
assert(reinterpret_cast<
gatekeeper_device_t
*>(this) == &device_);
/system/core/gatekeeperd/
gatekeeperd.cpp
319
gatekeeper_device_t
*device;
Completed in 275 milliseconds