Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py280 def recv_event(self): member in BluetoothSocket
334 (event, index, data) = self.recv_event()
422 (event, event_index, data) = self.recv_event()
/external/libnfc-nxp/src/
DphHciNfc_Generic.h584 pphHciNfc_Pipe_Receive_t recv_event; member
DphHciNfc_CE_B.c429 pPipeInfo->recv_event = &phHciNfc_Recv_CE_B_Event; in phHciNfc_CE_B_Update_PipeInfo()
DphHciNfc_CE_A.c362 pPipeInfo->recv_event = &phHciNfc_Recv_CE_A_Event; in phHciNfc_CE_A_Update_PipeInfo()
DphHciNfc_PollingLoop.c574 pPipeInfo->recv_event = &phHciNfc_Recv_PollLoop_Event; in phHciNfc_PollLoop_Update_PipeInfo()
DphHciNfc_WI.c217 pPipeInfo->recv_event = &phHciNfc_Recv_WI_Event; in phHciNfc_WI_Update_PipeInfo()
DphHciNfc_ISO15693.c197 pPipeInfo->recv_event = &phHciNfc_Recv_ISO15693_Event; in phHciNfc_ISO15693_Update_PipeInfo()
DphHciNfc_Generic.c1095 if( NULL != p_pipe_info->recv_event) in phHciNfc_Process_Event()
1097 status = p_pipe_info->recv_event( psHciContext, pHwRef, in phHciNfc_Process_Event()
DphHciNfc_Jewel.c198 pPipeInfo->recv_event = phHciNfc_Recv_Jewel_Event; in phHciNfc_Jewel_Update_PipeInfo()
DphHciNfc_SWP.c200 pPipeInfo->recv_event =&phHciNfc_Recv_SWP_Event; in phHciNfc_SWP_Update_PipeInfo()
DphHciNfc_RFReaderB.c257 pPipeInfo->recv_event = &phHciNfc_Recv_ReaderB_Event; in phHciNfc_ReaderB_Update_PipeInfo()
DphHciNfc_Felica.c214 pPipeInfo->recv_event = phHciNfc_Recv_Felica_Event; in phHciNfc_Felica_Update_PipeInfo()
DphHciNfc_NfcIPMgmt.c287 pPipeInfo->recv_event = &phHciNfc_Recv_Initiator_Event; in phHciNfc_Initiator_Update_PipeInfo()
550 pPipeInfo->recv_event = &phHciNfc_Recv_Target_Event; in phHciNfc_Target_Update_PipeInfo()
DphHciNfc_Emulation.c280 pPipeInfo->recv_event = &phHciNfc_Recv_Uicc_Event; in phHciNfc_Uicc_Update_PipeInfo()
DphHciNfc_AdminMgmt.c260 ((phHciNfc_Pipe_Info_t *)p_pipe_info)->recv_event = in phHciNfc_Admin_Initialise()
DphHciNfc_RFReaderA.c231 pPipeInfo->recv_event = &phHciNfc_Recv_ReaderA_Event; in phHciNfc_ReaderA_Update_PipeInfo()
DphHciNfc_DevMgmt.c363 pPipeInfo->recv_event = &phHciNfc_Recv_DevMgmt_Event; in phHciNfc_DevMgmt_Update_PipeInfo()