Searched refs:call (Results 201 - 225 of 256) sorted by relevance

1234567891011

/frameworks/base/tests/backup/
H A DAndroid.mk15 LOCAL_PATH := $(call my-dir)
39 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/frameworks/ex/common/tests/
H A DAndroid.mk15 LOCAL_PATH := $(call my-dir)
23 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/frameworks/base/libs/utils/tests/
H A DAndroid.mk2 LOCAL_PATH := $(call my-dir)
/frameworks/base/media/libstagefright/codecs/avc/dec/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/frameworks/base/media/libstagefright/codecs/avc/enc/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/frameworks/base/services/jni/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl33 * Dial a number. This doesn't place the call. It displays
41 * Place a call to the specified number.
44 void call(String number);
47 * If there is currently a call in progress, show the call screen.
51 * @return true if the call screen was shown.
62 * @return true if the call screen was shown.
69 * End call if there is a call in progress, otherwise does nothing.
76 * Answer the currently-ringing call
[all...]
/frameworks/base/voip/java/android/net/sip/
H A DSipManager.java49 * SIP. You should always call {@link android.net.sip.SipManager#isVoipSupported
58 * The result code to be sent back with the incoming call
65 * Key to retrieve the call ID from an incoming call intent.
71 * Key to retrieve the offered session description from an incoming call
85 * Action string for the incoming call intent for the Phone app.
186 * receives a new call, it will send out an intent with the provided action
187 * string. The intent contains a call ID extra and an offer session
192 * @param incomingCallPendingIntent When an incoming call is received, the
193 * SIP service will call
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java55 // A call that is ringing or (call) waiting
91 // FIXME: is it true that we cannot take any incoming call if
100 if (DEBUG) Log.d(LOG_TAG, "+++ taking call from: "
108 // Peer cancelled the call!
109 if (DEBUG) Log.d(LOG_TAG, " call cancelled !!");
115 // Peer may cancel the call at any time during the time we hook
129 // Always unmute when answering a new call
287 Log.e(LOG_TAG, "call waiting not supported");
408 if (DEBUG) Log.d(LOG_TAG, "hang up call
889 onCallEnded(SipAudioCall call) argument
896 onCallBusy(SipAudioCall call) argument
901 onError(SipAudioCall call, int errorCode, String errorMessage) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java54 static final int MAX_CONNECTIONS_PER_CALL = 1; // only 1 connection allowed per call
69 // A call that is ringing or (call) waiting
180 // note that this triggers call state changed notif
191 // Cancel Ecm timer if a second emergency call is originating in Ecm mode
196 // We are initiating a call therefore even if we previously
201 // The new call must be assigned to the foreground call.
202 // That call must be idle, so place anything that's
216 // handlePollCalls() will notice this call no
774 hangup(CdmaCall call) argument
821 hangupConnectionByIndex(CdmaCall call, int index) argument
835 hangupAllConnections(CdmaCall call) argument
848 getConnectionByIndex(CdmaCall call, int index) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java61 static final int MAX_CONNECTIONS_PER_CALL = 5; // only 5 connections allowed per call
74 // A call that is ringing or (call) waiting
172 // note that this triggers call state changed notif
179 // The new call must be assigned to the foreground call.
180 // That call must be idle, so place anything that's
185 // and we need to make sure the foreground call is clear
192 // next poll, so that we don't clear a failed dialing call
210 // handlePollCalls() will notice this call no
727 hangup(GsmCall call) argument
774 hangupConnectionByIndex(GsmCall call, int index) argument
788 hangupAllConnections(GsmCall call) argument
801 getConnectionByIndex(GsmCall call, int index) argument
[all...]
/frameworks/base/cmds/stagefright/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/frameworks/base/media/libstagefright/rtsp/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/base/media/tests/players/
H A DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
/frameworks/base/services/camera/libcameraservice/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/base/tools/localize/
H A DAndroid.mk7 LOCAL_PATH:= $(call my-dir)
/frameworks/base/media/libstagefright/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
113 include $(call all-makefiles-under,$(LOCAL_PATH))
/frameworks/base/services/audioflinger/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
41 LOCAL_C_INCLUDES += $(call include-path-for, bluez)
/frameworks/base/voip/jni/rtp/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/base/core/jni/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
148 $(call include-path-for, bluedroid) \
149 $(call include-path-for, libhardware)/hardware \
150 $(call include-path-for, libhardware_legacy)/hardware_legacy \
231 include $(call all-makefiles-under,$(LOCAL_PATH))
/frameworks/base/data/fonts/
H A DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
/frameworks/base/libs/binder/
H A DAndroid.mk33 LOCAL_PATH:= $(call my-dir)
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/base/media/libstagefright/codecs/amrwb/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)

Completed in 432 milliseconds

1234567891011