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

  /frameworks/base/media/libstagefright/codecs/aacdec/
tns_ar_filter.cpp 324 * p_state and p_lpc should take advantage
329 Int32 *p_state = NULL; local
386 temp = *p_state++;
393 p_state = p_spec;
409 temp = *p_state++;
416 p_state = p_spec;
435 y0 -= fxp_mul32_Q31(*p_state--, *(p_lpc++));
438 p_state = p_spec;
457 y0 -= fxp_mul32_Q31(*p_state--, *(p_lpc++));
460 p_state = p_spec
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 138 static int clccStateToRILState(int state, RIL_CallState *p_state)
142 case 0: *p_state = RIL_CALL_ACTIVE; return 0;
143 case 1: *p_state = RIL_CALL_HOLDING; return 0;
144 case 2: *p_state = RIL_CALL_DIALING; return 0;
145 case 3: *p_state = RIL_CALL_ALERTING; return 0;
146 case 4: *p_state = RIL_CALL_INCOMING; return 0;
147 case 5: *p_state = RIL_CALL_WAITING; return 0;
    [all...]

Completed in 17 milliseconds