OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ringing
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
nb_celp.c
259
VARDECL(spx_word16_t *
ringing
);
641
ALLOC(
ringing
, st->subframeSize, spx_word16_t);
729
ringing
[i] = VERY_SMALL;
731
iir_mem16(
ringing
, interp_qlpc,
ringing
, response_bound, st->lpcSize, mem, stack);
734
filter_mem16(
ringing
, st->bw_lpc1, st->bw_lpc2,
ringing
, response_bound, st->lpcSize, mem, stack);
735
SPEEX_MEMSET(&
ringing
[response_bound], 0, st->subframeSize-response_bound);
737
iir_mem16(
ringing
, interp_qlpc,
ringing
, st->subframeSize, st->lpcSize, mem, stack)
[
all
...]
/packages/apps/Phone/src/com/android/phone/
PhoneUtils.java
87
static final int AUDIO_RINGING = 1; /** audio behaviour while
ringing
*/
215
* Answer the currently-
ringing
call.
218
* actually a
ringing
incoming call, or some other error occurred.
226
// If the ringer is currently
ringing
and/or vibrating, stop it
308
* <li>If there's a
ringing
call, hang that up.
318
Call
ringing
= phone.getRingingCall();
local
322
if (!
ringing
.isIdle()) {
323
if (DBG) log("HANGUP
ringing
call");
339
if (DBG) log("hangup
ringing
call");
340
Call
ringing
= phone.getRingingCall()
local
[
all
...]
Completed in 36 milliseconds