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

  /external/bluetooth/bluez/audio/
telephony-ofono.c 906 static void hal_get_integer(const char *path, const char *key, void *user_data) function
964 hal_get_integer(path, "battery.charge_level.last_full", &battchg_last);
965 hal_get_integer(path, "battery.charge_level.current", &battchg_cur);
966 hal_get_integer(path, "battery.charge_level.design", &battchg_design);
1013 hal_get_integer(path, name, &battchg_last);
1015 hal_get_integer(path, name, &battchg_cur);
1017 hal_get_integer(path, name, &battchg_design);
telephony-maemo.c 1407 static void hal_get_integer(const char *path, const char *key, void *user_data) function
    [all...]

Completed in 164 milliseconds