Searched refs:gatekeeper (Results 1 – 25 of 32) sorted by relevance
12
/device/google/cuttlefish/guest/hals/gatekeeper/remote/ |
D | remote_gatekeeper.cpp | 27 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 …]
|
D | service.cpp | 30 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()
|
D | Android.bp | 16 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"],
|
D | android.hardware.gatekeeper@1.0-service.remote.rc | 1 service vendor.gatekeeper-1-0 /vendor/bin/hw/android.hardware.gatekeeper@1.0-service.remote
|
D | remote_gatekeeper.h | 28 namespace gatekeeper { 30 class RemoteGateKeeperDevice : public ::android::hardware::gatekeeper::V1_0::IGatekeeper {
|
/device/google/cuttlefish/common/libs/security/ |
D | gatekeeper_channel.h | 25 namespace gatekeeper { 45 using gatekeeper::GatekeeperRawMessage; 76 const gatekeeper::GateKeeperMessage& message); 78 const gatekeeper::GateKeeperMessage& message); 83 const gatekeeper::GateKeeperMessage& message);
|
D | gatekeeper_channel.cpp | 49 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/ |
D | gatekeeper_responder.cpp | 22 cuttlefish::GatekeeperChannel* channel, gatekeeper::GateKeeper* gatekeeper) in GatekeeperResponder() argument 23 : channel_(channel), gatekeeper_(gatekeeper) { in GatekeeperResponder() 35 using namespace gatekeeper; in ProcessMessage()
|
D | gatekeeper_responder.h | 25 gatekeeper::GateKeeper* gatekeeper_; 28 gatekeeper::GateKeeper* gatekeeper);
|
D | secure_env.cpp | 54 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()
|
D | soft_gatekeeper.h | 34 namespace gatekeeper {
|
/device/generic/goldfish/fvpbase/sepolicy/ |
D | file_contexts | 5 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service.software u:object_r:hal_gatekeeper_de…
|
/device/generic/trusty/sepolicy/ |
D | file_contexts | 10 /vendor/bin/hw/android.hardware.gatekeeper@1.0-service.trusty u:object_r:hal_gatekeeper_d…
|
/device/ti/beagle_x15/sepolicy/ |
D | file_contexts | 23 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.software u:object_r:hal_gatekeeper_defau…
|
/device/amlogic/yukawa/sepolicy/ |
D | file_contexts | 30 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.software u:object_r:hal_gatekeeper_defau…
|
/device/linaro/dragonboard/sepolicy/ |
D | file_contexts | 32 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.software u:object_r:hal_gatekeeper_def…
|
/device/linaro/hikey/sepolicy/ |
D | file_contexts | 42 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.software u:object_r:hal_gatekeep…
|
/device/generic/goldfish/ |
D | fvp.mk | 55 android.hardware.gatekeeper@1.0-service.software \
|
/device/google/cuttlefish/shared/sepolicy/vendor/ |
D | file_contexts | 83 /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/ |
D | file_contexts | 41 /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service.software u:object_r:hal_gatekeeper_def…
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | property_contexts | 62 vendor.gatekeeper.disable_spu u:object_r:vendor_disable_spu_prop:s0
|
/device/ti/beagle_x15/ |
D | device.mk | 97 android.hardware.gatekeeper@1.0-service.software \
|
/device/linaro/dragonboard/ |
D | device-common.mk | 154 android.hardware.gatekeeper@1.0-service.software
|
/device/linaro/hikey/ |
D | device-common.mk | 120 android.hardware.gatekeeper@1.0-service.software
|
/device/amlogic/yukawa/ |
D | device-common.mk | 248 android.hardware.gatekeeper@1.0-service.software
|
12