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

  /system/security/keystore/
operation.h 34 * OperationMap handles the translation of uint64_t's and keymaster2_device_t's to opaque binder
40 class OperationMap {
44 explicit OperationMap(IBinder::DeathRecipient* deathRecipient);
operation.cpp 25 OperationMap::OperationMap(IBinder::DeathRecipient* deathRecipient)
28 sp<IBinder> OperationMap::addOperation(uint64_t handle, uint64_t keyid, KeyPurpose purpose,
29 const OperationMap::km_device_t& dev,
44 bool OperationMap::getOperation(const sp<IBinder>& token, uint64_t* outHandle, uint64_t* outKeyid,
66 void OperationMap::updateLru(const sp<IBinder>& token) {
74 bool OperationMap::removeOperation(const sp<IBinder>& token) {
89 void OperationMap::removeOperationTracking(const sp<IBinder>& token, const sp<IBinder>& appToken) {
104 bool OperationMap::hasPruneableOperation() const {
108 size_t OperationMap::getPruneableOperationCount() const
    [all...]

Completed in 590 milliseconds