Home
last modified time | relevance | path

Searched refs:getVendorSectionName (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCamera3.cpp161 const char* EmulatedCamera3::getVendorSectionName(uint32_t tag) { in getVendorSectionName() function in android::EmulatedCamera3
255 return ec->getVendorSectionName(tag); in get_camera_vendor_section_name()
DEmulatedCamera3.h107 virtual const char *getVendorSectionName(uint32_t tag);
DEmulatedCamera2.cpp187 const char* EmulatedCamera2::getVendorSectionName(uint32_t tag) { in getVendorSectionName() function in android::EmulatedCamera2
346 return ec->getVendorSectionName(tag); in get_camera_vendor_section_name()
DEmulatedFakeCamera3.h95 virtual const char *getVendorSectionName(uint32_t tag);
DEmulatedCamera2.h141 virtual const char* getVendorSectionName(uint32_t tag);
DEmulatedFakeCamera3.cpp1014 const char* EmulatedFakeCamera3::getVendorSectionName(uint32_t tag) { in getVendorSectionName() function in android::EmulatedFakeCamera3