OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIsPatchBad
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
spdhelper.cpp
56
mIsPatchBad
= true;
82
mIsPatchBad
= false;
85
// Otherwise the '
mIsPatchBad
' will tell if its bad or not.
86
ALOGD("%s '%s' (%d) is %sa known bad patch file", __func__, mPatchId.c_str(), mErrorCount, (
mIsPatchBad
? "" : "not "));
88
return
mIsPatchBad
;
105
mIsPatchBad
= false;
/external/libnfc-nci/halimpl/bcm2079x/include/
spdhelper.h
45
bool
mIsPatchBad
;
Completed in 56 milliseconds