OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phOsalNfc_GetMemory
(Results
1 - 22
of
22
) sorted by null
/external/libnfc-nxp/src/
phOsalNfc.h
182
extern void *
phOsalNfc_GetMemory
(uint32_t Size);
phLibNfc_ndef_raw.c
205
phOsalNfc_GetMemory
(sizeof(phLibNfc_sTransceiveInfo_t));
215
= (uint8_t *)
phOsalNfc_GetMemory
(MIFARE_STD_BLOCK_SIZE);
217
= (uint8_t *)
phOsalNfc_GetMemory
(MIFARE_STD_BLOCK_SIZE);
461
phOsalNfc_GetMemory
(sizeof(phLibNfc_sTransceiveInfo_t));
471
= (uint8_t *)
phOsalNfc_GetMemory
(MIFARE_STD_BLOCK_SIZE);
473
= (uint8_t *)
phOsalNfc_GetMemory
(MIFARE_STD_BLOCK_SIZE);
631
phOsalNfc_GetMemory
(sizeof(phLibNfc_sTransceiveInfo_t));
643
phOsalNfc_GetMemory
(sizeof(phFriNfc_NdefMap_t));
651
(uint8_t*)
phOsalNfc_GetMemory
(gpphLibContext->
661
phOsalNfc_GetMemory
(sizeof(phFriNfc_OvrHal_t))
[
all
...]
phHal4Nfc_P2P.c
114
phOsalNfc_GetMemory
(sizeof(phNfc_sData_t));
221
phOsalNfc_GetMemory
((uint32_t)
475
phOsalNfc_GetMemory
((uint32_t)
499
= (uint8_t *)
phOsalNfc_GetMemory
(
605
phOsalNfc_GetMemory
(
628
phOsalNfc_GetMemory
((uint32_t)
phHal4Nfc_Emulation.c
127
phOsalNfc_GetMemory
((uint32_t)
255
phOsalNfc_GetMemory
((uint32_t)
phLibNfc_Ioctl.c
135
phLibNfc_Ioctl_Cntx.psHwReference =
phOsalNfc_GetMemory
((uint32_t)sizeof(phHal_sHwReference_t));
phHal4Nfc_ADD.c
88
phOsalNfc_GetMemory
((uint32_t)
233
phOsalNfc_GetMemory
((uint32_t)
621
phOsalNfc_GetMemory
(
[
all
...]
phHal4Nfc.c
249
*pphLayer = (phNfcLayer_sCfg_t *)
phOsalNfc_GetMemory
(
383
phOsalNfc_GetMemory
((uint32_t)sizeof(
491
phOsalNfc_GetMemory
((uint32_t)sizeof(
[
all
...]
phLibNfc.c
201
gpphLibContext=(pphLibNfc_LibContext_t)
phOsalNfc_GetMemory
(
217
phOsalNfc_GetMemory
((uint32_t)sizeof(phHal_sHwReference_t));
[
all
...]
phLlcNfc.c
179
ps_llc_ctxt = (phLlcNfc_Context_t*)
phOsalNfc_GetMemory
(
phLibNfc_initiator.c
[
all
...]
phFriNfc_ISO15693Map.c
627
uint8_t *reformatted_buf = (uint8_t*)
phOsalNfc_GetMemory
(ps_iso_15693_con->max_data_size);
877
uint8_t *reformatted_buf = (uint8_t*)
phOsalNfc_GetMemory
(ps_iso_15693_con->max_data_size);
[
all
...]
phFriNfc_Llcp.c
105
pDest =
phOsalNfc_GetMemory
(sizeof(phNfc_sData_t));
111
pDest->buffer =
phOsalNfc_GetMemory
(pOrig->length);
[
all
...]
phHciNfc_Pipe.c
153
phOsalNfc_GetMemory
( sizeof(phHciNfc_Pipe_Info_t) );
[
all
...]
phHal4Nfc_Reader.c
468
phOsalNfc_GetMemory
((uint32_t)(sizeof(phHal4Nfc_TrcvCtxtInfo_t)));
[
all
...]
phDnldNfc.c
917
*ppBuffer = (void *)
phOsalNfc_GetMemory
(size);
[
all
...]
phFriNfc_LlcpTransport.c
231
pCachedServiceName->sServiceName.buffer =
phOsalNfc_GetMemory
(pServiceName->length);
[
all
...]
phHciNfc.c
118
phOsalNfc_GetMemory
(sizeof(phHciNfc_sContext_t));
[
all
...]
phHciNfc_AdminMgmt.c
[
all
...]
phHciNfc_Generic.c
331
*ppBuffer = (void *)
phOsalNfc_GetMemory
(size);
[
all
...]
/external/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c
73
pQueue = (phDal4Nfc_message_queue_t *)
phOsalNfc_GetMemory
(sizeof(phDal4Nfc_message_queue_t));
152
pNew = (phDal4Nfc_message_queue_item_t *)
phOsalNfc_GetMemory
(sizeof(phDal4Nfc_message_queue_item_t));
phOsalNfc_Timer.c
127
timer_msg =
phOsalNfc_GetMemory
(sizeof(phOsalNfc_Timer_Msg_t));
131
osal_defer_msg =
phOsalNfc_GetMemory
(sizeof(phOsalNfc_DeferedCalldInfo_t));
phOsalNfc.c
61
void *
phOsalNfc_GetMemory
(uint32_t size)
Completed in 4087 milliseconds