OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpphLibContext
(Results
1 - 9
of
9
) sorted by null
/external/libnfc-nxp/src/
phLibNfc_ndef_raw.c
117
if((NULL ==
gpphLibContext
)||
118
(
gpphLibContext
->LibNfcState.cur_state == eLibNfcHalStateShutdown))
130
else if(
gpphLibContext
->LibNfcState.next_state == eLibNfcHalStateShutdown)
134
else if(0 ==
gpphLibContext
->Connected_handle)
138
else if(hRemoteDevice !=
gpphLibContext
->Connected_handle)
142
else if((TRUE ==
gpphLibContext
->status.GenCb_pending_status)
143
||(NULL!=
gpphLibContext
->CBInfo.pClientRdNdefCb)
144
||(CHK_NDEF_NOT_DONE ==
gpphLibContext
->ndef_cntx.is_ndef))
149
else if(
gpphLibContext
->ndef_cntx.is_ndef == FALSE)
154
else if((
gpphLibContext
->ndef_cntx.is_ndef == TRUE
[
all
...]
phLibNfc.c
60
pphLibNfc_LibContext_t
gpphLibContext
=NULL;
87
if(NULL !=
gpphLibContext
)
97
if(NULL !=
gpphLibContext
)
128
else if(NULL ==
gpphLibContext
)
131
gpphLibContext
=(pphLibNfc_LibContext_t)phOsalNfc_GetMemory(
133
if(NULL ==
gpphLibContext
)
139
(void)memset((void *)
gpphLibContext
,0,(
143
gpphLibContext
->CBInfo.pClientInitCb=pInitCb;
144
gpphLibContext
->CBInfo.pClientInitCntx=pContext;
146
gpphLibContext
->psHwReference=(phHal_sHwReference_t *
[
all
...]
phLibNfc_initiator.c
119
pClientCb =
gpphLibContext
->CBInfo.pClientNtfRegRespCB;
140
if((TRUE ==
gpphLibContext
->RegNtfType.MifareUL)&& (sak_byte==0x00))
143
gpphLibContext
->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
145
gpphLibContext
->psRemoteDevList[DeviceIndx1].hTargetDev =
146
(uint32_t)
gpphLibContext
->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
147
gpphLibContext
->Discov_handle[DeviceIndx1] =
148
gpphLibContext
->psRemoteDevList[DeviceIndx1].hTargetDev;
153
if((TRUE ==
gpphLibContext
->RegNtfType.MifareStd)&&
157
gpphLibContext
->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
159
gpphLibContext
->psRemoteDevList[DeviceIndx1].hTargetDev
[
all
...]
phLibNfc_target.c
88
if((NULL ==
gpphLibContext
)||
89
(
gpphLibContext
->LibNfcState.cur_state == eLibNfcHalStateShutdown))
93
else if (
gpphLibContext
->LibNfcState.cur_state == eLibNfcHalStateRelease)
103
else if(
gpphLibContext
->LibNfcState.next_state == eLibNfcHalStateShutdown)
107
else if((TRUE ==
gpphLibContext
->status.GenCb_pending_status)
108
||(NULL!=
gpphLibContext
->sNfcIp_Context.pClientNfcIpRxCb)
115
else if(
gpphLibContext
->sNfcIp_Context.Rem_Initiator_Handle != hRemoteDevice)
122
gpphLibContext
->LibNfcState.next_state)
124
gpphLibContext
->sNfcIp_Context.pClientNfcIpRxCb = NULL;
132
gpphLibContext
->psHwReference
[
all
...]
phLibNfc_discovery.c
82
if((phLibNfc_LibContext_t *)context ==
gpphLibContext
)
85
if(eLibNfcHalStateShutdown ==
gpphLibContext
->LibNfcState.next_state)
93
gpphLibContext
->status.GenCb_pending_status = FALSE;
94
gpphLibContext
->status.DiscEnbl_status = FALSE;
95
phLibNfc_UpdateCurState(status,
gpphLibContext
);
97
if(
gpphLibContext
->status.Discovery_pending_status == TRUE)
103
gpphLibContext
->status.Discovery_pending_status = FALSE;
105
gpphLibContext
->psHwReference,
106
gpphLibContext
->eLibNfcCfgMode,
107
&
gpphLibContext
->sADDconfig
[
all
...]
phLibNfc_Ioctl.c
111
if((
gpphLibContext
== NULL) ||
112
(
gpphLibContext
->LibNfcState.cur_state == eLibNfcHalStateShutdown))
119
if(
gpphLibContext
->LibNfcState.next_state == eLibNfcHalStateShutdown)
150
StatusCode = phHal4Nfc_Ioctl(
gpphLibContext
->psHwReference,
161
StatusCode = phHal4Nfc_Ioctl(
gpphLibContext
->psHwReference,
172
StatusCode = phHal4Nfc_Ioctl(
gpphLibContext
->psHwReference,
183
StatusCode = phHal4Nfc_Ioctl(
gpphLibContext
->psHwReference,
194
StatusCode = phHal4Nfc_Ioctl(
gpphLibContext
->psHwReference,
205
StatusCode = phHal4Nfc_Switch_Swp_Mode(
gpphLibContext
->psHwReference,
227
gpphLibContext
->status.GenCb_pending_status=TRUE
[
all
...]
phLibNfc_llcp.c
47
if(
gpphLibContext
== NULL)
53
if(
gpphLibContext
->LibNfcState.cur_state == eLibNfcHalStateShutdown)
59
if(
gpphLibContext
->LibNfcState.next_state == eLibNfcHalStateShutdown)
77
if(
gpphLibContext
->Connected_handle == 0)
83
if(hRemoteDevice !=
gpphLibContext
->Connected_handle)
90
if ((
gpphLibContext
->status.GenCb_pending_status == TRUE) ||
91
(
gpphLibContext
->llcp_cntx.bIsLlcp == FALSE))
125
memcpy( &
gpphLibContext
->llcp_cntx.sLocalParams,
180
if(
gpphLibContext
->Connected_handle == 0)
186
if(hRemoteDevice !=
gpphLibContext
->Connected_handle
[
all
...]
phLibNfc_SE.c
89
pphLibNfc_LibContext_t pLibContext=(pphLibNfc_LibContext_t)
gpphLibContext
;
91
if((NULL ==
gpphLibContext
) ||
92
(
gpphLibContext
->LibNfcState.cur_state == eLibNfcHalStateShutdown))
102
else if(
gpphLibContext
->LibNfcState.next_state == eLibNfcHalStateShutdown)
141
if(pLibContext !=
gpphLibContext
)
243
pphLibNfc_LibContext_t pLibContext=(pphLibNfc_LibContext_t)
gpphLibContext
;
245
if((NULL ==
gpphLibContext
) ||
246
(
gpphLibContext
->LibNfcState.cur_state == eLibNfcHalStateShutdown))
251
else if(
gpphLibContext
->LibNfcState.next_state == eLibNfcHalStateShutdown)
286
if((NULL ==
gpphLibContext
) ||
[
all
...]
phLibNfc_Internal.h
245
extern pphLibNfc_LibContext_t
gpphLibContext
;
Completed in 453 milliseconds