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;
84 static ThreadCondVar mHalOpenCompletedEvent;
85 static ThreadCondVar mHalCloseCompletedEvent;
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 41 ThreadCondVar NfcAdaptation::mHalOpenCompletedEvent;
42 ThreadCondVar NfcAdaptation::mHalCloseCompletedEvent;
258 ThreadCondVar CondVar;
704 ** Function: ThreadCondVar::ThreadCondVar()
711 ThreadCondVar::ThreadCondVar()
723 ** Function: ThreadCondVar::~ThreadCondVar()
730 ThreadCondVar::~ThreadCondVar(
    [all...]

Completed in 31 milliseconds