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

/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h113 void handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2);
H A DCameraClient.cpp781 client->handleGenericNotify(msgType, ext1, ext2);
796 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
830 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
944 void CameraClient::handleGenericNotify(int32_t msgType, function in class:android::CameraClient

Completed in 52 milliseconds