Searched defs:init_mode (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc.c90 phHciNfc_Init_t init_mode,
152 psHciContext->init_mode = init_mode;
254 if (HCI_SELF_TEST != psHciContext->init_mode)
87 phHciNfc_Initialise( void *psHciHandle, void *pHwRef, phHciNfc_Init_t init_mode, phHal_sHwConfig_t *pHwConfig, pphNfcIF_Notification_CB_t pHalNotify, void *psContext, phNfcLayer_sCfg_t *psHciLayerCfg ) argument
H A DphHciNfc_Generic.h609 phHciNfc_Init_t init_mode; member in struct:phHciNfc_sContext
/external/stlport/src/details/
H A Dfstream_win32io.cpp301 bool _Filebuf_base::_M_open(_STLP_fd __id, ios_base::openmode init_mode) { argument
308 if (init_mode != ios_base::__default_mode)
309 _M_openmode = init_mode;
321 (void)init_mode; // dwa 4/27/00 - suppress unused parameter warning
332 bool _Filebuf_base::_M_open(int file_no, ios_base::openmode init_mode) { argument
343 if (init_mode != ios_base::__default_mode)
344 _M_openmode = init_mode;
354 _STLP_MARK_PARAMETER_AS_UNUSED(&init_mode)

Completed in 66 milliseconds