()
| 8 | func (e *EmptyNativeInterface) VideoSetSleepMode(enabled bool) error { return nil } |
| 9 | |
| 10 | func (e *EmptyNativeInterface) VideoGetSleepMode() (bool, error) { return false, nil } |
| 11 | |
| 12 | func (e *EmptyNativeInterface) VideoSleepModeSupported() bool { |
| 13 | return false |
nothing calls this directly
no outgoing calls
no test coverage detected