Home
last modified time | relevance | path

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

/frameworks/base/include/ui/
DCamera.h69 CAMERA_MSG_ERROR = 0x001, enumerator
/frameworks/base/camera/libcameraservice/
DCameraService.cpp228 mHardware->enableMsgType(CAMERA_MSG_ERROR | in Client()
1111 c->notifyCallback(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataCallback()
1159 c->notifyCallback(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataCallbackTimestamp()
/frameworks/base/libs/ui/
DCamera.cpp345 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, 0); in binderDied()
/frameworks/base/core/java/android/hardware/
DCamera.java62 private static final int CAMERA_MSG_ERROR = 0x001; field in Camera
355 case CAMERA_MSG_ERROR : in handleMessage()