OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSmallestSurfaceSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h
148
status_t
getSmallestSurfaceSize
(const camera_info& info, int32_t *width,
203
status_t
getSmallestSurfaceSize
(int32_t *width, int32_t *height);
CameraFlashlight.cpp
419
status_t CameraDeviceClientFlashControl::
getSmallestSurfaceSize
(
491
res =
getSmallestSurfaceSize
(info, &width, &height);
785
status_t CameraHardwareInterfaceFlashControl::
getSmallestSurfaceSize
(
867
res =
getSmallestSurfaceSize
(&width, &height);
Completed in 54 milliseconds