HomeSort by relevance Sort by last modified time
    Searched refs:SENSOR_USAGE (Results 1 - 16 of 16) sorted by null

  /tools/loganalysis/src/com/android/loganalysis/item/
ProcessUsageItem.java 81 public static final String SENSOR_USAGE = "SENSOR_USAGE";
86 ALARM_WAKEUPS, SENSOR_USAGE, PROCESS_UID));
101 setAttribute(SENSOR_USAGE, sensorUsage);
116 return (LinkedList<SensorInfoItem>) getAttribute(SENSOR_USAGE);
138 object.put(SENSOR_USAGE, sensorUsage);
  /hardware/qcom/gps/msm8909/core/
ContextBase.h 83 uint32_t SENSOR_USAGE;
  /hardware/qcom/gps/msm8996/core/
ContextBase.h 83 uint32_t SENSOR_USAGE;
  /hardware/qcom/gps/msm8998/core/
ContextBase.h 89 uint32_t SENSOR_USAGE;
ContextBase.cpp 86 {"SENSOR_USAGE", &mSap_conf.SENSOR_USAGE, NULL, 'n'},
126 mSap_conf.SENSOR_USAGE = 0; /* Enabled */
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.h 170 unsigned long SENSOR_USAGE;
loc_eng.cpp 117 {"SENSOR_USAGE", &sap_conf.SENSOR_USAGE, NULL, 'n'},
144 sap_conf.SENSOR_USAGE = 0; /* Enabled */
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.h 185 uint32_t SENSOR_USAGE;
loc_eng.cpp 132 {"SENSOR_USAGE", &sap_conf.SENSOR_USAGE, NULL, 'n'},
167 sap_conf.SENSOR_USAGE = 0; /* Enabled */
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.h 183 uint32_t SENSOR_USAGE;
loc_eng.cpp 126 {"SENSOR_USAGE", &sap_conf.SENSOR_USAGE, NULL, 'n'},
154 sap_conf.SENSOR_USAGE = 0; /* Enabled */
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.h 185 uint32_t SENSOR_USAGE;
loc_eng.cpp 132 {"SENSOR_USAGE", &sap_conf.SENSOR_USAGE, NULL, 'n'},
167 sap_conf.SENSOR_USAGE = 0; /* Enabled */
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.cpp 130 {"SENSOR_USAGE", &sap_conf.SENSOR_USAGE, NULL, 'n'},
165 sap_conf.SENSOR_USAGE = 0; /* Enabled */
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.cpp 130 {"SENSOR_USAGE", &sap_conf.SENSOR_USAGE, NULL, 'n'},
165 sap_conf.SENSOR_USAGE = 0; /* Enabled */
    [all...]
  /hardware/qcom/gps/msm8998/gnss/
GnssAdapter.cpp 503 mApi.setSensorControlConfig(ContextBase::mSap_conf.SENSOR_USAGE,
    [all...]

Completed in 640 milliseconds