Home
last modified time | relevance | path

Searched refs:resource_cost (Results 1 – 12 of 12) sorted by relevance

/hardware/google/camera/common/hal/tests/
Dcamera_device_tests.cc53 void TestResourceCost(const CameraResourceCost& resource_cost) { in TestResourceCost() argument
57 mock_device_hwl->resource_cost_ = resource_cost; in TestResourceCost()
66 EXPECT_EQ(result_cost.resource_cost, resource_cost.resource_cost); in TestResourceCost()
67 EXPECT_EQ(result_cost.conflicting_devices, resource_cost.conflicting_devices); in TestResourceCost()
72 .resource_cost = 50, in TEST()
77 .resource_cost = 100, in TEST()
/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_device.cc78 CameraResourceCost* resource_cost) { in getResourceCost() argument
80 if (resource_cost == nullptr) { in getResourceCost()
92 res = aidl_utils::ConvertToAidlResourceCost(hal_cost, resource_cost); in getResourceCost()
Daidl_camera_device.h71 ScopedAStatus getResourceCost(CameraResourceCost* resource_cost) override;
Daidl_utils.cc140 aidl_cost->resourceCost = hal_cost.resource_cost; in ConvertToAidlResourceCost()
/hardware/libhardware/include/hardware/
Dcamera_common.h395 int resource_cost; member
/hardware/libhardware/include_all/hardware/
Dcamera_common.h395 int resource_cost; member
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceHWLImpl.cpp120 cost->resource_cost = 100; in GetResourceCost()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera.cpp155 info->resource_cost = 100; in initDeviceInfo()
/hardware/google/camera/common/hal/common/
Dhal_types.h63 uint32_t resource_cost = 0; member
/hardware/interfaces/camera/device/3.2/default/
DCameraDevice.cpp116 cost = info.resource_cost; in getResourceCost()
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp561 cost = info.resource_cost; in getResourceCost()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp11935 info->resource_cost = 100 * MIN(1.0, ratio); in getCamInfo()
11937 info->resource_cost); in getCamInfo()