Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCamera2.cpp191 const char* EmulatedCamera2::getVendorTagName(uint32_t tag) { in getVendorTagName() function in android::EmulatedCamera2
353 return ec->getVendorTagName(tag); in get_camera_vendor_tag_name()
DEmulatedCamera2.h142 virtual const char* getVendorTagName(uint32_t tag);
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCamera2.cpp170 const char *EmulatedCamera2::getVendorTagName(uint32_t /*tag*/) { return NULL; } in getVendorTagName() function in android::EmulatedCamera2
323 return ec->getVendorTagName(tag); in get_camera_vendor_tag_name()
DEmulatedCamera2.h126 virtual const char *getVendorTagName(uint32_t tag);