Searched refs:cost (Results 1 – 12 of 12) sorted by relevance
41 status_t GetResourceCost(CameraResourceCost* cost) const { in GetResourceCost() argument42 if (cost == nullptr) { in GetResourceCost()46 *cost = resource_cost_; in GetResourceCost()
70 status_t CameraDevice::GetResourceCost(CameraResourceCost* cost) { in GetResourceCost() argument72 return camera_device_hwl_->GetResourceCost(cost); in GetResourceCost()
44 status_t GetResourceCost(CameraResourceCost* cost);
84 CameraResourceCost* cost) const { in GetResourceCost()86 cost->resource_cost = 100; in GetResourceCost()
50 status_t GetResourceCost(CameraResourceCost* cost) const override;
43 virtual status_t GetResourceCost(CameraResourceCost* cost) const = 0;
108 int cost = 100; in getResourceCost() local116 cost = info.resource_cost; in getResourceCost()131 resCost.resourceCost = cost; in getResourceCost()
262 * Structure defining the abstract resource cost of opening a camera device,269 * The total resource "cost" of using this camera, represented as an integer279 * the resource costs of these cameras is <= 100. For determining cost,286 * of camera devices with a total resource cost > 100. This may succeed or289 * must fail during the configure calls. If the total resource cost is <=
33 * Get camera device resource cost information.40 * resource cost is not available.
50 * is intended to save battery at the cost of performance. The data
550 int cost = 100; in getResourceCost() local558 cost = info.resource_cost; in getResourceCost()573 resCost.resourceCost = cost; in getResourceCost()
37 * Get camera device resource cost information.46 * resource cost is not available.