Searched refs:SetTarget (Results 1 – 4 of 4) sorted by relevance
19 zx_status_t AmlThermal::SetTarget(uint32_t opp_idx) { in SetTarget() function in thermal::AmlThermal155 status = thermal_device->SetTarget(opp_idx); in Create()195 return SetTarget(dvfs_info->op_idx); in DdkIoctl()
53 zx_status_t SetTarget(uint32_t opp_idx);
142 fnew.SetTarget([&fnew_value] { fnew_value *= 2; }); in closure()212 fcheckinline.SetTarget([&fcheck_value] { fcheck_value *= 3; }, &ac2); in closure()228 fcheckheap.SetTarget([&fcheck_value, big = Big() ] { fcheck_value *= 3; }, &ac4); in closure()357 fnew.SetTarget([&fnew_value](int a, int b) { in binary_op()434 fcheckinline.SetTarget([&fcheck_value](int a, int b) { in binary_op()458 fcheckheap.SetTarget([&fcheck_value, big = Big() ](int a, int b) { in binary_op()
257 SetTarget(std::move(target));262 void SetTarget(Callable target) {268 void SetTarget(Callable target, AllocChecker* ac) {
Completed in 8 milliseconds