Home
last modified time | relevance | path

Searched refs:aList (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DConfigManager.h159 std::vector<std::string> aList; in getCameraIdList() local
160 aList.reserve(mCameraInfo.size()); in getCameraIdList()
162 aList.push_back(v.first); in getCameraIdList()
165 return aList; in getCameraIdList()
180 std::vector<std::string> aList; in getCameraGroupIdList() local
181 aList.reserve(mCameraGroups.size()); in getCameraGroupIdList()
183 aList.push_back(v.first); in getCameraGroupIdList()
186 return aList; in getCameraGroupIdList()
/hardware/interfaces/automotive/evs/1.1/default/
DConfigManager.h138 std::vector<std::string> aList; in getCameraList() local
140 aList.push_back(v.first); in getCameraList()
143 return aList; in getCameraList()