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

/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp940 client->handleGenericNotify(msgType, ext1, ext2);
955 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
988 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
1135 void CameraService::Client::handleGenericNotify(int32_t msgType, function in class:android::CameraService::Client
H A DCameraService.h148 void handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2);

Completed in 63 milliseconds