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

/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp644 bool CameraClient::lockIfMessageWanted(int32_t msgType) { function in class:android::CameraClient
649 LOG1("lockIfMessageWanted(%d): waited for %d ms",
655 LOG1("lockIfMessageWanted(%d): enter sleep", msgType);
659 ALOGW("lockIfMessageWanted(%d): dropped unwanted message", msgType);
698 if (!client->lockIfMessageWanted(msgType)) return;
723 if (!client->lockIfMessageWanted(msgType)) return;
761 if (!client->lockIfMessageWanted(msgType)) return;
782 if (!lockIfMessageWanted(CAMERA_MSG_SHUTTER)) return;

Completed in 511 milliseconds