Searched defs:sem (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp191 Semaphore sem; local
211 sem.Create();
215 msg.arg1 = &sem;
221 sem.Wait();
359 Semaphore sem; local
390 sem.Create();
394 msg.arg1 = &sem;
400 sem.Wait();
438 Semaphore sem; local
439 sem
1016 Semaphore &sem = *((Semaphore*)msg.arg1); local
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2656 Semaphore *sem = (Semaphore*) msg->arg3; local
2657 if ( sem )
2659 sem->Signal();
2735 Semaphore *sem = (Semaphore*) msg->arg3; local
2736 CAMHAL_LOGDA("Event matched, signalling sem");
2739 sem->Signal();
2794 Semaphore *sem = (Semaphore*) msg->arg3; local
2795 CAMHAL_LOGDA("Event matched, signalling sem");
3550 Semaphore *sem = (Semaphore*) msg->arg3; local
3551 sem
[all...]

Completed in 62 milliseconds