Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/hal/sr1xx/
DphNxpUciHal_fwd.cc57 gOpts.misoFile = (char*)"Miso.bin"; in setOpts()
101 if (NULL == (gOpts.fMiso = fopen(gOpts.misoFile, "wb"))) { in init()
102 ALOGD("ERROR: Cannot open %s file for writing!\n", gOpts.misoFile); in init()
740 ALOGD("ERROR: %s write returned %d, expected %d\n", gOpts.misoFile, ret, sz); in phHbci_GetApdu()
746 ALOGD("ERROR: %s write returned %d, expected %d\n", gOpts.misoFile, ret, sz); in phHbci_GetApdu()
DphNxpUciHal_fwd.h331 char* misoFile; member