Searched refs:init_mode (Results 1 - 8 of 8) sorted by relevance

/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)
/external/libnfc-nxp/src/
H A DphHciNfc.h186 * \param[in] init_mode init_mode specifies the kind of the
210 phHciNfc_Init_t init_mode,
H A DphHciNfc_Sequence.c1119 if (HCI_SELF_TEST != psHciContext->init_mode)
1253 if ((HCI_SELF_TEST != psHciContext->init_mode)
1255 && (HCI_CUSTOM_INIT != psHciContext->init_mode)
1256 && (HCI_NFC_DEVICE_TEST != psHciContext->init_mode))
1305 (HCI_SELF_TEST != psHciContext->init_mode)?
1317 (HCI_SELF_TEST == psHciContext->init_mode )
1318 || (HCI_NFC_DEVICE_TEST == psHciContext->init_mode )
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_Pipe.c486 if(HCI_SELF_TEST == psHciContext->init_mode)
819 *pPipeSeq = ( HCI_SELF_TEST != psHciContext->init_mode )?
H A DphHciNfc_Generic.h609 phHciNfc_Init_t init_mode; member in struct:phHciNfc_sContext
H A DphHciNfc_AdminMgmt.c326 && ( HCI_SESSION == psHciContext->init_mode)
418 if(HCI_SELF_TEST == psHciContext->init_mode)
H A DphHciNfc_DevMgmt.c583 if ((HCI_SELF_TEST == psHciContext->init_mode )
584 || (HCI_NFC_DEVICE_TEST == psHciContext->init_mode ))

Completed in 394 milliseconds