Home
last modified time | relevance | path

Searched defs:callback_ptr (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_CmdQueue.h59 void (*callback_ptr)(ipacm_cmd_q_data *); member
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_CmdQueue.h59 void (*callback_ptr)(ipacm_cmd_q_data *); member
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_CmdQueue.h59 void (*callback_ptr)(ipacm_cmd_q_data *); member
/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android.cc1052 auto callback_ptr = callback.get(); in CleanupSuccessfulUpdate() local