Fix build

Change-Id: Ifb5dd0b11bd616ef5a5a1e79b510b00f1d55672a
This commit is contained in:
Vladimir Chtchetkine
2011-09-13 16:02:51 -07:00
parent 5467be2eef
commit 16232484c7
7 changed files with 29 additions and 11 deletions

View File

@@ -111,6 +111,8 @@ void PreviewWindow::onNextFrameAvailable(const void* frame,
nsecs_t timestamp,
EmulatedCameraDevice* camera_dev)
{
LOGV("%s", __FUNCTION__);
int res;
Mutex::Autolock locker(&mObjectLock);