HomeSort by relevance Sort by last modified time
    Searched refs:UNGRANT (Results 1 - 2 of 2) sorted by null

  /system/security/keystore/include/keystore/
IKeystoreService.h 63 UNGRANT = IBinder::FIRST_CALL_TRANSACTION + 18,
113 virtual int32_t ungrant(const String16& name, int32_t granteeUid) = 0;
  /system/security/keystore/
IKeystoreService.cpp 483 virtual int32_t ungrant(const String16& name, int32_t granteeUid) function in class:android::BpKeystoreService
489 status_t status = remote()->transact(BnKeystoreService::UNGRANT, data, &reply);
491 ALOGD("ungrant() could not contact remote: %d\n", status);
497 ALOGD("ungrant() caught exception %d\n", err);
834 case UNGRANT: {
838 int32_t ret = ungrant(name, granteeUid);

Completed in 41 milliseconds