IKeystoreService.cpp | 503 int64_t getmtime(const String16& name) function in class:android::BpKeystoreService 508 status_t status = remote()->transact(BnKeystoreService::GETMTIME, data, &reply); 510 ALOGD("getmtime() could not contact remote: %d\n", status); 516 ALOGD("getmtime() caught exception %d\n", err); 843 case GETMTIME: { 846 int64_t ret = getmtime(name);
|