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