Home
last modified time | relevance | path

Searched refs:getCost (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h67 int32_t getCost() const;
139 int32_t ClientDescriptor<KEY, VALUE>::getCost() const { in getCost() function
385 int32_t cost = client->getCost(); in wouldEvictLocked()
410 int32_t curCost = i->getCost(); in wouldEvictLocked()
639 totalCost += x->getCost(); in getCurrentCostLocked()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1007 sp<BasicClient>{nullptr}, static_cast<int32_t>(state->getCost()), in handleEvictionsLocked()
2075 int CameraService::CameraState::getCost() const { in getCost() function in android::CameraService::CameraState
2140 int32_t cost = i->getCost(); in toString()
2183 return makeClientDescriptor(partial->getKey(), value, partial->getCost(), in makeClientDescriptor()
2285 result.appendFormat(" Resource Cost: %d\n", state.second->getCost()); in dump()
DCameraService.h447 int getCost() const;