Searched refs:onDeviceOffBody (Results 1 - 6 of 6) sorted by relevance

/system/security/keystore/
H A Dauth_token_table.h102 void onDeviceOffBody();
H A Dauth_token_table.cpp165 void AuthTokenTable::onDeviceOffBody() { function in class:keymaster::AuthTokenTable
H A Dkey_store_service.h122 int32_t onDeviceOffBody();
H A Dkey_store_service.cpp1250 int32_t KeyStoreService::onDeviceOffBody() { function in class:android::KeyStoreService
1252 mAuthTokenTable.onDeviceOffBody();
H A DIKeystoreService.cpp1355 virtual int32_t onDeviceOffBody() function in class:android::BpKeystoreService
1361 ALOGD("onDeviceOffBody() could not contact remote: %d\n", status);
1367 ALOGD("onDeviceOffBody() caught exception %d\n", err);
1885 int32_t ret = onDeviceOffBody();
/system/security/keystore/include/keystore/
H A DIKeystoreService.h252 virtual int32_t onDeviceOffBody() = 0;

Completed in 82 milliseconds