Home
last modified time | relevance | path

Searched refs:NUGGET_PARAM_GET_LOW_POWER_STATS (Results 1 – 5 of 5) sorted by relevance

/external/nos/test/system-test-harness/tools/
Dnugget_tools.cc136 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in RebootNugget()
152 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in RebootNugget()
187 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in WaitForSleep()
201 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in WaitForSleep()
234 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in WipeUserData()
252 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in WipeUserData()
/external/nos/host/generic/nugget/include/
Dapp_nugget.h364 #define NUGGET_PARAM_GET_LOW_POWER_STATS 0x200 macro
/external/nos/test/system-test-harness/src/
Dnugget_core_tests.cc95 APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in TEST_F()
/external/nos/host/android/citadel/citadeld/
Dmain.cpp292 NUGGET_PARAM_GET_LOW_POWER_STATS, buffer, in cacheStats()
/external/nos/host/generic/citadel/updater/
Dupdater.cpp703 retval = app.Call(NUGGET_PARAM_GET_LOW_POWER_STATS, buffer, &buffer); in do_stats()