Searched refs:caller (Results 51 - 75 of 93) sorted by relevance

1234

/frameworks/wilhelm/tests/examples/
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
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java928 private void updateStreamVolumeAlias(boolean updateVolumes, String caller) { argument
959 caller);
1088 String callingPackage, String caller) {
1090 caller, Binder.getCallingUid());
1094 String callingPackage, String caller, int uid) {
1096 + ", flags=" + flags + ", caller=" + caller);
1122 adjustStreamVolume(streamType, direction, flags, callingPackage, caller, uid);
1133 String callingPackage, String caller, int uid) {
1138 + ", flags=" + flags + ", caller
1087 adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags, String callingPackage, String caller) argument
1093 adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags, String callingPackage, String caller, int uid) argument
1132 adjustStreamVolume(int streamType, int direction, int flags, String callingPackage, String caller, int uid) argument
1378 onSetStreamVolume(int streamType, int index, int flags, int device, String caller) argument
1405 setStreamVolume(int streamType, int index, int flags, String callingPackage, String caller, int uid) argument
1617 setStreamVolumeInt(int streamType, int index, int device, boolean force, String caller) argument
1910 setRingerModeExternal(int ringerMode, String caller) argument
1914 setRingerModeInternal(int ringerMode, String caller) argument
1919 setRingerMode(int ringerMode, String caller, boolean external) argument
2159 setModeInt(int mode, IBinder cb, int pid, String caller) argument
3120 onCheckMusicActive(String caller) argument
3153 onConfigureSafeVolume(boolean force, String caller) argument
3592 WiredDeviceConnectionState(int type, int state, String address, String name, String caller) argument
3602 setWiredDeviceConnectionState(int type, int state, String address, String name, String caller) argument
3805 adjustIndex(int deltaIndex, int device, String caller) argument
3809 setIndex(int index, int device, String caller) argument
3882 setAllIndexes(VolumeStreamState srcStream, String caller) argument
4859 onSetWiredDeviceConnectionState(int device, int state, String address, String deviceName, String caller) argument
5453 setSafeMediaVolumeEnabled(boolean on, String caller) argument
5476 enforceSafeMediaVolume(String caller) argument
5955 setRingerModeInternal(int ringerMode, String caller) argument
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DTrampoline.java84 final int caller = Binder.getCallingUid();
85 if (caller != Process.SYSTEM_UID
86 && caller != Process.ROOT_UID) {
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java168 * @param caller The fragment requesting navigation.
172 boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref); argument
184 * @param caller The fragment requesting navigation.
188 boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref); argument
195 * @param caller The fragment containing the preference requesting the dialog.
199 boolean onPreferenceDisplayDialog(PreferenceFragment caller, Preference pref); argument
/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/native/include/gui/
H A DBufferQueueProducer.h116 // The caller may provide a fence that signals when all rendering
193 status_t waitForFreeSlotThenRelock(const char* caller, bool async,
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h84 XAAndroidBufferQueueItf caller,/* input */
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...]
/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
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h199 SLAndroidSimpleBufferQueueItf caller,
264 SLAndroidBufferQueueItf caller,/* input */
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...]
/frameworks/wilhelm/src/desktop/
H A DSndFile.c26 void SndFile_Callback(SLBufferQueueItf caller, void *pContext) argument
78 result = IBufferQueue_Enqueue(caller, pBuffer, size);
/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c190 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event) argument
195 result = (*caller)->GetFillLevel(caller, &level);
198 result = (*caller)->GetPrefetchStatus(caller, &status);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp920 pid_t caller = IPCThreadState::self()->getCallingPid(); local
921 if (uint32_t(stream) >= AUDIO_STREAM_PUBLIC_CNT && caller != getpid_cached) {
922 ALOGW("setStreamVolume() pid %d cannot use internal stream type %d", caller, stream);
2258 pid_t caller = IPCThreadState::self()->getCallingPid(); local
2259 ALOGV("acquiring %d from %d, for %d", audioSession, caller, pid);
2260 if (pid != -1 && (caller == getpid_cached)) {
2261 caller = pid;
2270 if (mNotificationClients.indexOfKey(caller) < 0) {
2271 ALOGW("acquireAudioSessionId() unknown client %d for session %d", caller, audioSession);
2279 if (ref->mSessionid == audioSession && ref->mPid == caller) {
2292 pid_t caller = IPCThreadState::self()->getCallingPid(); local
[all...]
/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java115 * @param caller The object to which the verifier is attached.
118 public InputEventConsistencyVerifier(Object caller, int flags) { argument
119 this(caller, flags, null);
124 * @param caller The object to which the verifier is attached.
128 public InputEventConsistencyVerifier(Object caller, int flags, String logTag) { argument
129 this.mCaller = caller;
/frameworks/native/libs/binder/
H A DProcessState.cpp85 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/)
96 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller) argument
103 //printf("Getting context object %s for %p\n", String8(name).string(), caller.get());
119 data.writeStrongBinder(caller);
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp134 status_t BufferQueueProducer::waitForFreeSlotThenRelock(const char* caller, argument
139 BQ_LOGE("%s: BufferQueue has been abandoned", caller);
150 caller);
183 "buffer count", caller);
200 caller, minUndequeuedCount,
215 BQ_LOGV("%s: queue size is %zu, waiting", caller,
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java2631 public int startActivity(IApplicationThread caller, String callingPackage, Intent intent, argument
2637 data.writeStrongBinder(caller != null ? caller.asBinder() : null);
2665 public int startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, argument
2672 data.writeStrongBinder(caller != null ? caller.asBinder() : null);
2700 public int startActivityAsCaller(IApplicationThread caller, String callingPackage, argument
2707 data.writeStrongBinder(caller != null ? caller.asBinder() : null);
2736 public WaitResult startActivityAndWait(IApplicationThread caller, Strin argument
2771 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
2801 startActivityIntentSender(IApplicationThread caller, IntentSender intent, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle options) argument
2998 registerReceiver(IApplicationThread caller, String packageName, IIntentReceiver receiver, IntentFilter filter, String perm, int userId) argument
3033 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String[] requiredPermissions, int appOp, Bundle options, boolean serialized, boolean sticky, int userId) argument
3062 unbroadcastIntent(IApplicationThread caller, Intent intent, int userId) argument
3540 getContentProvider(IApplicationThread caller, String name, int userId, boolean stable) argument
3579 publishContentProviders(IApplicationThread caller, List<ContentProviderHolder> providers) argument
3670 startService(IApplicationThread caller, Intent service, String resolvedType, String callingPackage, int userId) argument
3688 stopService(IApplicationThread caller, Intent service, String resolvedType, int userId) argument
3740 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, String callingPackage, int userId) argument
4177 grantUriPermission(IApplicationThread caller, String targetPkg, Uri uri, int mode, int userId) argument
4192 revokeUriPermission(IApplicationThread caller, Uri uri, int mode, int userId) argument
4927 startActivities(IApplicationThread caller, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options, int userId) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1353 * @param resultRequestCode If resultTo is non-null, this is the caller's
1381 * @param caller The fragment that is asking to be finished.
1387 public void finishPreferencePanel(Fragment caller, int resultCode, Intent resultData) { argument
1394 if (caller != null) {
1395 if (caller.getTargetFragment() != null) {
1396 caller.getTargetFragment().onActivityResult(caller.getTargetRequestCode(),
1404 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) { argument
H A DPreferenceFragment.java154 boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref); argument
/frameworks/base/core/java/android/os/
H A DDebug.java1547 * as the caller.
2077 * <p>Most services require the caller to hold android.permission.DUMP.
2112 * @return the String describing the caller at that depth.
2115 // callStack[4] is the caller of the method that called getCallers()
2119 StackTraceElement caller = callStack[4 + depth];
2120 return caller.getClassName() + "." + caller.getMethodName() + ":" + caller.getLineNumber();
2125 * @param depth the number of levels to return, starting with the immediate caller.
2140 * @param depth the number of levels to return, starting with the immediate caller
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java590 public int onSetRingerModeInternal(int ringerModeOld, int ringerModeNew, String caller, argument
623 ZenLog.traceSetRingerModeInternal(ringerModeOld, ringerModeNew, caller,
630 public int onSetRingerModeExternal(int ringerModeOld, int ringerModeNew, String caller, argument
660 ZenLog.traceSetRingerModeExternal(ringerModeOld, ringerModeNew, caller,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java84 static synchronized CommandParamsFactory getInstance(RilMessageDecoder caller, argument
90 return new CommandParamsFactory(caller, fh);
95 private CommandParamsFactory(RilMessageDecoder caller, IccFileHandler fh) { argument
96 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.
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri2.cpp39 void PlayEventCallback( SLPlayItf caller __unused, void *pContext __unused, SLuint32 event)

Completed in 942 milliseconds

1234