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

/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp179 void waitNotify(int32_t msgType, OP op, int count);
280 void MCameraClient::waitNotify(int32_t msgType, OP op, int count) { function in class:MCameraClient
281 INFO("waitNotify: %d, %d, %d", msgType, op, count);
688 cc->waitNotify(CAMERA_MSG_FOCUS, MCameraClient::EQ, 1);
709 cc->waitNotify(CAMERA_MSG_SHUTTER, MCameraClient::EQ, 1);
724 cc->waitNotify(CAMERA_MSG_SHUTTER, MCameraClient::EQ, 1);

Completed in 73 milliseconds