/system/chre/apps/sensor_world/ |
D | sensor_world.cc | 63 SensorState sensors[] = { variable 268 for (size_t i = 0; i < ARRAY_SIZE(sensors); i++) { in getSensorName() 269 if (sensors[i].handle == sensorHandle) { in getSensorName() 270 return sensors[i].info.sensorName; in getSensorName() 277 for (size_t i = 0; i < ARRAY_SIZE(sensors); i++) { in handleTimerEvent() 278 SensorState &sensor = sensors[i]; in handleTimerEvent() 310 for (size_t i = 0; i < ARRAY_SIZE(sensors); i++) { in nanoappStart() 311 SensorState &sensor = sensors[i]; in nanoappStart() 442 bool status = chreSensorConfigure(sensors[motionSensorIndex].handle, in nanoappHandleEvent() 446 LOGI("Requested %s: %s", sensors[motionSensorIndex].info.sensorName, in nanoappHandleEvent() [all …]
|
/system/chre/platform/shared/ |
D | platform_sensor_manager.cc | 58 DynamicVector<Sensor> sensors; in getSensors() local 64 } else if (!sensors.reserve(arraySize)) { in getSensors() 69 sensors.push_back(Sensor()); in getSensors() 70 sensors[i].initBase(sensor, i /* sensorHandle */); in getSensors() 80 return sensors; in getSensors()
|
/system/chre/platform/slpi/see/ |
D | platform_sensor_manager.cc | 324 const SeeAttributes &attr, DynamicVector<Sensor> *sensors) { in addSensor() argument 343 if (!sensors->emplace_back()) { in addSensor() 349 sensors->back().initBase(sensorType, minInterval, sensorName, in addSensor() 351 sensors->back().init(); in addSensor() 471 DynamicVector<Sensor> *sensors) { in findAndAddSensorsForType() argument 486 addSensor(seeHelper, sensorType, targetGroupMask, suid, attr, sensors); in findAndAddSensorsForType() 504 sensors); in findAndAddSensorsForType() 530 tempAttr, sensors); in findAndAddSensorsForType() 621 DynamicVector<Sensor> *sensors) { in getBigImageSensors() argument 622 CHRE_ASSERT(sensors); in getBigImageSensors() [all …]
|
/system/chre/platform/slpi/see/include/chre/target_platform/ |
D | platform_sensor_manager_base.h | 58 void getBigImageSensors(DynamicVector<Sensor> *sensors);
|
/system/chre/pal/include/chre/pal/ |
D | sensor.h | 206 bool (*getSensors)(struct chreSensorInfo *const *sensors,
|
/system/chre/doc/ |
D | framework_testing.md | 42 attempts to samples from sensors and outputs to the log. It also offers a 43 break-it mode that randomly changes which sensors are being sampled in an
|
D | nanoapp_overview.md | 149 * `sensor_world`: Enables sensors and prints the samples it receives. This 151 which sensors it will enable. It also supports a “break it” mode which 152 stresses the system by enabling/disabling sensors frequently. 165 and reconfigures sensors.
|
D | porting_guide.md | 36 like sensors, the operating system, etc. To permit code reuse, the CHRE platform 115 desired optional feature areas, like sensors (potentially via their respective 153 support a desired nanoapp. CHRE feature areas include sensors, GNSS, audio, and
|
/system/chre/apps/power_test/common/idl/ |
D | chre_power_test.fbs | 110 /// All the various sensors that can be interacted with inside the nanoapp. 143 /// enables all sensors at their fastest sampling rate.
|
/system/linkerconfig/testdata/root/system/apex/com.android.vndk.vR/etc/ |
D | vndkcore.libraries.R.txt | 124 android.hardware.sensors@1.0.so 125 android.hardware.sensors@2.0.so
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | hwservice_contexts | 35 android.hardware.sensors::ISensors u:object_r:hal_sensors_hwservice:s0
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | hwservice_contexts | 37 android.hardware.sensors::ISensors u:object_r:hal_sensors_hwservice:s0
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | hwservice_contexts | 47 android.hardware.sensors::ISensors u:object_r:hal_sensors_hwservice:s0
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | hwservice_contexts | 61 android.hardware.sensors::ISensors u:object_r:hal_sensors_hwservice:s0
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | hwservice_contexts | 61 android.hardware.sensors::ISensors u:object_r:hal_sensors_hwservice:s0
|
/system/sepolicy/private/ |
D | hwservice_contexts | 61 android.hardware.sensors::ISensors u:object_r:hal_sensors_hwservice:s0
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | hwservice_contexts | 57 android.hardware.sensors::ISensors u:object_r:hal_sensors_hwservice:s0
|
/system/chre/chpp/ |
D | README.md | 5 …g CHPP, CHRE can pull together various sources of information, including sensors, location, and au… 11 …rvice discovery, defines a number of services for the most commonly used sensors and peripherals, … 177 …tiation between traffic destined for different services / applications / sensors on a single link.…
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | attributes | 283 hal_attribute(sensors);
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | attributes | 286 hal_attribute(sensors);
|
/system/sepolicy/public/ |
D | attributes | 358 hal_attribute(sensors);
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | attributes | 331 hal_attribute(sensors);
|
/system/sepolicy/vendor/ |
D | file_contexts | 71 /(vendor|system/vendor)/bin/hw/android\.hardware\.sensors@[0-9]\.[0-9]-service(\.multihal)? u:obje…
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | attributes | 358 hal_attribute(sensors);
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 73 // TODO: list of connected sensors
|