Searched refs:openDeviceList (Results 1 – 1 of 1) sorted by relevance
431 openDeviceList; member in CameraClientBinderTest448 openDeviceList.push_back(p); in openNewDevice()462 auto iter = std::find(openDeviceList.begin(), openDeviceList.end(), p); in closeDevice()463 if (iter != openDeviceList.end()) { in closeDevice()464 openDeviceList.erase(iter); in closeDevice()486 for (auto& p : openDeviceList) { in TearDown()