Home
last modified time | relevance | path

Searched refs:afModeList (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_service_client.cpp93 list<int32_t> afModeList; in Callback() local
97 afModeList.emplace_back(temp); in Callback()
115 cameraAbility->SetParameterRange(CAM_AF_MODE, afModeList); in Callback()
/foundation/multimedia/camera_lite/services/server/src/
H A Dcamera_server.cpp108 list<int32_t> afModeList = ability->GetSupportedAfModes(); in GetCameraAbility() local
109 uint32_t afListSize = afModeList.size(); in GetCameraAbility()
111 for (auto supportAfMode : afModeList) { in GetCameraAbility()

Completed in 2 milliseconds