Home
last modified time | relevance | path

Searched refs:gatekeeper (Results 1 – 25 of 32) sorted by relevance

12

/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dremote_gatekeeper.cpp27 using ::android::hardware::gatekeeper::V1_0::GatekeeperStatusCode;
28 using ::gatekeeper::EnrollRequest;
29 using ::gatekeeper::EnrollResponse;
30 using ::gatekeeper::ERROR_INVALID;
31 using ::gatekeeper::ERROR_MEMORY_ALLOCATION_FAILED;
32 using ::gatekeeper::ERROR_NONE;
33 using ::gatekeeper::ERROR_RETRY;
34 using ::gatekeeper::SizedBuffer;
35 using ::gatekeeper::VerifyRequest;
36 using ::gatekeeper::VerifyResponse;
[all …]
Dservice.cpp30 using android::hardware::gatekeeper::V1_0::IGatekeeper;
31 using gatekeeper::RemoteGateKeeperDevice;
50 android::sp<RemoteGateKeeperDevice> gatekeeper( in main() local
52 auto status = gatekeeper->registerAsService(); in main()
DAndroid.bp16 name: "android.hardware.gatekeeper@1.0-service.remote",
20 init_rc: ["android.hardware.gatekeeper@1.0-service.remote.rc"],
38 "android.hardware.gatekeeper@1.0",
50 vintf_fragments: ["android.hardware.gatekeeper@1.0-service.remote.xml"],
Dandroid.hardware.gatekeeper@1.0-service.remote.rc1 service vendor.gatekeeper-1-0 /vendor/bin/hw/android.hardware.gatekeeper@1.0-service.remote
Dremote_gatekeeper.h28 namespace gatekeeper {
30 class RemoteGateKeeperDevice : public ::android::hardware::gatekeeper::V1_0::IGatekeeper {
/device/google/cuttlefish/common/libs/security/
Dgatekeeper_channel.h25 namespace gatekeeper {
45 using gatekeeper::GatekeeperRawMessage;
76 const gatekeeper::GateKeeperMessage& message);
78 const gatekeeper::GateKeeperMessage& message);
83 const gatekeeper::GateKeeperMessage& message);
Dgatekeeper_channel.cpp49 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendRequest()
54 uint32_t command, const gatekeeper::GateKeeperMessage& message) { in SendResponse()
61 const gatekeeper::GateKeeperMessage& message) { in SendMessage()
/device/google/cuttlefish/host/commands/secure_env/
Dgatekeeper_responder.cpp22 cuttlefish::GatekeeperChannel* channel, gatekeeper::GateKeeper* gatekeeper) in GatekeeperResponder() argument
23 : channel_(channel), gatekeeper_(gatekeeper) { in GatekeeperResponder()
35 using namespace gatekeeper; in ProcessMessage()
Dgatekeeper_responder.h25 gatekeeper::GateKeeper* gatekeeper_;
28 gatekeeper::GateKeeper* gatekeeper);
Dsecure_env.cpp54 gatekeeper::SoftGateKeeper gatekeeper; in main() local
128 std::thread gatekeeper_thread([&gatekeeper_server, &gatekeeper]() { in main()
135 GatekeeperResponder gatekeeper_responder(&gatekeeper_channel, &gatekeeper); in main()
Dsoft_gatekeeper.h34 namespace gatekeeper {
/device/generic/goldfish/fvpbase/sepolicy/
Dfile_contexts5 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service.software u:object_r:hal_gatekeeper_de…
/device/generic/trusty/sepolicy/
Dfile_contexts10 /vendor/bin/hw/android.hardware.gatekeeper@1.0-service.trusty u:object_r:hal_gatekeeper_d…
/device/ti/beagle_x15/sepolicy/
Dfile_contexts23 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.software u:object_r:hal_gatekeeper_defau…
/device/amlogic/yukawa/sepolicy/
Dfile_contexts30 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.software u:object_r:hal_gatekeeper_defau…
/device/linaro/dragonboard/sepolicy/
Dfile_contexts32 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.software u:object_r:hal_gatekeeper_def…
/device/linaro/hikey/sepolicy/
Dfile_contexts42 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.software u:object_r:hal_gatekeep…
/device/generic/goldfish/
Dfvp.mk55 android.hardware.gatekeeper@1.0-service.software \
/device/google/cuttlefish/shared/sepolicy/vendor/
Dfile_contexts83 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.software u:object_r:hal_gatekeeper_defa…
94 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service.remote u:object_r:hal_gatekeeper_remote_…
/device/generic/goldfish/sepolicy/common/
Dfile_contexts41 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service.software u:object_r:hal_gatekeeper_def…
/device/google/coral-sepolicy/vendor/qcom/common/
Dproperty_contexts62 vendor.gatekeeper.disable_spu u:object_r:vendor_disable_spu_prop:s0
/device/ti/beagle_x15/
Ddevice.mk97 android.hardware.gatekeeper@1.0-service.software \
/device/linaro/dragonboard/
Ddevice-common.mk154 android.hardware.gatekeeper@1.0-service.software
/device/linaro/hikey/
Ddevice-common.mk120 android.hardware.gatekeeper@1.0-service.software
/device/amlogic/yukawa/
Ddevice-common.mk248 android.hardware.gatekeeper@1.0-service.software

12