Searched refs:excp (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/ |
D | DaemonProxy.java | 141 IOException excp = null; in createServiceSocket() local 148 excp = e; in createServiceSocket() 152 throw excp; in createServiceSocket()
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
D | pvamrwbdecoder.cpp | 309 int16 *excp = &code[L_SUBFR]; in pvDecoder_AmrWb() local 310 int16 *exc2 = &excp[L_SUBFR]; /* excitation vector */ in pvDecoder_AmrWb() 922 excp[i] = amr_wb_round(L_tmp); in pvDecoder_AmrWb() 1081 excp[i] = add_int16(excp[i], exc2[i]); in pvDecoder_AmrWb() 1083 agc2_amr_wb(exc2, excp, L_SUBFR); in pvDecoder_AmrWb() 1084 pv_memcpy((void *)exc2, (void *)excp, L_SUBFR*sizeof(*exc2)); in pvDecoder_AmrWb()
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
D | dec_amr.cpp | 1364 Word16 excp[L_SUBFR]; in Decoder_amr() local 2069 *(excp + i) = pv_round(L_temp, pOverflow); in Decoder_amr() 2276 *(excp + i) = add(*(excp + i), *(exc_enhanced + i), pOverflow); in Decoder_amr() 2279 agc2(exc_enhanced, excp, L_SUBFR, pOverflow); in Decoder_amr() 2281 Syn_filt(Az, excp, &synth[i_subfr], L_SUBFR, in Decoder_amr()
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 411 CallStateException excp = null; in hangup() local 416 excp = e; in hangup() 419 if (excp != null) throw excp; in hangup()
|