Searched refs:SetTarget (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/kernel/object/include/object/
H A Dexcp_port.h52 void SetTarget(const fbl::RefPtr<JobDispatcher>& target);
53 void SetTarget(const fbl::RefPtr<ProcessDispatcher>& target);
54 void SetTarget(const fbl::RefPtr<ThreadDispatcher>& target);
/fuchsia/zircon/system/dev/thermal/aml-thermal-s905d2g/
H A Daml-thermal.h52 zx_status_t SetTarget(uint32_t opp_idx);
H A Daml-thermal.cpp17 zx_status_t AmlThermal::SetTarget(uint32_t opp_idx) { function in class:thermal::AmlThermal
153 status = thermal_device->SetTarget(opp_idx);
193 return SetTarget(dvfs_info->op_idx);
/fuchsia/zircon/kernel/syscalls/
H A Dexceptions.cpp91 eport->SetTarget(job);
109 eport->SetTarget(process);
125 eport->SetTarget(thread);
/fuchsia/zircon/system/utest/fbl/
H A Dfunction_tests.cpp141 // callable assignment with SetTarget
142 fnew.SetTarget([&fnew_value] { fnew_value *= 2; });
212 fcheckinline.SetTarget([&fcheck_value] { fcheck_value *= 3; }, &ac2);
228 fcheckheap.SetTarget([&fcheck_value, big = Big() ] { fcheck_value *= 3; }, &ac4);
356 // callable assignment with SetTarget
357 fnew.SetTarget([&fnew_value](int a, int b) {
434 fcheckinline.SetTarget([&fcheck_value](int a, int b) {
458 fcheckheap.SetTarget([&fcheck_value, big = Big() ](int a, int b) {
/fuchsia/zircon/kernel/object/
H A Dexcp_port.cpp73 void ExceptionPort::SetTarget(const fbl::RefPtr<JobDispatcher>& target) { function in class:ExceptionPort
86 void ExceptionPort::SetTarget(const fbl::RefPtr<ProcessDispatcher>& target) { function in class:ExceptionPort
99 void ExceptionPort::SetTarget(const fbl::RefPtr<ThreadDispatcher>& target) { function in class:ExceptionPort
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dfunction.h256 SetTarget(fbl::move(target));
261 void SetTarget(Callable target) { function in class:fbl::internal::Function
267 void SetTarget(Callable target, AllocChecker* ac) { function in class:fbl::internal::Function
371 // void SetTarget(Callable target);
373 // void SetTarget(Callable target, AllocChecker* ac);

Completed in 28 milliseconds