Lines Matching defs:OperationMap
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() {
121 bool OperationMap::getOperationAuthToken(sp<IBinder> token, const hw_auth_token_t** outToken) {
130 bool OperationMap::setOperationAuthToken(sp<IBinder> token, const hw_auth_token_t* authToken) {
140 std::vector<sp<IBinder>> OperationMap::getOperationsForToken(sp<IBinder> appToken) {
149 OperationMap::Operation::Operation(keymaster_operation_handle_t handle_,
163 OperationMap::Operation::Operation() : handle(0), device(NULL), characteristics(), appToken(NULL) {