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 40 ThreadCondVar NfcAdaptation::mHalOpenCompletedEvent;
41 ThreadCondVar NfcAdaptation::mHalCloseCompletedEvent;
233 ThreadCondVar CondVar;
670 ** Function: ThreadCondVar::ThreadCondVar()
677 ThreadCondVar::ThreadCondVar()
689 ** Function: ThreadCondVar::~ThreadCondVar()
696 ThreadCondVar::~ThreadCondVar(
    [all...]

Completed in 86 milliseconds