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 131 UNGRANT = IBinder::FIRST_CALL_TRANSACTION + 17,
193 virtual int32_t ungrant(const String16& name, int32_t granteeUid) = 0;
  /system/security/keystore/
IKeystoreService.cpp 879 virtual int32_t ungrant(const String16& name, int32_t granteeUid) function in class:android::BpKeystoreService
885 status_t status = remote()->transact(BnKeystoreService::UNGRANT, data, &reply);
887 ALOGD("ungrant() could not contact remote: %d\n", status);
893 ALOGD("ungrant() caught exception %d\n", err);
    [all...]

Completed in 2493 milliseconds