Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHciNfc_Pipe.h190 phHciNfc_Pipe_Info_t *pPipeHandle
218 phHciNfc_Pipe_Info_t *pPipeHandle
245 phHciNfc_Pipe_Info_t *pPipeHandle
DphHciNfc_Pipe.c284 phHciNfc_Pipe_Info_t *pPipeHandle in phHciNfc_Delete_Pipe() argument
292 || (NULL == pPipeHandle) in phHciNfc_Delete_Pipe()
300 ADM_DELETE_PIPE, PIPEID_LEN, pPipeHandle ); in phHciNfc_Delete_Pipe()
1049 phHciNfc_Pipe_Info_t *pPipeHandle in phHciNfc_Open_Pipe() argument
1058 || ( NULL == pPipeHandle ) in phHciNfc_Open_Pipe()
1066 pipe_id = pPipeHandle->pipe.pipe_id; in phHciNfc_Open_Pipe()
1092 phHciNfc_Pipe_Info_t *pPipeHandle in phHciNfc_Close_Pipe() argument
1101 || ( NULL == pPipeHandle ) in phHciNfc_Close_Pipe()
1109 pipe_id = pPipeHandle->pipe.pipe_id; in phHciNfc_Close_Pipe()