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

  /packages/experimental/procstatlog/
procstatreport.py 176 last_state = {}
178 last = last_state.get("/proc/stat:cpu", "").split()
192 last_state = state
221 last_state = {}
227 last = int(last_state.get(key, -1))
235 last_state = state
261 last_state = {}
263 last = int(last_state.get("/proc/stat:ctxt", -1))
266 last_state = state
300 last_state = {
    [all...]
  /hardware/qcom/power/
power.c 41 static int last_state = -1; variable
168 if (last_state == -1) {
169 last_state = on;
171 if (last_state == on)
174 last_state = on;
  /device/moto/shamu/power/
power_shamu.c 46 static int last_state = -1; variable
214 if (last_state == -1) {
215 last_state = on;
217 if (last_state == on)
220 last_state = on;
  /external/bison/src/
LR0.c 49 static state_list *last_state = NULL; variable
72 if (last_state)
73 last_state->next = node;
74 last_state = node;
328 last_state = NULL;
ielr.c 965 state_list *last_state; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 98 const struct lp_rast_state *last_state; /* most recent state set in bin */ member in struct:cmd_bin
332 if (state != bin->last_state) {
333 bin->last_state = state;
lp_scene.c 125 bin->last_state = NULL;
208 bin->last_state = NULL;
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 213 static rpc_loc_engine_state_e_type last_state = RPC_LOC_ENGINE_STATE_MAX; local
217 if (RPC_LOC_ENGINE_STATE_OFF != last_state) {
218 last_state = RPC_LOC_ENGINE_STATE_OFF;
223 if (RPC_LOC_ENGINE_STATE_ON != last_state) {
224 last_state = RPC_LOC_ENGINE_STATE_ON;
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 213 static rpc_loc_engine_state_e_type last_state = RPC_LOC_ENGINE_STATE_MAX; local
217 if (RPC_LOC_ENGINE_STATE_OFF != last_state) {
218 last_state = RPC_LOC_ENGINE_STATE_OFF;
223 if (RPC_LOC_ENGINE_STATE_ON != last_state) {
224 last_state = RPC_LOC_ENGINE_STATE_ON;
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 213 static rpc_loc_engine_state_e_type last_state = RPC_LOC_ENGINE_STATE_MAX; local
217 if (RPC_LOC_ENGINE_STATE_OFF != last_state) {
218 last_state = RPC_LOC_ENGINE_STATE_OFF;
223 if (RPC_LOC_ENGINE_STATE_ON != last_state) {
224 last_state = RPC_LOC_ENGINE_STATE_ON;
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 213 static rpc_loc_engine_state_e_type last_state = RPC_LOC_ENGINE_STATE_MAX; local
217 if (RPC_LOC_ENGINE_STATE_OFF != last_state) {
218 last_state = RPC_LOC_ENGINE_STATE_OFF;
223 if (RPC_LOC_ENGINE_STATE_ON != last_state) {
224 last_state = RPC_LOC_ENGINE_STATE_ON;
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 213 static rpc_loc_engine_state_e_type last_state = RPC_LOC_ENGINE_STATE_MAX; local
217 if (RPC_LOC_ENGINE_STATE_OFF != last_state) {
218 last_state = RPC_LOC_ENGINE_STATE_OFF;
223 if (RPC_LOC_ENGINE_STATE_ON != last_state) {
224 last_state = RPC_LOC_ENGINE_STATE_ON;
    [all...]
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 223 static rpc_loc_engine_state_e_type last_state = RPC_LOC_ENGINE_STATE_MAX; local
227 if (RPC_LOC_ENGINE_STATE_OFF != last_state) {
228 last_state = RPC_LOC_ENGINE_STATE_OFF;
233 if (RPC_LOC_ENGINE_STATE_ON != last_state) {
234 last_state = RPC_LOC_ENGINE_STATE_ON;
    [all...]

Completed in 999 milliseconds