OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpdHelper
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
spdhelper.cpp
21
#include "
spdhelper
.h"
24
void
SpdHelper
::setPatchAsBad()
29
void
SpdHelper
::incErrorCount()
34
bool
SpdHelper
::isPatchBad(UINT8* prm, UINT32 len)
39
bool
SpdHelper
::isSpdDebug()
46
void
SpdHelper
::incErrorCountImpl()
54
void
SpdHelper
::setPatchAsBadImpl()
69
bool
SpdHelper
::isPatchBadImpl(UINT8* prm, UINT32 len)
91
SpdHelper
&
SpdHelper
::getInstance(
[
all
...]
patchram.cpp
29
#include "
spdhelper
.h"
216
SpdHelper
::setPatchAsBad();
219
SpdHelper
::incErrorCount();
222
if (
SpdHelper
::isSpdDebug())
471
if (!
SpdHelper
::isPatchBad((UINT8*)sPrmBuf, lenPrmBuffer))
493
postDownloadPatchram(
SpdHelper
::isSpdDebug() ? HAL_NFC_STATUS_FAILED :
/external/libnfc-nci/halimpl/bcm2079x/include/
spdhelper.h
26
class
SpdHelper
35
SpdHelper
();
36
static
SpdHelper
& getInstance();
Completed in 513 milliseconds