Home
last modified time | relevance | path

Searched refs:api1ErrorCode (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2614 int32_t api1ErrorCode = CAMERA_ERROR_RELEASED; in notifyError() local
2616 api1ErrorCode = CAMERA_ERROR_DISABLED; in notifyError()
2618 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, api1ErrorCode, 0); in notifyError()