/frameworks/av/services/camera/libcameraservice/tests/ |
D | ClientManagerTest.cpp | 29 TestClient(int id, int32_t cost, const std::set<int>& conflictingKeys, int32_t ownerId, in TestClient() 31 mId(id), mCost(cost), mConflictingKeys(conflictingKeys), in TestClient()
|
D | CameraProviderManagerTest.cpp | 274 auto cost = ::aidl::android::hardware::camera::common::CameraResourceCost(); in getResourceCost() local
|
/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/av/services/camera/libcameraservice/utils/ |
D | ClientManager.h | 143 ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost, 146 ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, std::set<KEY>&& conflictingKeys, 211 ClientDescriptor<KEY, VALUE>::ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost, in ClientDescriptor() argument 214 mKey{key}, mValue{value}, mCost{cost}, mConflicting{conflictingKeys}, in ClientDescriptor() 219 ClientDescriptor<KEY, VALUE>::ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, in ClientDescriptor() argument 222 mKey{std::forward<KEY>(key)}, mValue{std::forward<VALUE>(value)}, mCost{cost}, in ClientDescriptor() 495 int32_t cost = client->getCost(); in wouldEvictLocked() local 499 int64_t totalCost = getCurrentCostLocked() + cost; in wouldEvictLocked()
|
/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/base/core/sysprop/ |
D | ViewProperties.sysprop | 18 # On low-end devices, the cost of calculating frame rate can
|
/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/libs/systemui/weathereffects/graphics/assets/shaders/ |
D | simplex2d.agsl | 63 // This method produces similar visuals to Simplex noise 3D, but at a lower computational cost.
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BroadcastQueue.md | 76 to better amortize the cost of OOM adjustments.
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 464 CameraResourceCost cost; in addStates() local 465 status_t res = mCameraProviderManager->getResourceCost(cameraId, &cost); in addStates() 479 for (size_t i = 0; i < cost.conflictingDevices.size(); i++) { in addStates() 480 conflicting.emplace(cost.conflictingDevices[i]); in addStates() 485 mCameraStates.emplace(cameraId, std::make_shared<CameraState>(cameraId, cost.resourceCost, in addStates() 5024 CameraService::CameraState::CameraState(const std::string& id, int cost, in CameraState() argument 5027 mStatus(StatusInternal::NOT_PRESENT), mCost(cost), mConflicting(conflicting), in CameraState() 5143 int32_t cost = i->getCost(); in toString() local 5157 PRId32 ", State: %" PRId32, key.c_str(), cost, pid, score, state); in toString() 5178 const std::string& key, const sp<BasicClient>& value, int32_t cost, in makeClientDescriptor() argument [all …]
|
D | CameraService.h | 651 const sp<BasicClient>& value, int32_t cost, 733 CameraState(const std::string& id, int cost, const std::set<std::string>& conflicting,
|
/frameworks/av/services/camera/libcameraservice/common/hidl/ |
D | HidlProviderInfo.cpp | 467 Status s, common::V1_0::CameraResourceCost cost) { in initializeDeviceInfo() argument 469 resourceCost = cost; in initializeDeviceInfo()
|
/frameworks/base/packages/SystemUI/docs/ |
D | executors.md | 170 If you are posting Runnables frequently and you worry that the cost of creating
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.h | 289 CameraResourceCost* cost) const;
|
D | CameraProviderManager.cpp | 397 CameraResourceCost* cost) const { in getResourceCost() 403 *cost = deviceInfo->mResourceCost; in getResourceCost()
|
/frameworks/proto_logging/stats/atoms/wifi/ |
D | wifi_extension_atoms.proto | 409 // How long does it cost to save all config
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 309 than the cost of performing this distribution.
|
/frameworks/proto_logging/stats/atoms/adservices/ |
D | adservices_extension_atoms.proto | 1286 // Specified whether the BuyerContextualSignals contained ad cost
|
/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 | 1075 # cost of reduced performance. This can be particularly helpful with template
|