OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_device_mgmt_info
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phHciNfc_DevMgmt.c
214
phHciNfc_DevMgmt_Info_t *
p_device_mgmt_info
=NULL;
local
222
if(( NULL == psHciContext->
p_device_mgmt_info
) &&
223
(phHciNfc_Allocate_Resource((void **)(&
p_device_mgmt_info
),
226
psHciContext->
p_device_mgmt_info
=
p_device_mgmt_info
;
227
p_device_mgmt_info
->current_seq = DEV_MGMT_PIPE_OPEN;
228
p_device_mgmt_info
->next_seq = DEV_MGMT_PIPE_OPEN;
229
p_device_mgmt_info
->p_pipe_info = NULL;
250
&& ( NULL != psHciContext->
p_device_mgmt_info
)
255
psHciContext->
p_device_mgmt_info
)->p_pipe_info
287
phHciNfc_DevMgmt_Info_t *
p_device_mgmt_info
=NULL;
local
315
phHciNfc_DevMgmt_Info_t *
p_device_mgmt_info
=NULL;
local
350
phHciNfc_DevMgmt_Info_t *
p_device_mgmt_info
=NULL;
local
486
phHciNfc_DevMgmt_Info_t *
p_device_mgmt_info
=NULL;
local
990
phHciNfc_DevMgmt_Info_t *
p_device_mgmt_info
=NULL;
local
1058
phHciNfc_DevMgmt_Info_t *
p_device_mgmt_info
=NULL;
local
1137
phHciNfc_DevMgmt_Info_t *
p_device_mgmt_info
= (phHciNfc_DevMgmt_Info_t *)
local
1203
phHciNfc_DevMgmt_Info_t *
p_device_mgmt_info
=NULL;
local
1313
phHciNfc_DevMgmt_Info_t *
p_device_mgmt_info
=NULL;
local
1424
phHciNfc_DevMgmt_Info_t *
p_device_mgmt_info
=NULL;
local
[
all
...]
phHciNfc_Generic.c
393
if(NULL !=(*ppsHciContext)->
p_device_mgmt_info
)
395
phOsalNfc_FreeMemory((*ppsHciContext)->
p_device_mgmt_info
);
396
(*ppsHciContext)->
p_device_mgmt_info
= NULL;
[
all
...]
phHciNfc_Generic.h
643
void *
p_device_mgmt_info
;
member in struct:phHciNfc_sContext
[
all
...]
Completed in 20 milliseconds