Searched refs:cost (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h75 * resource, and the corresponding cost, priority, owner ID, and conflicting keys list used
84 ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost,
86 ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, std::set<KEY>&& conflictingKeys,
102 * Return the cost for this descriptor.
150 ClientDescriptor<KEY, VALUE>::ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost, argument
152 mKey{key}, mValue{value}, mCost{cost}, mConflicting{conflictingKeys},
157 ClientDescriptor<KEY, VALUE>::ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, argument
159 mKey{std::forward<KEY>(key)}, mValue{std::forward<VALUE>(value)}, mCost{cost},
244 * the max cost allowed for this ClientManager, descriptors with non-zero cost, equa
423 int32_t cost = client->getCost(); local
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp242 hardware::camera::common::V1_0::CameraResourceCost cost; local
243 res = mCameraProviderManager->getResourceCost(cameraId, &cost);
245 ALOGE("Failed to query device resource cost: %s (%d)", strerror(-res), res);
249 for (size_t i = 0; i < cost.conflictingDevices.size(); i++) {
250 conflicting.emplace(String8(cost.conflictingDevices[i].c_str()));
256 std::make_shared<CameraState>(id8, cost.resourceCost, conflicting));
2318 CameraService::CameraState::CameraState(const String8& id, int cost, argument
2320 mStatus(StatusInternal::PRESENT), mCost(cost), mConflicting(conflicting) {}
2402 int32_t cost = i->getCost(); local
2416 PRId32 ", State: %" PRId32, key.string(), cost, pi
2436 makeClientDescriptor( const String8& key, const sp<BasicClient>& value, int32_t cost, const std::set<String8>& conflictingKeys, int32_t score, int32_t ownerId, int32_t state) argument
[all...]
H A DCameraService.h402 int32_t cost, const std::set<String8>& conflictingKeys, int32_t score,
443 * Make a new CameraState and set the ID, cost, and conflicting devices using the values
446 CameraState(const String8& id, int cost, const std::set<String8>& conflicting);
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp146 CameraResourceCost* cost) const {
152 *cost = deviceInfo->mResourceCost;
607 dprintf(fd, " Resource cost: %d\n", device->mResourceCost.resourceCost);
737 Status s, CameraResourceCost cost) {
739 resourceCost = cost;
H A DCameraProviderManager.h152 * Return the resource cost of this camera device
155 hardware::camera::common::V1_0::CameraResourceCost* cost) const;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 528 milliseconds