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

  /system/security/keystore/
operation.h 41 * OperationMap handles the translation of keymaster_operation_handle_t's and
47 class OperationMap {
49 OperationMap(IBinder::DeathRecipient* deathRecipient);
operation.cpp 23 OperationMap::OperationMap(IBinder::DeathRecipient* deathRecipient)
27 sp<IBinder> OperationMap::addOperation(keymaster_operation_handle_t handle,
45 bool OperationMap::getOperation(sp<IBinder> token, keymaster_operation_handle_t* outHandle,
68 void OperationMap::updateLru(sp<IBinder> token) {
76 bool OperationMap::removeOperation(sp<IBinder> token) {
91 void OperationMap::removeOperationTracking(sp<IBinder> token, sp<IBinder> appToken) {
106 bool OperationMap::hasPruneableOperation() const {
110 size_t OperationMap::getPruneableOperationCount() const {
114 sp<IBinder> OperationMap::getOldestPruneableOperation()
    [all...]

Completed in 35 milliseconds