Searched refs:call (Results 1 - 25 of 521) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
11 $(call include-path-for, wilhelm)
22 $(call include-path-for, wilhelm)
162 $(call include-path-for, wilhelm) \
166 $(call include-path-for, audio-effects)
203 $(call include-path-for, wilhelm) \
218 $(call include-path-for, wilhelm) \
/frameworks/wilhelm/tests/
H A DAndroid.mk2 LOCAL_PATH:= $(call my-dir)
21 $(call include-path-for, wilhelm) \
39 include $(call all-makefiles-under,$(LOCAL_PATH))
/frameworks/wilhelm/tests/automated/
H A DAndroid.mk2 LOCAL_PATH:= $(call my-dir)
11 $(call include-path-for, wilhelm) \
13 $(call include-path-for, wilhelm-ut)
39 include $(call all-subdir-makefiles)
/frameworks/wilhelm/tests/examples/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
10 $(call include-path-for, wilhelm)
34 $(call include-path-for, wilhelm)
58 $(call include-path-for, wilhelm)
85 $(call include-path-for, wilhelm)
110 $(call include-path-for, wilhelm)
134 $(call include-path-for, wilhelm)
158 $(call include-path-for, wilhelm)
182 $(call include-path-for, wilhelm)
206 $(call includ
[all...]
/frameworks/wilhelm/tests/listening/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
10 $(call include-path-for, wilhelm)
34 $(call include-path-for, wilhelm)
/frameworks/wilhelm/tests/mimeUri/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
10 $(call include-path-for, wilhelm)
36 $(call include-path-for, wilhelm)
62 $(call include-path-for, wilhelm)
88 $(call include-path-for, wilhelm)
114 $(call include-path-for, wilhelm)
140 $(call include-path-for, wilhelm)
166 $(call include-path-for, wilhelm)
192 $(call include-path-for, wilhelm)
/frameworks/wilhelm/tests/native-media/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
18 include $(call all-makefiles-under,$(LOCAL_PATH))
/frameworks/wilhelm/tests/native-media/jni/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
8 LOCAL_CFLAGS += -I$(call include-path-for, wilhelm)
/frameworks/wilhelm/tests/sandbox/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
10 $(call include-path-for, wilhelm)
38 $(call include-path-for, wilhelm)
64 $(call include-path-for, wilhelm) \
65 $(call include-path-for, wilhelm-ut)
94 $(call include-path-for, wilhelm) \
95 $(call include-path-for, wilhelm-ut)
124 $(call include-path-for, wilhelm)
150 $(call include-path-for, wilhelm)
179 $(call includ
[all...]
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
10 $(call include-path-for, wilhelm)
/frameworks/opt/emoji/
H A DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
/frameworks/opt/inputmethodcommon/
H A DAndroid.mk15 LOCAL_PATH := $(call my-dir)
21 $(call all-java-files-under, java)
25 include $(call all-makefiles-under, $(LOCAL_PATH))
/frameworks/opt/mailcommon/
H A DAndroid.mk15 LOCAL_PATH := $(call my-dir)
21 $(call all-java-files-under, java) \
22 $(call all-logtags-files-under, java)
26 include $(call all-makefiles-under, $(LOCAL_PATH))
/frameworks/opt/mailcommon/tests/
H A DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/frameworks/opt/mms/
H A DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src/java)
/frameworks/opt/photoviewer/
H A DAndroid.mk15 LOCAL_PATH := $(call my-dir)
24 $(call all-java-files-under, src) \
25 $(call all-logtags-files-under, src)
32 include $(call all-makefiles-under,$(LOCAL_PATH))
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
35 LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs)) \
36 $(call all-logtags-files-under, $(src_dirs))
47 include $(call all-makefiles-under,$(LOCAL_PATH))
/frameworks/opt/telephony/
H A DAndroid.mk15 LOCAL_PATH := $(call my-dir)
25 LOCAL_SRC_FILES += $(call all-java-files-under, src/java)
34 include $(call all-makefiles-under,$(LOCAL_PATH))
/frameworks/opt/telephony/mockril/
H A DAndroid.mk19 LOCAL_PATH:=$(call my-dir)
23 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java44 * CallManager provides call and connection control as well as
234 * Get current coarse-grained voice call state.
235 * If the Call Manager has an active call and call waiting occurs,
352 * @return the phone associated with the foreground call
359 * @return the phone associated with the background call
366 * @return the phone associated with the ringing call
403 // is set by the Bg call. So set the phone to bgPhone.
505 * Answers a ringing or waiting call.
507 * Active call, i
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java57 static final int MAX_CONNECTIONS_PER_CALL = 1; // only 1 connection allowed per call
72 // A call that is ringing or (call) waiting
140 // Notify if in call when registering
187 // note that this triggers call state changed notif
199 // Cancel Ecm timer if a second emergency call is originating in Ecm mode
204 // We are initiating a call therefore even if we previously
209 // The new call must be assigned to the foreground call.
210 // That call mus
801 hangup(CdmaCall call) argument
848 hangupConnectionByIndex(CdmaCall call, int index) argument
862 hangupAllConnections(CdmaCall call) argument
875 getConnectionByIndex(CdmaCall call, int index) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java361 * Notify registrants of a change in the call state. This notifies changes in {@link Call.State}
362 * Use this when changes in the precise call state are needed, else use notifyPhoneStateChanged.
509 GsmCall call = (GsmCall) getForegroundCall();
520 mCT.hangupConnectionByIndex(call, callIndex);
523 if (call.getState() != GsmCall.State.IDLE) {
527 mCT.hangup(call);
551 GsmCall call = (GsmCall) getForegroundCall();
557 GsmConnection conn = mCT.getConnectionByIndex(call, callIndex);
559 // gsm index starts at 1, up to 5 connections in a call,
561 if (LOCAL_DEBUG) Log.d(LOG_TAG, "MmiCode 2: separate call "
[all...]
H A DGsmCallTracker.java64 static final int MAX_CONNECTIONS_PER_CALL = 5; // only 5 connections allowed per call
77 // A call that is ringing or (call) waiting
175 // note that this triggers call state changed notif
182 // The new call must be assigned to the foreground call.
183 // That call must be idle, so place anything that's
188 // and we need to make sure the foreground call is clear
195 // next poll, so that we don't clear a failed dialing call
214 // handlePollCalls() will notice this call no
731 hangup(GsmCall call) argument
778 hangupConnectionByIndex(GsmCall call, int index) argument
792 hangupAllConnections(GsmCall call) argument
805 getConnectionByIndex(GsmCall call, int index) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java56 // A call that is ringing or (call) waiting
100 // FIXME: is it true that we cannot take any incoming call if
109 if (DEBUG) Log.d(LOG_TAG, "+++ taking call from: "
117 // Peer cancelled the call!
118 if (DEBUG) Log.d(LOG_TAG, " call cancelled !!");
124 // Peer may cancel the call at any time during the time we hook
138 // Always unmute when answering a new call
292 Log.e(LOG_TAG, "call waiting not supported");
413 if (DEBUG) Log.d(LOG_TAG, "hang up call
890 onCallEnded(SipAudioCall call) argument
897 onCallBusy(SipAudioCall call) argument
902 onError(SipAudioCall call, int errorCode, String errorMessage) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedGsmCallState.java34 DIALING(2), // MO call only
35 ALERTING(3), // MO call only
36 INCOMING(4), // MT call only
37 WAITING(5); // MT call only
184 CallInfo call = calls[i];
186 if (call == null && empty < 0) {
188 } else if (call != null
189 && (call.state == CallInfo.State.INCOMING
190 || call.state == CallInfo.State.WAITING)
195 } else if (call !
[all...]

Completed in 389 milliseconds

1234567891011>>