Searched refs:IGateKeeperService (Results 1 – 4 of 4) sorted by relevance
/system/core/gatekeeperd/ |
D | IGateKeeperService.cpp | 24 const android::String16 IGateKeeperService::descriptor("android.service.gatekeeper.IGateKeeperServi… 25 const android::String16& IGateKeeperService::getInterfaceDescriptor() const { in getInterfaceDescriptor() 26 return IGateKeeperService::descriptor; in getInterfaceDescriptor() 33 CHECK_INTERFACE(IGateKeeperService, data, reply); in onTransact() 76 CHECK_INTERFACE(IGateKeeperService, data, reply); in onTransact() 108 CHECK_INTERFACE(IGateKeeperService, data, reply); in onTransact() 147 CHECK_INTERFACE(IGateKeeperService, data, reply); in onTransact() 155 CHECK_INTERFACE(IGateKeeperService, data, reply); in onTransact()
|
D | IGateKeeperService.h | 28 class IGateKeeperService : public IInterface { 47 IGateKeeperService() {} in IGateKeeperService() function 48 virtual ~IGateKeeperService() {} in ~IGateKeeperService() 102 class BnGateKeeperService: public BnInterface<IGateKeeperService> {
|
D | Android.mk | 23 IGateKeeperService.cpp \
|
/system/sepolicy/private/ |
D | service_contexts | 7 android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s0
|