Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/libhardware/modules/usbcamera/
H A DCamera.cpp501 const char* Camera::templateToString(int type) { in templateToString() function in usb_camera_hal::Camera
530 __func__, mId, templateToString(type), type); in setTemplate()
538 __func__, mId, settings, templateToString(type), type); in setTemplate()
H A DCamera.h80 const char* templateToString(int type);
/aosp_15_r20/hardware/libhardware/modules/camera/3_0/
H A DCamera.cpp493 const char* Camera::templateToString(int type) in templateToString() function in default_camera_hal::Camera
522 __func__, mId, templateToString(type), type); in setTemplate()
530 __func__, mId, settings, templateToString(type), type); in setTemplate()
H A DCamera.h64 const char* templateToString(int type);
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/
H A Dcamera.h96 const char* templateToString(int type);
H A Dcamera.cpp526 const char* Camera::templateToString(int type) in templateToString() function in default_camera_hal::Camera