Searched refs:caller (Results 1 - 25 of 93) sorted by last modified time

1234

/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuBuilder.java500 public int addIntentOptions(int group, int id, int categoryOrder, ComponentName caller, argument
504 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.java161 * @param caller The fragment requesting navigation.
165 boolean onPreferenceStartFragment(PreferenceFragmentCompat caller, Preference pref); argument
177 * @param caller The fragment requesting navigation.
181 boolean onPreferenceStartScreen(PreferenceFragmentCompat caller, PreferenceScreen pref); argument
188 * @param caller The fragment containing the preference requesting the dialog.
192 boolean onPreferenceDisplayDialog(PreferenceFragmentCompat caller, Preference pref); argument
/frameworks/volley/src/main/java/com/android/volley/
H A DVolleyLog.java80 * Formats the caller's provided message and prepends useful info like
87 String caller = "<unknown>";
88 // Walk up the stack looking for the first caller outside of VolleyLog.
97 caller = callingClass + "." + trace[i].getMethodName();
102 Thread.currentThread().getId(), caller, msg);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h156 XAObjectItf caller,
249 XADynamicInterfaceManagementItf caller,
726 XAPlayItf caller,
837 XAPrefetchStatusItf caller,
1107 XARecordItf caller,
1171 XASnapshotItf caller,
1176 XASnapshotItf caller,
1360 XAMetadataInsertionItf caller,
1694 XACameraItf caller,
1885 XAAudioIODeviceCapabilitiesItf caller,
[all...]
H A DOpenMAXAL_Android.h84 XAAndroidBufferQueueItf caller,/* input */
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h392 SLObjectItf caller,
518 SLAudioIODeviceCapabilitiesItf caller,
527 SLAudioIODeviceCapabilitiesItf caller,
535 SLAudioIODeviceCapabilitiesItf caller,
881 SLOutputMixItf caller,
932 SLPlayItf caller,
1009 SLPrefetchStatusItf caller,
1154 SLRecordItf caller,
1374 SLBufferQueueItf caller,
1976 SLDynamicInterfaceManagementItf caller,
[all...]
H A DOpenSLES_Android.h199 SLAndroidSimpleBufferQueueItf caller,
264 SLAndroidBufferQueueItf caller,/* input */
/frameworks/wilhelm/src/desktop/
H A DSLSndFile.h19 extern void SndFile_Callback(SLBufferQueueItf caller, void *pContext);
H A DSndFile.c26 void SndFile_Callback(SLBufferQueueItf caller, void *pContext) argument
78 result = IBufferQueue_Enqueue(caller, pBuffer, size);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp159 void PrefetchEventCallback(SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
165 result = (*caller)->GetFillLevel(caller, &level);
168 result = (*caller)->GetPrefetchStatus(caller, &status);
209 void PlayCallback(SLPlayItf caller, void *pContext __unused, SLuint32 event) { argument
211 SLresult res = (*caller)->GetPosition(caller, &position);
232 SLAndroidBufferQueueItf caller,
275 res = (*caller)
231 AndroidBufferQueueCallback( SLAndroidBufferQueueItf caller, void *pCallbackContext __unused, void *pBufferContext, void *pBufferData __unused, SLuint32 dataSize __unused, SLuint32 dataUsed __unused, const SLAndroidBufferItem *pItems __unused, SLuint32 itemsLength __unused ) argument
[all...]
H A DslesTestDecodeToBuffQueue.cpp127 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event) argument
131 result = (*caller)->GetFillLevel(caller, &level);
135 result = (*caller)->GetPrefetchStatus(caller, &status);
147 SLPlayItf caller,
153 result = (*caller)->GetPosition(caller, &msec);
146 DecProgressCallback( SLPlayItf caller, void *pContext __unused, SLuint32 event) argument
H A DslesTestFeedback.cpp72 static void recorderCallback(SLAndroidSimpleBufferQueueItf caller __unused, void *context __unused)
162 static void playerCallback(SLBufferQueueItf caller __unused, void *context __unused)
H A DslesTestRecBuffQueue.cpp90 SLRecordItf caller,
96 (*caller)->GetPosition(caller, &pMsec);
102 (*caller)->GetPosition(caller, &pMsec);
89 RecCallback( SLRecordItf caller, void *pContext __unused, SLuint32 event) argument
H A DslesTestSendToPresetReverb.cpp54 void prefetch_callback(SLPrefetchStatusItf caller, void *context __unused, SLuint32 event) argument
58 result = (*caller)->GetFillLevel(caller, &level);
61 result = (*caller)->GetPrefetchStatus(caller, &status);
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp70 void prefetch_callback(SLPrefetchStatusItf caller, void *context __unused, SLuint32 event) argument
75 result = (*caller)->GetFillLevel(caller, &level);
78 result = (*caller)->GetPrefetchStatus(caller, &status);
102 void PlayEventCallback( SLPlayItf caller __unused, void *pContext, SLuint32 event __unused)
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp66 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event) argument
69 SLresult res = (*caller)->GetFillLevel(caller, &level); CheckErr(res);
72 res = (*caller)->GetPrefetchStatus(caller, &status); CheckErr(res);
91 SLPlayItf caller,
100 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res);
113 res = (*caller)->GetPosition(caller,
90 PlayEventCallback( SLPlayItf caller, void *pContext __unused, SLuint32 event) argument
[all...]
H A DslesTestLoopUri.cpp63 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
69 result = (*caller)->GetFillLevel(caller, &level);
72 result = (*caller)->GetPrefetchStatus(caller, &status);
105 SLPlayItf caller __unused,
H A DslesTestManyPlayers.cpp74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
79 res = (*caller)->GetFillLevel(caller, &level); CheckErrPlyr(res, *pPlayerId);
82 res = (*caller)->GetPrefetchStatus(caller, &status); CheckErrPlyr(res, *pPlayerId);
103 SLPlayItf caller,
116 res = (*caller)->GetPosition(caller, &pMsec); CheckErrPlyr(res, *pPlayerId);
123 res = (*caller)->GetPosition(caller,
102 PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
[all...]
H A DslesTestPlayUri.cpp72 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event) argument
76 result = (*caller)->GetFillLevel(caller, &level);
80 result = (*caller)->GetPrefetchStatus(caller, &status);
99 SLPlayItf caller,
110 (*caller)->GetPosition(caller, &pMsec);
116 (*caller)->GetPosition(caller,
98 PlayEventCallback( SLPlayItf caller, void *pContext __unused, SLuint32 event) argument
[all...]
H A DslesTestPlayUri2.cpp39 void PlayEventCallback( SLPlayItf caller __unused, void *pContext __unused, SLuint32 event)
H A DslesTestSlowDownUri.cpp65 void PlayEventCallback( SLPlayItf caller __unused, void *pContext, SLuint32 event)
108 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
114 result = (*caller)->GetFillLevel(caller, &level);
117 result = (*caller)->GetPrefetchStatus(caller, &status);
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event) argument
77 (*caller)->GetFillLevel(caller, &level);
80 (*caller)->GetPrefetchStatus(caller, &status);
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c85 void PlayCallback(XAPlayItf caller, void *pContext, XAuint32 event) { argument
93 XAAndroidBufferQueueItf caller,
150 (*caller)->GetState(caller, &state);
196 res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
209 res = (*caller)->Enqueue(caller, (void *)&kEosBufferCntxt /*pBufferContext*/,
225 void StreamChangeCallback (XAStreamInformationItf caller, argument
244 res = (*caller)
92 AndroidBufferQueueCallback( XAAndroidBufferQueueItf caller, void *pCallbackContext, void *pBufferContext, void *pBufferData, XAuint32 dataSize, XAuint32 dataUsed, const XAAndroidBufferItem *pItems, XAuint32 itemsLength ) argument
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c71 static void callback(BufferQueueItf caller, void *context) argument
74 if (caller != expectedCaller)
75 printf("caller %p expected %p\r\n", caller, expectedCaller);

Completed in 334 milliseconds

1234