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

/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp857 bool CameraService::Client::lockIfMessageWanted(int32_t msgType) { function in class:android::CameraService::Client
862 LOG1("lockIfMessageWanted(%d): waited for %d ms",
868 LOG1("lockIfMessageWanted(%d): enter sleep", msgType);
872 LOGW("lockIfMessageWanted(%d): dropped unwanted message", msgType);
932 if (!client->lockIfMessageWanted(msgType)) return;
951 if (!client->lockIfMessageWanted(msgType)) return;
984 if (!client->lockIfMessageWanted(msgType)) return;
1010 if (!lockIfMessageWanted(CAMERA_MSG_SHUTTER)) return;
H A DCameraService.h199 bool lockIfMessageWanted(int32_t msgType);

Completed in 192 milliseconds