Searched refs:templateToString (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/hardware/libhardware/modules/usbcamera/ |
H A D | Camera.cpp | 501 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 D | Camera.h | 80 const char* templateToString(int type);
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_0/ |
H A D | Camera.cpp | 493 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 D | Camera.h | 64 const char* templateToString(int type);
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/ |
H A D | camera.h | 96 const char* templateToString(int type);
|
H A D | camera.cpp | 526 const char* Camera::templateToString(int type) in templateToString() function in default_camera_hal::Camera
|