Searched refs:open_cb (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/ |
A D | hci_adapter.c | 23 P_HCI_TP_OPEN_CB open_cb; member 52 void hci_tp_open(P_HCI_TP_OPEN_CB open_cb, P_HCI_TP_RX_IND rx_ind) in hci_tp_open() argument 55 p_hci_rtk->open_cb = open_cb; in hci_tp_open() 59 p_hci_rtk->open_cb(false); in hci_tp_open() 67 p_hci_rtk->open_cb(false); in hci_tp_open() 174 p_hci_rtk->open_cb(false); in hci_tp_config() 198 p_hci_rtk->open_cb(true); in hci_tp_config() 202 p_hci_rtk->open_cb(false); in hci_tp_config() 245 p_hci_rtk->open_cb(false); in hci_tp_config() 249 p_hci_rtk->open_cb(true); in hci_tp_config()
|
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_img_decoder.h | 173 lv_img_decoder_open_f_t open_cb; member 293 void lv_img_decoder_set_open_cb(lv_img_decoder_t * decoder, lv_img_decoder_open_f_t open_cb);
|
A D | lv_img_decoder.c | 131 if(d->info_cb == NULL || d->open_cb == NULL) continue; in lv_img_decoder_open() 140 res = d->open_cb(d, dsc); in lv_img_decoder_open() 222 void lv_img_decoder_set_open_cb(lv_img_decoder_t * decoder, lv_img_decoder_open_f_t open_cb) in lv_img_decoder_set_open_cb() argument 224 decoder->open_cb = open_cb; in lv_img_decoder_set_open_cb()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/inc/ |
A D | hci_tp.h | 21 void hci_tp_open(P_HCI_TP_OPEN_CB open_cb, P_HCI_TP_RX_IND rx_ind);
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_fs.h | 72 …lv_fs_res_t (*open_cb)(struct _lv_fs_drv_t * drv, void * file_p, const char * path, lv_fs_mode_t m… member
|
A D | lv_fs.c | 116 if(file_p->drv->open_cb == NULL) { in lv_fs_open() 121 lv_fs_res_t res = file_p->drv->open_cb(file_p->drv, file_p->file_d, real_path, mode); in lv_fs_open()
|
Completed in 10 milliseconds