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

  /system/security/keystore/include/keystore/
IKeystoreService.h 64 GETMTIME = IBinder::FIRST_CALL_TRANSACTION + 19,
115 virtual int64_t getmtime(const String16& name) = 0;
  /system/security/keystore/
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);

Completed in 53 milliseconds