Searched refs:misoFile (Results 1 – 2 of 2) sorted by relevance
/hardware/nxp/uwb/halimpl/hal/sr1xx/ |
D | phNxpUciHal_fwd.cc | 57 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()
|
D | phNxpUciHal_fwd.h | 331 char* misoFile; member
|