Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/camera/ndk/impl/
H A DACameraDevice.h254 static const char* kErrorCodeKey; variable
H A DACameraDevice.cpp45 const char* CameraDevice::kErrorCodeKey = "ErrorCode"; member in android::acam::CameraDevice
1086 found = msg->findInt32(kErrorCodeKey, &errorCode); in onMessageReceived()
1676 msg->setInt32(kErrorCodeKey, errorVal); in onDeviceError()
/aosp_15_r20/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraDevice.cpp68 const char* CameraDevice::kErrorCodeKey = "ErrorCode"; member in android::acam::CameraDevice
1039 found = msg->findInt32(kErrorCodeKey, &errorCode); in onMessageReceived()
1628 msg->setInt32(kErrorCodeKey, errorVal); in onDeviceError()
H A DACameraDevice.h287 static const char* kErrorCodeKey; variable