Searched refs:kErrorCodeKey (Results 1 – 4 of 4) sorted by relevance
254 static const char* kErrorCodeKey; variable
45 const char* CameraDevice::kErrorCodeKey = "ErrorCode"; member in android::acam::CameraDevice1086 found = msg->findInt32(kErrorCodeKey, &errorCode); in onMessageReceived()1676 msg->setInt32(kErrorCodeKey, errorVal); in onDeviceError()
68 const char* CameraDevice::kErrorCodeKey = "ErrorCode"; member in android::acam::CameraDevice1039 found = msg->findInt32(kErrorCodeKey, &errorCode); in onMessageReceived()1628 msg->setInt32(kErrorCodeKey, errorVal); in onDeviceError()
287 static const char* kErrorCodeKey; variable