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

  /external/libnfc-nci/src/include/
NfcAdaptation.h 40 class ThreadCondVar : public ThreadMutex
43 ThreadCondVar();
44 virtual ~ThreadCondVar();
79 ThreadCondVar mCondVar;
85 static ThreadCondVar mHalOpenCompletedEvent;
86 static ThreadCondVar mHalCloseCompletedEvent;
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 39 ThreadCondVar NfcAdaptation::mHalOpenCompletedEvent;
40 ThreadCondVar NfcAdaptation::mHalCloseCompletedEvent;
223 ThreadCondVar CondVar;
638 ** Function: ThreadCondVar::ThreadCondVar()
645 ThreadCondVar::ThreadCondVar()
657 ** Function: ThreadCondVar::~ThreadCondVar()
664 ThreadCondVar::~ThreadCondVar(
    [all...]

Completed in 497 milliseconds