Searched refs:openDeviceList (Results 1 – 1 of 1) sorted by relevance
396 openDeviceList; member in CameraClientBinderTest410 openDeviceList.push_back(p); in openNewDevice()424 auto iter = std::find(openDeviceList.begin(), openDeviceList.end(), p); in closeDevice()425 if (iter != openDeviceList.end()) { in closeDevice()426 openDeviceList.erase(iter); in closeDevice()448 for (auto& p : openDeviceList) { in TearDown()