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

  /system/security/keystore/include/keystore/
IKeystoreService.h 123 CLEAR_UID = IBinder::FIRST_CALL_TRANSACTION + 21,
189 virtual int32_t clear_uid(int64_t uid) = 0;
  /system/security/keystore/
IKeystoreService.cpp 897 virtual int32_t clear_uid(int64_t uid) function in class:android::BpKeystoreService
902 status_t status = remote()->transact(BnKeystoreService::CLEAR_UID, data, &reply);
904 ALOGD("clear_uid() could not contact remote: %d\n", status);
910 ALOGD("clear_uid() caught exception %d\n", err);
    [all...]

Completed in 218 milliseconds