Lines Matching defs:OperationMap
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 {
112 sp<IBinder> OperationMap::getOldestPruneableOperation() {
119 bool OperationMap::getOperationAuthToken(const sp<IBinder>& token,
129 bool OperationMap::setOperationAuthToken(const sp<IBinder>& token,
140 std::vector<sp<IBinder>> OperationMap::getOperationsForToken(const sp<IBinder>& appToken) {
149 OperationMap::Operation::Operation(uint64_t handle_, uint64_t keyid_, KeyPurpose purpose_,
150 const OperationMap::km_device_t& device_,
155 OperationMap::Operation::Operation()