Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/mb/mbm/src/
Dmb_measure_channel.c79 static void user_callback(s16 num);
130 user_callback(MBM_MEASURE_ERROR_ILLEGAL_STATE); in MBM_MeasureChannel()
136 user_callback(MBM_MEASURE_ERROR_INIT_API); in MBM_MeasureChannel()
160 user_callback(MBM_MEASURE_ERROR_ILLEGAL_STATE); in MBM_MeasureChannelInIdle()
182 user_callback(MBM_MEASURE_ERROR_INIT_CALLBACK); in wm_callback()
197 user_callback(sChannel); in wm_callback()
333 user_callback(result); in callback_ready()
422 static void user_callback(s16 type) in user_callback() function