OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bListNotEmpty
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nxp/jni/
com_android_nfc_list.cpp
41
bool
bListNotEmpty
= true;
42
while (
bListNotEmpty
) {
43
bListNotEmpty
= listGetAndRemoveNext(pList, NULL);
/external/libnfc-nci/halimpl/pn54x/utils/
phNxpNciHal_utils.c
65
int
bListNotEmpty
= 1;
66
while (
bListNotEmpty
)
68
bListNotEmpty
= listGetAndRemoveNext(pList, NULL);
Completed in 536 milliseconds