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

/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h104 int32_t getCost() const;
177 int32_t ClientDescriptor<KEY, VALUE>::getCost() const { function in class:android::resource_policy::ClientDescriptor
423 int32_t cost = client->getCost();
448 int32_t curCost = i->getCost();
677 totalCost += x->getCost();
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1063 sp<BasicClient>{nullptr}, static_cast<int32_t>(state->getCost()),
2337 int CameraService::CameraState::getCost() const { function in class:android::CameraService::CameraState
2402 int32_t cost = i->getCost();
2447 return makeClientDescriptor(partial->getKey(), value, partial->getCost(),
H A DCameraService.h486 int getCost() const;

Completed in 60 milliseconds