HomeSort by relevance Sort by last modified time
    Searched refs:waitOk (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 840 bool waitOk = false;
898 waitOk = sTransceiveEvent.wait (timeout);
901 if (waitOk == false || sTransceiveRfTimeout) //if timeout occurred
    [all...]
SecureElement.cpp 898 bool waitOk = false;
954 waitOk = mTransceiveEvent.wait (timeoutMillisec);
955 if (waitOk == false) //timeout occurs
    [all...]

Completed in 39 milliseconds