Home | History | Annotate | Download | only in device_sensors

Lines Matching refs:DeviceInertialSensorService

14 DeviceInertialSensorService::DeviceInertialSensorService()
21 DeviceInertialSensorService::~DeviceInertialSensorService() {
24 DeviceInertialSensorService* DeviceInertialSensorService::GetInstance() {
25 return Singleton<DeviceInertialSensorService,
26 LeakySingletonTraits<DeviceInertialSensorService> >::get();
29 void DeviceInertialSensorService::AddConsumer(ConsumerType consumer_type) {
40 void DeviceInertialSensorService::RemoveConsumer(ConsumerType consumer_type) {
48 bool DeviceInertialSensorService::ChangeNumberConsumers(
73 int DeviceInertialSensorService::GetNumberConsumers(
89 DeviceInertialSensorService::GetSharedMemoryHandleForProcess(
95 void DeviceInertialSensorService::Shutdown() {
103 void DeviceInertialSensorService::SetDataFetcherForTesting(