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

  /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;
  /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;
  /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;
  /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...]

Completed in 501 milliseconds