Home
last modified time | relevance | path

Searched refs:SetTarget (Results 1 – 4 of 4) sorted by relevance

/system/dev/thermal/aml-thermal-s905d2g/
A Daml-thermal.cpp19 zx_status_t AmlThermal::SetTarget(uint32_t opp_idx) { in SetTarget() function in thermal::AmlThermal
155 status = thermal_device->SetTarget(opp_idx); in Create()
195 return SetTarget(dvfs_info->op_idx); in DdkIoctl()
A Daml-thermal.h53 zx_status_t SetTarget(uint32_t opp_idx);
/system/utest/fbl/
A Dfunction_tests.cpp142 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()
/system/ulib/fbl/include/fbl/
A Dfunction.h257 SetTarget(std::move(target));
262 void SetTarget(Callable target) {
268 void SetTarget(Callable target, AllocChecker* ac) {

Completed in 8 milliseconds