Home
last modified time | relevance | path

Searched refs:onDeviceOffBody (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore/
Dauth_token_table.h91 void onDeviceOffBody();
Dauth_token_table.cpp242 void AuthTokenTable::onDeviceOffBody() { in onDeviceOffBody() function in keystore::AuthTokenTable
Dkey_store_service.h150 ::android::binder::Status onDeviceOffBody(int32_t* _aidl_return) override;
Dkey_store_service.cpp1263 Status KeyStoreService::onDeviceOffBody(int32_t* aidl_return) { in onDeviceOffBody() function in keystore::KeyStoreService
1265 mKeyStore->getAuthTokenTable().onDeviceOffBody(); in onDeviceOffBody()
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl78 int onDeviceOffBody(); in onDeviceOffBody() method