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

/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp165 void waitNotify(int32_t msgType, OP op, int count);
266 void MCameraClient::waitNotify(int32_t msgType, OP op, int count) { function in class:MCameraClient
267 INFO("waitNotify: %d, %d, %d", msgType, op, count);
683 cc->waitNotify(CAMERA_MSG_FOCUS, MCameraClient::EQ, 1);
704 cc->waitNotify(CAMERA_MSG_SHUTTER, MCameraClient::EQ, 1);
719 cc->waitNotify(CAMERA_MSG_SHUTTER, MCameraClient::EQ, 1);

Completed in 41 milliseconds