orientation_buffer_ 37 content/browser/device_orientation/data_fetcher_shared_memory.h DeviceOrientationHardwareBuffer* orientation_buffer_; orientation_buffer_ 41 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc orientation_buffer_ = orientation_buffer_ 73 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc return orientation_buffer_; orientation_buffer_ 119 content/browser/device_orientation/data_fetcher_shared_memory_base_unittest.cc DeviceOrientationHardwareBuffer* orientation_buffer_; orientation_buffer_ 52 content/browser/device_orientation/data_fetcher_shared_memory_default.cc orientation_buffer_ = orientation_buffer_ 56 content/browser/device_orientation/data_fetcher_shared_memory_default.cc return SetOrientationBuffer(orientation_buffer_, true); orientation_buffer_ 69 content/browser/device_orientation/data_fetcher_shared_memory_default.cc return SetOrientationBuffer(orientation_buffer_, false); orientation_buffer_ 107 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc FetchOrientation(sudden_motion_sensor_.get(), orientation_buffer_); orientation_buffer_ 137 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc orientation_buffer_ = orientation_buffer_ 143 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc orientation_buffer_->seqlock.WriteBegin(); orientation_buffer_ 144 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc orientation_buffer_->data.absolute = false; orientation_buffer_ 145 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc orientation_buffer_->data.hasAbsolute = true; orientation_buffer_ 146 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc orientation_buffer_->seqlock.WriteEnd(); orientation_buffer_ 149 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc orientation_buffer_->seqlock.WriteBegin(); orientation_buffer_ 150 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc orientation_buffer_->data.allAvailableSensorsAreActive = true; orientation_buffer_ 151 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc orientation_buffer_->seqlock.WriteEnd(); orientation_buffer_ 173 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc if (orientation_buffer_) { orientation_buffer_ 174 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc orientation_buffer_->seqlock.WriteBegin(); orientation_buffer_ 175 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc orientation_buffer_->data.allAvailableSensorsAreActive = false; orientation_buffer_ 176 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc orientation_buffer_->seqlock.WriteEnd(); orientation_buffer_ 177 content/browser/device_orientation/data_fetcher_shared_memory_mac.cc orientation_buffer_ = NULL; orientation_buffer_ 244 content/browser/device_orientation/data_fetcher_shared_memory_win.cc orientation_buffer_ = orientation_buffer_ 247 content/browser/device_orientation/data_fetcher_shared_memory_win.cc new SensorEventSinkOrientation(orientation_buffer_)); orientation_buffer_ 293 content/browser/device_orientation/data_fetcher_shared_memory_win.cc orientation_buffer_ = NULL; orientation_buffer_ 382 content/browser/device_orientation/data_fetcher_shared_memory_win.cc if (orientation_buffer_) { orientation_buffer_ 383 content/browser/device_orientation/data_fetcher_shared_memory_win.cc orientation_buffer_->seqlock.WriteBegin(); orientation_buffer_ 384 content/browser/device_orientation/data_fetcher_shared_memory_win.cc orientation_buffer_->data.allAvailableSensorsAreActive = enabled; orientation_buffer_ 385 content/browser/device_orientation/data_fetcher_shared_memory_win.cc orientation_buffer_->seqlock.WriteEnd(); orientation_buffer_ 46 content/browser/device_orientation/sensor_manager_android_unittest.cc orientation_buffer_.reset(new DeviceOrientationHardwareBuffer); orientation_buffer_ 50 content/browser/device_orientation/sensor_manager_android_unittest.cc scoped_ptr<DeviceOrientationHardwareBuffer> orientation_buffer_; orientation_buffer_ 129 content/browser/device_orientation/sensor_manager_android_unittest.cc sensorManager.StartFetchingDeviceOrientationData(orientation_buffer_.get()); orientation_buffer_ 130 content/browser/device_orientation/sensor_manager_android_unittest.cc ASSERT_FALSE(orientation_buffer_->data.allAvailableSensorsAreActive); orientation_buffer_ 133 content/browser/device_orientation/sensor_manager_android_unittest.cc ASSERT_TRUE(orientation_buffer_->data.allAvailableSensorsAreActive); orientation_buffer_ 134 content/browser/device_orientation/sensor_manager_android_unittest.cc ASSERT_EQ(1, orientation_buffer_->data.alpha); orientation_buffer_ 135 content/browser/device_orientation/sensor_manager_android_unittest.cc ASSERT_TRUE(orientation_buffer_->data.hasAlpha); orientation_buffer_ 136 content/browser/device_orientation/sensor_manager_android_unittest.cc ASSERT_EQ(2, orientation_buffer_->data.beta); orientation_buffer_ 137 content/browser/device_orientation/sensor_manager_android_unittest.cc ASSERT_TRUE(orientation_buffer_->data.hasBeta); orientation_buffer_ 138 content/browser/device_orientation/sensor_manager_android_unittest.cc ASSERT_EQ(3, orientation_buffer_->data.gamma); orientation_buffer_ 139 content/browser/device_orientation/sensor_manager_android_unittest.cc ASSERT_TRUE(orientation_buffer_->data.hasGamma); orientation_buffer_ 142 content/browser/device_orientation/sensor_manager_android_unittest.cc ASSERT_FALSE(orientation_buffer_->data.allAvailableSensorsAreActive);