Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_normal.c138 return os_msg_send(hci_if.msg_q, &msg, 0); in hci_if_open()
146 return os_msg_send(hci_if.msg_q, &msg, 0); in hci_if_close()
160 if (os_msg_send(hci_if.xmit_q, &tx_data, 0) == true) in hci_if_write()
162 return os_msg_send(hci_if.msg_q, &msg, 0); in hci_if_write()
176 if (os_msg_send(hci_if.cfm_q, &p_buf, 0) == true) in hci_if_confirm()
178 return os_msg_send(hci_if.msg_q, &msg, 0); in hci_if_confirm()
A Dhci_h4.c56 return os_msg_send(hci_if.msg_q, &msg, 0); in hci_h4_tp_open_cb()
63 return os_msg_send(hci_if.msg_q, &msg, 0); in hci_h4_tp_tx_cb()
70 return os_msg_send(hci_if.msg_q, &msg, 0); in hci_h4_tp_rx_ind()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/
A Dtrace_task.c43 os_msg_send(trace.QueueHandleEvent, &Event, 0); in traceuart_tx_cb()
144 os_msg_send(trace.QueueHandleEvent, &Event, 0); in trace_print()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/data_uart/
A Ddata_uart.c34 if (os_msg_send(h_io_q, &io_driver_msg_send, 0) == false) in data_uart_msg_send()
38 else if (os_msg_send(h_event_q, &event, 0) == false) in data_uart_msg_send()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/os/
A Dos_msg.h264 #define os_msg_send(p_handle, p_msg, wait_ms) \ macro

Completed in 17 milliseconds