Searched refs:Semaphore (Results 1 - 15 of 15) sorted by relevance

/hardware/ti/omap4-aah/libtiutils/
H A DSemaphore.cpp19 #include "Semaphore.h"
33 Semaphore::Semaphore() function in class:Ti::Utils::Semaphore
46 Semaphore::~Semaphore()
59 status_t Semaphore::Release()
88 status_t Semaphore::Create(int count)
126 status_t Semaphore::Wait()
150 status_t Semaphore::Signal()
169 int Semaphore
[all...]
H A DSemaphore.h32 class Semaphore class in namespace:Ti::Utils
36 Semaphore();
37 ~Semaphore();
H A DAndroid.mk11 Semaphore.cpp \
/hardware/ti/omap4xxx/libtiutils/
H A DSemaphore.cpp19 #include "Semaphore.h"
32 Semaphore::Semaphore() function in class:android::Semaphore
45 Semaphore::~Semaphore()
58 status_t Semaphore::Release()
87 status_t Semaphore::Create(int count)
125 status_t Semaphore::Wait()
149 status_t Semaphore::Signal()
168 int Semaphore
[all...]
H A DSemaphore.h29 class Semaphore class in namespace:android
33 Semaphore();
34 ~Semaphore();
H A DAndroid.mk10 Semaphore.cpp \
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h440 OMX_IN Semaphore &semaphore);
904 Semaphore mInitSem;
905 Semaphore mFlushSem;
906 Semaphore mUsePreviewDataSem;
907 Semaphore mUsePreviewSem;
908 Semaphore mUseCaptureSem;
909 Semaphore mStartPreviewSem;
910 Semaphore mStopPreviewSem;
911 Semaphore mStartCaptureSem;
912 Semaphore mStopCaptureSe
[all...]
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h492 OMX_IN Utils::Semaphore &semaphore);
1132 Utils::Semaphore mInitSem;
1133 Utils::Semaphore mFlushSem;
1134 Utils::Semaphore mUsePreviewDataSem;
1135 Utils::Semaphore mUsePreviewSem;
1136 Utils::Semaphore mUseCaptureSem;
1137 Utils::Semaphore mStartPreviewSem;
1138 Utils::Semaphore mStopPreviewSem;
1139 Utils::Semaphore mStartCaptureSem;
1140 Utils::Semaphore mStopCaptureSe
[all...]
/hardware/ti/omap4-aah/camera/inc/
H A DEncoder_libjpeg.h218 Utils::Semaphore mCancelSem;
/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h202 Semaphore mCancelSem;
/hardware/ti/omap4-aah/camera/
H A DANativeWindowDisplayAdapter.cpp121 Utils::Semaphore sem;
288 Utils::Semaphore sem;
363 Utils::Semaphore sem;
985 Utils::Semaphore &sem = *((Utils::Semaphore*)msg.arg1);
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp191 Semaphore sem;
359 Semaphore sem;
438 Semaphore sem;
1016 Semaphore &sem = *((Semaphore*)msg.arg1);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2656 Semaphore *sem = (Semaphore*) msg->arg3;
2735 Semaphore *sem = (Semaphore*) msg->arg3;
2794 Semaphore *sem = (Semaphore*) msg->arg3;
2817 OMX_IN Semaphore &semaphore)
3550 Semaphore *sem = (Semaphore*) msg->arg3;
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp3080 Utils::Semaphore *sem = (Utils::Semaphore*) msg->arg3;
3159 Utils::Semaphore *sem = (Utils::Semaphore*) msg->arg3;
3218 Utils::Semaphore *sem = (Utils::Semaphore*) msg->arg3;
3241 OMX_IN Utils::Semaphore &semaphore)
4205 Utils::Semaphore *sem = (Utils::Semaphore*) msg->arg3;
H A DOMXCapture.cpp1975 Utils::Semaphore camSem;

Completed in 549 milliseconds