Searched refs:tUIPC_STATE (Results 1 – 5 of 5) sorted by relevance
/system/bt/udrv/include/ |
D | uipc.h | 68 struct tUIPC_STATE { struct 86 std::unique_ptr<tUIPC_STATE> UIPC_Init(); argument 96 bool UIPC_Open(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK* p_cback, 104 void UIPC_Close(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id); 115 bool UIPC_Send(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint16_t msg_evt, 127 uint32_t UIPC_Read(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint16_t* p_msg_evt, 138 bool UIPC_Ioctl(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, uint32_t request,
|
/system/bt/udrv/ulinux/ |
D | uipc.cc | 81 static int uipc_close_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id); 181 static int uipc_main_init(tUIPC_STATE& uipc) { in uipc_main_init() 213 void uipc_main_cleanup(tUIPC_STATE& uipc) { in uipc_main_cleanup() 226 static void uipc_check_task_flags_locked(tUIPC_STATE& uipc) { in uipc_check_task_flags_locked() 239 static int uipc_check_fd_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_check_fd_locked() 287 static void uipc_check_interrupt_locked(tUIPC_STATE& uipc) { in uipc_check_interrupt_locked() 295 static inline void uipc_wakeup_locked(tUIPC_STATE& uipc) { in uipc_wakeup_locked() 302 static int uipc_setup_server_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id, in uipc_setup_server_locked() 333 static void uipc_flush_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_flush_ch_locked() 372 static void uipc_flush_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in uipc_flush_locked() [all …]
|
/system/bt/btif/src/ |
D | btif_a2dp_control.cc | 51 std::unique_ptr<tUIPC_STATE> a2dp_uipc = nullptr;
|
D | btif_a2dp_source.cc | 57 extern std::unique_ptr<tUIPC_STATE> a2dp_uipc;
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid_audio_source.cc | 42 std::unique_ptr<tUIPC_STATE> uipc_hearing_aid = nullptr;
|