Searched refs:batteryVoltagePath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_BatteryService.cpp80 char* batteryVoltagePath; member in struct:android::PowerSupplyPaths
207 setVoltageField(env, obj, gPaths.batteryVoltagePath, gFieldIds.mBatteryVoltage);
287 gPaths.batteryVoltagePath = strdup(path);
293 gPaths.batteryVoltagePath = strdup(path);
328 if (!gPaths.batteryVoltagePath)
329 ALOGE("batteryVoltagePath not found");

Completed in 49 milliseconds