Initialize mInHalBypassMode to false

Initialize mInHalBypassMode to false in the SensorDevice constructor.

This was uninitialized and was causing issues where SensorService was
waiting for injected sensor data as if it was in hal bypass mode instead
of passing up real sensor data to the platform.

Bug: 306117477
Bug: 306092529
Test: manual
Change-Id: I89b5ed8a9be65020fb70ce39f692e7e400851fb3
1 file changed