HomeSort by relevance Sort by last modified time
    Searched defs:getSensorList (Results 1 - 25 of 50) sorted by null

1 2

  /hardware/libhardware/modules/sensors/dynamic_sensor/
sensors.cpp 119 size_t SensorContext::getSensorList(sensor_t const **list) {
133 ctx->getSensorList(&sensor_list);
  /frameworks/native/libs/sensor/
SensorManager.cpp 163 mSensors = mSensorServer->getSensorList(mOpPackageName);
177 ssize_t SensorManager::getSensorList(Sensor const* const** list) {
ISensorServer.cpp 57 virtual Vector<Sensor> getSensorList(const String16& opPackageName)
160 Vector<Sensor> v(getSensorList(opPackageName));
  /frameworks/native/services/sensorservice/hidl/
SensorManager.cpp 66 Return<void> SensorManager::getSensorList(getSensorList_cb _hidl_cb) {
68 ssize_t count = getInternalManager().getSensorList(&list);
70 LOG(ERROR) << "::android::SensorManager::getSensorList encounters " << count;
  /device/google/contexthub/sensorhal/
sensors.cpp 239 size_t SensorContext::getSensorList(sensor_t const **list) {
389 n_sensor = ctx->getSensorList(&sensor_list);
  /frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
ASensorManager.cpp 90 int ASensorManager::getSensorList(ASensorList *out) {
91 LOG(VERBOSE) << "ASensorManager::getSensorList";
97 mManager->getSensorList([&](const auto &list, auto result) {
122 (void)getSensorList(NULL /* list */);
231 return manager->getSensorList(list);
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 163 ssize_t SensorDevice::getSensorList(sensor_t const** list) {
SensorService.cpp 146 ssize_t count = dev.getSensorList(&list);
    [all...]
  /cts/tests/sensor/src/android/hardware/cts/
SensorTest.java 82 mSensorList = mSensorManager.getSensorList(Sensor.TYPE_ALL);
219 hasOnlyOneWakeUpSensorOrEmpty(mSensorManager.getSensorList(Sensor.TYPE_SIGNIFICANT_MOTION));
220 hasOnlyOneWakeUpSensorOrEmpty(mSensorManager.getSensorList(TYPE_WAKE_GESTURE));
221 hasOnlyOneWakeUpSensorOrEmpty(mSensorManager.getSensorList(TYPE_GLANCE_GESTURE));
222 hasOnlyOneWakeUpSensorOrEmpty(mSensorManager.getSensorList(TYPE_PICK_UP_GESTURE));
224 List<Sensor> proximity_sensors = mSensorManager.getSensorList(Sensor.TYPE_PROXIMITY);
  /frameworks/base/core/java/android/hardware/
SensorManager.java 389 * {@link SensorManager#getSensorList(int)} instead
416 public List<Sensor> getSensorList(int type) {
477 * {@link SensorManager#getSensorList(int) getSensorList}.
485 * @see #getSensorList(int)
490 List<Sensor> l = getSensorList(type);
536 List<Sensor> l = getSensorList(type);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 146 milliseconds

1 2