Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h76 virtual bool SetMake(const std::string& make) = 0;
DExifUtils.cpp116 virtual bool SetMake(const std::string& make);
756 bool ExifUtilsImpl::SetMake(const std::string& make) { in SetMake() function in android::ExifUtilsImpl
/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp172 job->exif_utils->SetMake(exif_make_); in CompressYUV420()