Home
last modified time | relevance | path

Searched refs:GateKeeperProxy (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/core/gatekeeperd/
H A Dgatekeeperd.cpp65 class GateKeeperProxy : public BnGateKeeperService { class
67 GateKeeperProxy() { in GateKeeperProxy() function in android::GateKeeperProxy
77 virtual ~GateKeeperProxy() {} in ~GateKeeperProxy()
416 android::sp<android::GateKeeperProxy> proxy = new android::GateKeeperProxy(); in main()