| 98 | bool Platform::Initialized() const { return true; } |
| 99 | |
| 100 | int Platform::VirtualDeviceCount() const { |
| 101 | return VisibleDeviceCount(); |
| 102 | } |
| 103 | |
| 104 | port::Status Platform::SetVirtualDeviceCount(int count) { |
| 105 | return port::Status(port::error::UNIMPLEMENTED, |
no test coverage detected