Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.h57 bool SetModel(const std::string& model);
Dexif_utils.cpp101 bool ExifUtils::SetModel(const std::string& model) { in SetModel() function in arc::ExifUtils
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h85 virtual bool SetModel(const std::string& model) = 0;
DExifUtils.cpp117 virtual bool SetModel(const std::string& model);
761 bool ExifUtilsImpl::SetModel(const std::string& model) { in SetModel() function in android::ExifUtilsImpl
/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp306 job->exif_utils->SetModel(exif_model_); in CompressYUV420()