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

  /system/core/healthd/
BatteryMonitor.cpp 165 int BatteryMonitor::getIntField(const String8& path) {
192 getIntField(mHealthdConfig->batteryCapacityPath);
193 props.batteryVoltage = getIntField(mHealthdConfig->batteryVoltagePath) / 1000;
197 getIntField(mHealthdConfig->batteryTemperaturePath);
257 int c = getIntField(mHealthdConfig->batteryCurrentNowPath);
288 getIntField(mHealthdConfig->batteryChargeCounterPath);
298 getIntField(mHealthdConfig->batteryCurrentNowPath);
308 getIntField(mHealthdConfig->batteryCurrentAvgPath);
318 getIntField(mHealthdConfig->batteryCapacityPath);
357 v = getIntField(mHealthdConfig->batteryCurrentNowPath)
    [all...]
BatteryMonitor.h 58 int getIntField(const String8& path);
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 350 params.base_period = getIntField(env, settings, "base_period_ms");
351 params.max_ap_per_scan = getIntField(env, settings, "max_ap_per_scan");
352 params.report_threshold = getIntField(env, settings, "report_threshold");
361 params.num_buckets = getIntField(env, settings, "num_buckets");
368 params.buckets[i].bucket = getIntField(env, bucket, "bucket");
369 params.buckets[i].band = (wifi_band) getIntField(env, bucket, "band");
370 params.buckets[i].period = getIntField(env, bucket, "period_ms");
375 int report_events = getIntField(env, bucket, "report_events");
383 params.buckets[i].num_channels = getIntField(env, bucket, "num_channels");
389 params.buckets[i].channels[j].channel = getIntField(env, channel, "frequency")
    [all...]
jni_helper.h 8 jint getIntField(JNIEnv *env, jobject obj, const char *name);
jni_helper.cpp 64 jint getIntField(JNIEnv *env, jobject obj, const char *name)
73 jint value = (env)->GetIntField(obj, field);

Completed in 1438 milliseconds