Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp4747 int32_t api1ErrorCode = CAMERA_ERROR_RELEASED; in notifyError() local
4749 api1ErrorCode = CAMERA_ERROR_DISABLED; in notifyError()
4751 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, api1ErrorCode, 0); in notifyError()