IKeystoreService.cpp | 443 virtual int32_t del_key(const String16& name, int uid) function in class:android::BpKeystoreService 449 status_t status = remote()->transact(BnKeystoreService::DEL_KEY, data, &reply); 451 ALOGD("del_key() could not contact remote: %d\n", status); 457 ALOGD("del_key() caught exception %d\n", err); 816 case DEL_KEY: { 820 int32_t ret = del_key(name, uid);
|