Searched refs:caller (Results 26 - 50 of 111) sorted by last modified time

12345

/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c75 void streamEventChangeCallback(XAStreamInformationItf caller __unused, XAuint32 eventId,
92 void prefetchStatusCallback(XAPrefetchStatusItf caller, void *pContext, XAuint32 event) argument
98 result = (*caller)->GetFillLevel(caller, &level);
101 result = (*caller)->GetPrefetchStatus(caller, &status);
130 void playEventCallback(XAPlayItf caller, void *pContext, XAuint32 event) argument
137 result = (*caller)->GetPosition(caller, &position);
155 XAAndroidBufferQueueItf caller,
154 bufferQueueCallback( XAAndroidBufferQueueItf caller, void *pCallbackContext, void *pBufferContext __unused, void *pBufferData __unused, XAuint32 dataSize __unused, XAuint32 dataUsed __unused, const XAAndroidBufferItem *pItems __unused, XAuint32 itemsLength __unused) argument
[all...]
/frameworks/support/frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
H A DFragmentSupportPreferences.java44 public boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) { argument
H A DFragmentSupportPreferencesCompat.java44 public boolean onPreferenceStartScreen(PreferenceFragmentCompat caller, PreferenceScreen pref) { argument
H A DFragmentSupportPreferencesLeanback.java51 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) { argument
54 f.setTargetFragment(caller, 0);
64 public boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) { argument
/frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
H A DFragmentSupportPreferences.java44 public boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) { argument
H A DFragmentSupportPreferencesCompat.java44 public boolean onPreferenceStartScreen(PreferenceFragmentCompat caller, PreferenceScreen pref) { argument
H A DFragmentSupportPreferencesLeanback.java51 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) { argument
54 f.setTargetFragment(caller, 0);
64 public boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) { argument
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java180 * @param caller The fragment requesting navigation.
184 boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref); argument
196 * @param caller The fragment requesting navigation.
200 boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref); argument
207 * @param caller The fragment containing the preference requesting the dialog.
211 boolean onPreferenceDisplayDialog(@NonNull PreferenceFragment caller, Preference pref); argument
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
H A DLeanbackSettingsFragment.java101 public boolean onPreferenceDisplayDialog(@NonNull PreferenceFragment caller, Preference pref) { argument
102 if (caller == null) {
110 f.setTargetFragment(caller, 0);
115 f.setTargetFragment(caller, 0);
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuBuilder.java508 public int addIntentOptions(int group, int id, int categoryOrder, ComponentName caller, argument
512 pm.queryIntentActivityOptions(caller, specifics, intent, 0);
H A DMenuWrapperICS.java81 public int addIntentOptions(int groupId, int itemId, int order, ComponentName caller, argument
89 .addIntentOptions(groupId, itemId, order, caller, specifics, intent, flags, items);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java169 * @param caller The fragment requesting navigation.
173 boolean onPreferenceStartFragment(PreferenceFragmentCompat caller, Preference pref); argument
185 * @param caller The fragment requesting navigation.
189 boolean onPreferenceStartScreen(PreferenceFragmentCompat caller, PreferenceScreen pref); argument
196 * @param caller The fragment containing the preference requesting the dialog.
200 boolean onPreferenceDisplayDialog(@NonNull PreferenceFragmentCompat caller, argument
/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DWearableActionDrawerMenu.java165 ComponentName caller,
161 addIntentOptions( int groupId, int itemId, int order, ComponentName caller, Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) argument
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DStrictFragment.java64 public void checkState(String caller, int... expected) { argument
77 throw new IllegalStateException(caller + " called while fragment was "
81 public void checkStateAtLeast(String caller, int minState) { argument
83 throw new IllegalStateException(caller + " called while fragment was "
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java667 private void handleRadioProxyExceptionForRR(RILRequest rr, String caller, Exception e) { argument
668 riljLoge(caller + ": " + e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatLog.java24 public static void d(Object caller, String msg) { argument
29 String className = caller.getClass().getName();
34 public static void d(String caller, String msg) { argument
39 Rlog.d("CAT", caller + ": " + msg);
41 public static void e(Object caller, String msg) { argument
42 String className = caller.getClass().getName();
47 public static void e(String caller, String msg) { argument
48 Rlog.e("CAT", caller + ": " + msg);
H A DCommandParamsFactory.java85 static synchronized CommandParamsFactory getInstance(RilMessageDecoder caller, argument
91 return new CommandParamsFactory(caller, fh);
96 private CommandParamsFactory(RilMessageDecoder caller, IccFileHandler fh) { argument
97 mCaller = caller;
H A DIconLoader.java77 static IconLoader getInstance(Handler caller, IccFileHandler fh) { argument
170 // post null icon back to the caller.
216 // When all is done pass icon back to caller.
H A DRilMessageDecoder.java54 * @param caller
58 public static synchronized RilMessageDecoder getInstance(Handler caller, IccFileHandler fh, argument
70 mInstance[slotId] = new RilMessageDecoder(caller, fh);
82 * when complete MSG_ID_RIL_MSG_DECODED will be returned to caller.
111 private RilMessageDecoder(Handler caller, IccFileHandler fh) { argument
118 mCaller = caller;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTestUtils.java39 * params[i].getClass() fails. In that case it needs to be handled by the caller (it knows the
62 * params[i].getClass() fails. In that case it needs to be handled by the caller (it knows the
85 * params[i].getClass() fails. In that case it needs to be handled by the caller (it knows the
109 * params[i].getClass() fails. In that case it needs to be handled by the caller (it knows the
112 public static Object invokeNonStaticMethod(Class<?> clazz, Object caller, String method, argument
122 return methodReflection.invoke(caller, params);
133 * params[i].getClass() fails. In that case it needs to be handled by the caller (it knows the
136 public static Object invokeNonStaticMethodThrowsException(Class<?> clazz, Object caller, argument
147 return methodReflection.invoke(caller, params);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipSessionListener.aidl38 * @param caller the SIP profile of the caller
39 * @param sessionDescription the caller's session description
41 void onRinging(in ISipSession session, in SipProfile caller,
H A DSipAudioCall.java94 * @param caller the SIP profile of the caller
96 public void onRinging(SipAudioCall call, SipProfile caller) { argument
223 * @param callbackImmediately set to true if the caller wants to be called
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
474 public void onRinging(ISipSession session, SipProfile caller,
477 mListener.onRinging(SipSession.this, caller,
H A DSipSessionAdapter.java28 public void onRinging(ISipSession session, SipProfile caller, argument
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java195 public ClientTransaction sendOptions(SipProfile caller, SipProfile callee, argument
198 Request request = (caller == callee)
199 ? createRequest(Request.OPTIONS, caller, tag)
200 : createRequest(Request.OPTIONS, caller, callee, tag);
269 private Request createRequest(String requestType, SipProfile caller, argument
271 FromHeader fromHeader = createFromHeader(caller, tag);
283 request.addHeader(createContactHeader(caller));
287 public ClientTransaction sendInvite(SipProfile caller, SipProfile callee, argument
291 Request request = createRequest(Request.INVITE, caller, callee, tag);

Completed in 343 milliseconds

12345