Home
last modified time | relevance | path

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

/system/security/keystore/
Dauth_token_table.h89 void onDeviceOffBody();
Dauth_token_table.cpp188 void AuthTokenTable::onDeviceOffBody() { in onDeviceOffBody() function in keystore::AuthTokenTable
Dkey_store_service.h148 ::android::binder::Status onDeviceOffBody(int32_t* _aidl_return) override;
Dkey_store_service.cpp1164 Status KeyStoreService::onDeviceOffBody(int32_t* aidl_return) { in onDeviceOffBody() function in keystore::KeyStoreService
1167 mKeyStore->getAuthTokenTable().onDeviceOffBody(); in onDeviceOffBody()
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl69 int onDeviceOffBody(); in onDeviceOffBody() method