Searched refs:caller (Results 26 - 50 of 52) sorted by relevance

123

/frameworks/base/voip/java/com/android/server/sip/
H A DSipHelper.java197 public ClientTransaction sendOptions(SipProfile caller, SipProfile callee, argument
200 Request request = (caller == callee)
201 ? createRequest(Request.OPTIONS, caller, tag)
202 : createRequest(Request.OPTIONS, caller, callee, tag);
271 private Request createRequest(String requestType, SipProfile caller, argument
273 FromHeader fromHeader = createFromHeader(caller, tag);
285 request.addHeader(createContactHeader(caller));
289 public ClientTransaction sendInvite(SipProfile caller, SipProfile callee, argument
293 Request request = createRequest(Request.INVITE, caller, callee, tag);
H A DSipSessionListenerProxy.java59 public void onRinging(final ISipSession session, final SipProfile caller, argument
65 mListener.onRinging(session, caller, sessionDescription);
H A DSipService.java581 public void onRinging(ISipSession s, SipProfile caller, argument
598 + caller.getUri() + ": " + session.getCallId()
/frameworks/base/opengl/libs/GLES2_dbg/
H A DAndroid.mk7 src/caller.cpp \
/frameworks/base/libs/binder/
H A DProcessState.cpp88 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller) argument
99 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller) argument
106 //printf("Getting context object %s for %p\n", String8(name).string(), caller.get());
122 data.writeStrongBinder(caller);
/frameworks/base/voip/java/android/net/sip/
H A DSipSession.java124 * @param caller the SIP profile of the caller
125 * @param sessionDescription the caller's session description
127 public void onRinging(SipSession session, SipProfile caller, argument
472 public void onRinging(ISipSession session, SipProfile caller,
475 mListener.onRinging(SipSession.this, caller,
H A DSipAudioCall.java92 * @param caller the SIP profile of the caller
94 public void onRinging(SipAudioCall call, SipProfile caller) { argument
222 * @param callbackImmediately set to true if the caller wants to be called
/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java112 * @param caller The object to which the verifier is attached.
115 public InputEventConsistencyVerifier(Object caller, int flags) { argument
116 this(caller, flags, InputEventConsistencyVerifier.class.getSimpleName());
121 * @param caller The object to which the verifier is attached.
125 public InputEventConsistencyVerifier(Object caller, int flags, String logTag) { argument
126 this.mCaller = caller;
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java1603 public int startActivity(IApplicationThread caller, Intent intent, argument
1612 data.writeStrongBinder(caller != null ? caller.asBinder() : null);
1637 public WaitResult startActivityAndWait(IApplicationThread caller, Intent intent, argument
1646 data.writeStrongBinder(caller != null ? caller.asBinder() : null);
1671 public int startActivityWithConfig(IApplicationThread caller, Intent intent, argument
1679 data.writeStrongBinder(caller != null ? caller.asBinder() : null);
1697 public int startActivityIntentSender(IApplicationThread caller, argument
1784 registerReceiver(IApplicationThread caller, String packageName, IIntentReceiver receiver, IntentFilter filter, String perm) argument
1818 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, boolean serialized, boolean sticky) argument
1844 unbroadcastIntent(IApplicationThread caller, Intent intent) argument
2192 getContentProvider(IApplicationThread caller, String name) argument
2211 publishContentProviders(IApplicationThread caller, List<ContentProviderHolder> providers) argument
2225 removeContentProvider(IApplicationThread caller, String name) argument
2253 startService(IApplicationThread caller, Intent service, String resolvedType) argument
2269 stopService(IApplicationThread caller, Intent service, String resolvedType) argument
2320 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags) argument
2683 grantUriPermission(IApplicationThread caller, String targetPkg, Uri uri, int mode) argument
2697 revokeUriPermission(IApplicationThread caller, Uri uri, int mode) argument
3309 startActivities(IApplicationThread caller, Intent[] intents, String[] resolvedTypes, IBinder resultTo) argument
[all...]
H A DApplicationPackageManager.java451 ComponentName caller, Intent[] specifics, Intent intent,
473 return mPM.queryIntentActivityOptions(caller, specifics,
587 + ", caller scale=" + mContext.getResources().getCompatibilityInfo().applicationScale,
450 queryIntentActivityOptions( ComponentName caller, Intent[] specifics, Intent intent, int flags) argument
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenu.java71 ComponentName caller, Intent[] specifics, Intent intent, int flags,
75 pm.queryIntentActivityOptions(caller, specifics, intent, 0);
70 addIntentOptions(int groupId, int itemId, int order, ComponentName caller, Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) argument
H A DMenuBuilder.java439 public int addIntentOptions(int group, int id, int categoryOrder, ComponentName caller, argument
443 pm.queryIntentActivityOptions(caller, specifics, intent, 0);
/frameworks/base/opengl/libs/GLES2_dbg/test/
H A Dtest_server.cpp179 } caller; local
183 EXPECT_EQ(ret, MessageLoop(caller, msg, msg.glFinish));
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc151 static void PrefetchEventCb(SLPrefetchStatusItf caller, void*, SLuint32 event) { argument
152 AudioEngine::GetEngine()->PrefetchEventCallback(caller, event);
160 static void DecodingEventCb(SLPlayItf caller, void*, SLuint32 event) { argument
161 AudioEngine::GetEngine()->DecodingEventCallback(caller, event);
210 // The caller must have requested the SL_IID_ANDROIDCONFIGURATION interface when
789 SLPrefetchStatusItf caller, SLuint32 event) {
793 OpenSL(caller, GetFillLevel, &level);
794 OpenSL(caller, GetPrefetchStatus, &status);
788 PrefetchEventCallback( SLPrefetchStatusItf caller, SLuint32 event) argument
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java59 static synchronized CommandParamsFactory getInstance(RilMessageDecoder caller, argument
65 return new CommandParamsFactory(caller, fh);
70 private CommandParamsFactory(RilMessageDecoder caller, IccFileHandler fh) { argument
71 mCaller = caller;
H A DIconLoader.java78 static IconLoader getInstance(Handler caller, IccFileHandler fh) { argument
167 // post null icon back to the caller.
213 // When all is done pass icon back to caller.
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1235 * @param resultRequestCode If resultTo is non-null, this is the caller's
1263 * @param caller The fragment that is asking to be finished.
1269 public void finishPreferencePanel(Fragment caller, int resultCode, Intent resultData) { argument
1276 if (caller != null) {
1277 if (caller.getTargetFragment() != null) {
1278 caller.getTargetFragment().onActivityResult(caller.getTargetRequestCode(),
1286 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) { argument
H A DPreferenceFragment.java142 boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref); argument
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java550 } catch (MethodAndArgsCaller caller) {
551 caller.run();
698 * so the caller may want to close the original descriptors.
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java1694 // If the caller has requested that the target task be
2222 final int startActivityLocked(IApplicationThread caller, argument
2233 if (caller != null) {
2234 callerApp = mService.getRecordForAppLocked(caller);
2239 Slog.w(TAG, "Unable to find app for caller " + caller
2350 // We pretend to the caller that it was really started, but
2432 // If the caller has asked not to resume at this point, we make note
2444 // a special case, if we do not know the caller then we count the
2445 // current top activity as the caller
2819 startActivityMayWait(IApplicationThread caller, int callingUid, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler, WaitResult outResult, Configuration config) argument
2979 startActivities(IApplicationThread caller, int callingUid, Intent[] intents, String[] resolvedTypes, IBinder resultTo) argument
[all...]
H A DActivityManagerService.java360 * is the pid of the caller who requested it (we hold a death
609 * Thread-local storage used to carry caller permissions over through
776 * Callback of last caller to {@link #requestPss}.
1820 // (2) The caller doesn't think it is dead, OR there is no thread
2227 public final int startActivity(IApplicationThread caller, argument
2232 return mMainStack.startActivityMayWait(caller, -1, intent, resolvedType,
2238 public final WaitResult startActivityAndWait(IApplicationThread caller, argument
2244 mMainStack.startActivityMayWait(caller, -1, intent, resolvedType,
2251 public final int startActivityWithConfig(IApplicationThread caller, argument
2256 return mMainStack.startActivityMayWait(caller,
2261 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues) argument
2402 startActivities(IApplicationThread caller, Intent[] intents, String[] resolvedTypes, IBinder resultTo) argument
4842 grantUriPermission(IApplicationThread caller, String targetPkg, Uri uri, int modeFlags) argument
4964 revokeUriPermission(IApplicationThread caller, Uri uri, int modeFlags) argument
5823 getContentProviderImpl( IApplicationThread caller, String name) argument
6052 getContentProvider( IApplicationThread caller, String name) argument
6072 removeContentProvider(IApplicationThread caller, String name) argument
6123 publishContentProviders(IApplicationThread caller, List<ContentProviderHolder> providers) argument
11005 startServiceLocked(IApplicationThread caller, Intent service, String resolvedType, int callingPid, int callingUid) argument
11053 startService(IApplicationThread caller, Intent service, String resolvedType) argument
11091 stopService(IApplicationThread caller, Intent service, String resolvedType) argument
11265 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags) argument
11907 registerReceiver(IApplicationThread caller, String callerPackage, IIntentReceiver receiver, IntentFilter filter, String permission) argument
12426 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, boolean serialized, boolean sticky) argument
12463 unbroadcastIntent(IApplicationThread caller, Intent intent) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl103 in ComponentName caller, in Intent[] specifics,
H A DPackageManager.java448 * package and the caller has not supplied the {@link #INSTALL_ALLOW_TEST}
1680 * @param caller The class name of the activity that is making the
1702 ComponentName caller, Intent[] specifics, Intent intent, int flags);
1701 queryIntentActivityOptions( ComponentName caller, Intent[] specifics, Intent intent, int flags) argument
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java206 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java225 public void onInvokeV(String signature, boolean isNative, Object caller) {

Completed in 638 milliseconds

123