Searched defs:call (Results 1 - 20 of 20) sorted by last modified time

/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 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/rs/driver/
H A DrsdRuntimeStubs.cpp448 const RsScriptCall *call) {
450 rsrForEach(rsc, sc, target, in, out, usr, 0, call);
467 const RsScriptCall *call) {
469 rsrForEach(rsc, sc, target, in, out, usr, usrLen, call);
444 SC_ForEach_SAAUS(Script *target, Allocation *in, Allocation *out, const void *usr, const RsScriptCall *call) argument
462 SC_ForEach_SAAULS(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
/frameworks/rs/
H A DrsScriptC_Lib.cpp160 const RsScriptCall *call) {
161 target->runForEach(rsc, /* root slot */ 0, in, out, usr, usrBytes, call);
156 rsrForEach(Context *rsc, Script *sc, Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrBytes, const RsScriptCall *call) argument
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeStubs.cpp159 const RsScriptCall *call) {
161 rsrForEach(rsc, sc, target, in, out, usr, 0, call);
178 const RsScriptCall *call) {
180 rsrForEach(rsc, sc, target, in, out, usr, usrLen, call);
155 SC_ForEach_SAAUS(Script *target, Allocation *in, Allocation *out, const void *usr, const RsScriptCall *call) argument
173 SC_ForEach_SAAULS(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptC_Lib.cpp160 const RsScriptCall *call) {
161 target->runForEach(rsc, /* root slot */ 0, in, out, usr, usrBytes, call);
156 rsrForEach(Context *rsc, Script *sc, Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrBytes, const RsScriptCall *call) argument
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp516 ARMRelocationFactory::Result call(Relocation& pReloc, function
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java56 public Bundle call(String arg0, String arg1, Bundle arg2) throws RemoteException { method in class:BridgeContentProvider
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java41 * Handles an Internet audio call over SIP. You can instantiate this class with {@link SipManager},
69 /** Listener for events relating to a SIP call, such as when a call is being
70 * recieved ("on ringing") or a call is outgoing ("on calling").
75 * Called when the call object is ready to make another call.
78 * @param call the call object that is ready to make another call
80 public void onReadyToCall(SipAudioCall call) { argument
90 onCalling(SipAudioCall call) argument
101 onRinging(SipAudioCall call, SipProfile caller) argument
111 onRingingBack(SipAudioCall call) argument
121 onCallEstablished(SipAudioCall call) argument
131 onCallEnded(SipAudioCall call) argument
141 onCallBusy(SipAudioCall call) argument
151 onCallHeld(SipAudioCall call) argument
163 onError(SipAudioCall call, int errorCode, String errorMessage) argument
173 onChanged(SipAudioCall call) argument
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java547 public Bundle call(String method, String request, Bundle args) { method in class:SettingsProvider
567 if (LOCAL_LOGV) Slog.v(TAG, "call(system:" + request + ") for " + callingUser);
573 if (LOCAL_LOGV) Slog.v(TAG, "call(secure:" + request + ") for " + callingUser);
579 if (LOCAL_LOGV) Slog.v(TAG, "call(global:" + request + ") for " + callingUser);
604 Slog.w(TAG, "call() with invalid method: " + method);
962 * notification setting Uri, we will proxy the call to the current
966 // Above call returns -1 if the Uri doesn't match a default type
974 // Only proxy the openFile call to drm or media providers
982 // do the below call the DRM will be checking our
1003 * notification setting Uri, we will proxy the call t
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java108 public Bundle call(String method, String request, Bundle args) method in class:MockContentProvider.InversionIContentProvider
110 return MockContentProvider.this.call(method, request, args);
203 * If you're reluctant to implement this manually, please just call super.bulkInsert().
224 public Bundle call(String method, String request, Bundle args) { method in class:MockContentProvider
225 throw new UnsupportedOperationException("unimplemented mock method call");
229 throw new UnsupportedOperationException("unimplemented mock method call");
233 throw new UnsupportedOperationException("unimplemented mock method call");
H A DMockIContentProvider.java41 * @hide - @hide because this exposes bulkQuery() and call(), which must also be hidden.
90 public Bundle call(String method, String request, Bundle args) method in class:MockIContentProvider
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DSingleUserProvider.java61 public Bundle call(String method, String arg, Bundle extras) { method in class:SingleUserProvider
/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp334 // the real call
453 // the transact call
454 MethodCall* call = new MethodCall(proxyClass->mRemote, "transact", 4, local
459 tryStatement->statements->Add(call);
/frameworks/base/core/java/android/content/
H A DContentProvider.java255 public Bundle call(String method, String arg, Bundle extras) { method in class:ContentProvider.Transport
256 return ContentProvider.this.call(method, arg, extras);
534 * Example client call:<p>
592 * Example client call:<p>
666 * write permissions, or is not exported, all applications can still call
677 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
690 * default implementation will iterate over the values and call
692 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
714 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyDelete()}
736 * As a courtesy, call {
1100 public Bundle call(String method, String arg, Bundle extras) { method in class:ContentProvider
[all...]
H A DContentProviderClient.java41 * {@link #openFile} are not thread safe -- you must not call
234 /** See {@link ContentProvider#call(String, String, Bundle)} */
235 public Bundle call(String method, String arg, Bundle extras) method in class:ContentProviderClient
238 return mContentProvider.call(method, arg, extras);
H A DContentProviderNative.java256 Bundle responseBundle = call(method, stringArg, args);
561 public Bundle call(String method, String request, Bundle args) method in class:ContentProviderProxy
H A DContentResolver.java583 * on a content: URI, it will instead call {@link #openTypedAssetFileDescriptor}
882 * by the call to {@link ContentProviderOperation#apply}.
885 * how many, if any, operations will have been successfully applied if a call to
1010 * @param method provider-defined method name to call. Opaque to
1015 * does not implement call.
1019 public final Bundle call(Uri uri, String method, String arg, Bundle extras) { method in class:ContentResolver
1031 return provider.call(method, arg, extras);
1256 * To register, call {@link #registerContentObserver(android.net.Uri , boolean, android.database.ContentObserver) registerContentObserver()}.
1271 * To register, call {@link #registerContentObserver(android.net.Uri , boolean, android.database.ContentObserver) registerContentObserver()}.
H A DIContentProvider.java54 public Bundle call(String method, String arg, Bundle extras) throws RemoteException; method in interface:IContentProvider

Completed in 2270 milliseconds