Searched refs:openDeviceList (Results 1 – 1 of 1) sorted by relevance
415 openDeviceList; member in CameraClientBinderTest430 openDeviceList.push_back(p); in openNewDevice()444 auto iter = std::find(openDeviceList.begin(), openDeviceList.end(), p); in closeDevice()445 if (iter != openDeviceList.end()) { in closeDevice()446 openDeviceList.erase(iter); in closeDevice()468 for (auto& p : openDeviceList) { in TearDown()