Home
last modified time | relevance | path

Searched refs:mosiFile (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/uwb/halimpl/fwd/sr1xx/
DphNxpUciHal_fwd.cc60 gOpts.mosiFile = (char*)"Mosi.bin"; in setOpts()
114 if (NULL == (gOpts.fMosi = fopen(gOpts.mosiFile, "wb"))) { in init()
115 ALOGD("ERROR: Cannot open %s file for writing!\n", gOpts.mosiFile); in init()
758 ALOGD("ERROR: %s dummy write returned %d, expected %d\n", gOpts.mosiFile, ret, sz); in phHbci_GetApdu()
DphNxpUciHal_fwd.h335 char* mosiFile; member