OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_TASK
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nci/src/nfc/nfc/
nfc_task.c
22
* Entry point for
NFC_TASK
67
if (GKI_get_taskid () !=
NFC_TASK
)
73
GKI_send_msg (
NFC_TASK
, NFC_MBOX_ID, p_msg);
78
/* Start
nfc_task
1-sec resolution timer */
189
if (GKI_get_taskid () !=
NFC_TASK
)
195
GKI_send_msg (
NFC_TASK
, NFC_MBOX_ID, p_msg);
349
** Function
nfc_task
356
UINT32
nfc_task
(UINT32 param)
function
366
NFC_TRACE_DEBUG0 ("
NFC_TASK
started.");
376
NFC_TRACE_DEBUG0 ("
NFC_TASK
got NFC_TASK_EVT_TRANSPORT_READY.")
[
all
...]
nfc_main.c
528
** Description This function posts HAL event to
NFC_TASK
546
GKI_send_msg (
NFC_TASK
, NFC_MBOX_ID, p_msg);
584
/* Notify
NFC_TASK
that NCI tranport is initialized */
585
GKI_send_event (
NFC_TASK
, NFC_TASK_EVT_TRANSPORT_READY);
640
GKI_send_msg (
NFC_TASK
, NFC_MBOX_ID, p_msg);
656
** -
NFC_TASK
must be started
[
all
...]
/external/libnfc-nci/src/include/
gki_target.h
68
#ifndef
NFC_TASK
69
#define
NFC_TASK
3
/external/libnfc-nci/src/nfa/sys/
nfa_sys_main.c
360
GKI_send_msg (
NFC_TASK
, p_nfa_sys_cfg->mbox, p_msg);
/external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp
225
GKI_create_task ((TASKPTR)
nfc_task
,
NFC_TASK
, (INT8*)"
NFC_TASK
", 0, 0, (pthread_cond_t*)CondVar, (pthread_mutex_t*)CondVar);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c
205
HAL_TRACE_ERROR0 ("nfc_hal_main_userial_cback: USERIAL_ERR_EVT. Notifying
NFC_TASK
of transport error");
436
/* Using shared NFC/HAL GKI resources - send message buffer directly to
NFC_TASK
for processing */
438
GKI_send_msg (
NFC_TASK
, NFC_MBOX_ID, p_msg);
Completed in 56 milliseconds