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

/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h67 int32_t getCost() const;
139 int32_t ClientDescriptor<KEY, VALUE>::getCost() const { function in class:android::resource_policy::ClientDescriptor
385 int32_t cost = client->getCost();
410 int32_t curCost = i->getCost();
639 totalCost += x->getCost();
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1129 sp<BasicClient>{nullptr}, static_cast<int32_t>(state->getCost()),
2333 int CameraService::CameraState::getCost() const { function in class:android::CameraService::CameraState
2398 int32_t cost = i->getCost();
2441 return makeClientDescriptor(partial->getKey(), value, partial->getCost(),
2546 result.appendFormat(" Resource Cost: %d\n", state.second->getCost());
H A DCameraService.h466 int getCost() const;

Completed in 939 milliseconds