/frameworks/av/services/camera/libcameraservice/utils/ |
D | ClientManager.h | 111 ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost, 114 ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, std::set<KEY>&& conflictingKeys, 178 ClientDescriptor<KEY, VALUE>::ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost, in ClientDescriptor() argument 181 mKey{key}, mValue{value}, mCost{cost}, mConflicting{conflictingKeys}, in ClientDescriptor() 186 ClientDescriptor<KEY, VALUE>::ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, in ClientDescriptor() argument 189 mKey{std::forward<KEY>(key)}, mValue{std::forward<VALUE>(value)}, mCost{cost}, in ClientDescriptor() 459 int32_t cost = client->getCost(); in wouldEvictLocked() local 463 int64_t totalCost = getCurrentCostLocked() + cost; in wouldEvictLocked()
|
/frameworks/base/core/proto/android/os/ |
D | message.proto | 33 … // Lower-cost alternative to using setData() if the app only needs to store a few integer values. 35 … // Lower-cost alternative to using setData() if the app only needs to store a few integer values.
|
/frameworks/native/libs/android_runtime_lazy/ |
D | Android.bp | 21 // a library can be loaded without paying the cost of libandroid_runtime 22 // which is quite huge. The cost will be paid when libandroid_runtime is actually used.
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_front_buffer_auto_refresh.txt | 41 surface has been updated, but it comes at the cost of doing potentially
|
D | EGL_ANDROID_recordable.txt | 132 this config for normal window rendering would not have any added cost.
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 279 hardware::camera::common::V1_0::CameraResourceCost cost; in addStates() local 280 status_t res = mCameraProviderManager->getResourceCost(cameraId, &cost); in addStates() 288 for (size_t i = 0; i < cost.conflictingDevices.size(); i++) { in addStates() 289 conflicting.emplace(String8(cost.conflictingDevices[i].c_str())); in addStates() 294 mCameraStates.emplace(id, std::make_shared<CameraState>(id, cost.resourceCost, in addStates() 2913 CameraService::CameraState::CameraState(const String8& id, int cost, in CameraState() argument 2915 mStatus(StatusInternal::NOT_PRESENT), mCost(cost), mConflicting(conflicting), in CameraState() 3002 int32_t cost = i->getCost(); in toString() local 3016 PRId32 ", State: %" PRId32, key.string(), cost, pid, score, state); in toString() 3037 const String8& key, const sp<BasicClient>& value, int32_t cost, in makeClientDescriptor() argument [all …]
|
D | CameraService.h | 432 int32_t cost, const std::set<String8>& conflictingKeys, int32_t score, 476 CameraState(const String8& id, int cost, const std::set<String8>& conflicting,
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.cpp | 197 CameraResourceCost* cost) const { in getResourceCost() 203 *cost = deviceInfo->mResourceCost; in getResourceCost() 1695 Status s, CameraResourceCost cost) { in initializeDeviceInfo() argument 1697 resourceCost = cost; in initializeDeviceInfo()
|
D | CameraProviderManager.h | 165 hardware::camera::common::V1_0::CameraResourceCost* cost) const;
|
/frameworks/ml/nn/runtime/ |
D | NOTICE | 578 than the cost of distribution to the recipient; and 673 * (not any Contributor) assume the cost of any necessary servicing, *
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 309 than the cost of performing this distribution.
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1025 # cost of reduced performance. This can be particularly helpful with template
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 1075 # cost of reduced performance. This can be particularly helpful with template
|
D | Doxyfile | 1075 # cost of reduced performance. This can be particularly helpful with template
|