Searched refs:caller (Results 1 - 25 of 93) sorted by relevance

1234

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMethodAdapter.java30 * Known limitation: caller arguments are not available.
36 * @param caller The calling object. Null for static methods, "this" for instance methods.
39 public void onInvokeV(String signature, boolean isNative, Object caller) { argument
48 public int onInvokeI(String signature, boolean isNative, Object caller) { argument
49 onInvokeV(signature, isNative, caller);
59 public long onInvokeL(String signature, boolean isNative, Object caller) { argument
60 onInvokeV(signature, isNative, caller);
70 public float onInvokeF(String signature, boolean isNative, Object caller) { argument
71 onInvokeV(signature, isNative, caller);
81 public double onInvokeD(String signature, boolean isNative, Object caller) { argument
92 onInvokeA(String signature, boolean isNative, Object caller) argument
[all...]
H A DMethodListener.java31 * Known limitation: caller arguments are not available.
37 * @param caller The calling object. Null for static methods, "this" for instance methods.
39 public void onInvokeV(String signature, boolean isNative, Object caller); argument
46 public int onInvokeI(String signature, boolean isNative, Object caller); argument
53 public long onInvokeL(String signature, boolean isNative, Object caller); argument
60 public float onInvokeF(String signature, boolean isNative, Object caller); argument
67 public double onInvokeD(String signature, boolean isNative, Object caller); argument
74 public Object onInvokeA(String signature, boolean isNative, Object caller); argument
H A DOverrideMethod.java72 * @param caller The calling object. Null for static methods, "this" for instance methods.
74 public static void invokeV(String signature, boolean isNative, Object caller) { argument
77 i.onInvokeV(signature, isNative, caller);
79 sDefaultListener.onInvokeV(signature, isNative, caller);
87 public static int invokeI(String signature, boolean isNative, Object caller) { argument
90 return i.onInvokeI(signature, isNative, caller);
92 return sDefaultListener.onInvokeI(signature, isNative, caller);
101 public static long invokeL(String signature, boolean isNative, Object caller) { argument
104 return i.onInvokeL(signature, isNative, caller);
106 return sDefaultListener.onInvokeL(signature, isNative, caller);
115 invokeF(String signature, boolean isNative, Object caller) argument
129 invokeD(String signature, boolean isNative, Object caller) argument
143 invokeA(String signature, boolean isNative, Object caller) argument
[all...]
/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 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/base/media/java/android/media/
H A DAudioManagerInternal.java42 public abstract void setRingerModeInternal(int ringerMode, String caller); argument
50 int onSetRingerModeExternal(int ringerModeOld, int ringerModeNew, String caller, argument
54 int onSetRingerModeInternal(int ringerModeOld, int ringerModeNew, String caller, argument
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalDeniedReceiver.java32 IBinder caller = intent.getIBinderExtra("caller");
36 caller.transact(BroadcastTest.GOT_RECEIVE_TRANSACTION, data, null, 0);
H A DLocalGrantedReceiver.java32 IBinder caller = intent.getIBinderExtra("caller");
36 caller.transact(BroadcastTest.GOT_RECEIVE_TRANSACTION, data, null, 0);
H A DRemoteDeniedReceiver.java32 IBinder caller = intent.getIBinderExtra("caller");
36 caller.transact(BroadcastTest.GOT_RECEIVE_TRANSACTION, data, null, 0);
H A DRemoteGrantedReceiver.java32 IBinder caller = intent.getIBinderExtra("caller");
36 caller.transact(BroadcastTest.GOT_RECEIVE_TRANSACTION, data, null, 0);
H A DAbortReceiver.java37 IBinder caller = intent.getIBinderExtra("caller");
41 caller.transact(LaunchpadActivity.GOT_RECEIVE_TRANSACTION, data, null, 0);
H A DRemoteReceiver.java40 IBinder caller = intent.getIBinderExtra("caller");
44 caller.transact(LaunchpadActivity.GOT_RECEIVE_TRANSACTION, data, null, 0);
/frameworks/wilhelm/src/desktop/
H A DSLSndFile.h19 extern void SndFile_Callback(SLBufferQueueItf caller, void *pContext);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java171 String caller = getCaller();
172 if (caller == null) {
176 log(String.format("%s (%s)", caller, join(", ", arguments)));
231 * expected to be converted manually by the caller. If the array is not converter then
264 StackTraceElement caller = stackTrace[METHOD_TO_TRACE_LOCATION];
271 int indexOfDot = caller.getClassName().lastIndexOf('.');
276 if (indexOfDot + 1 >= caller.getClassName().length()) {
280 String shortClassName = caller.getClassName().substring(indexOfDot + 1);
281 return String.format("%s.%s from %s() at %s:%d", shortClassName, caller.getMethodName(),
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h44 const char* caller, int line, EGLint error, bool quiet);
57 static T setErrorEtc(const char* caller, argument
59 setErrorEtcImpl(caller, line, error, quiet);
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp74 SLAndroidBufferQueueItf caller,
90 (*caller)->GetState(caller, &state);
96 (*caller)->Clear(caller);
103 (*caller)->Enqueue(caller, (void*)&myDiscBufferContext /*pBufferContext*/,
111 SLresult res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
122 (*caller)
73 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...]
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java449 final long caller = Binder.clearCallingIdentity();
453 Binder.restoreCallingIdentity(caller);
466 final long caller = Binder.clearCallingIdentity();
470 Binder.restoreCallingIdentity(caller);
482 final long caller = Binder.clearCallingIdentity();
486 Binder.restoreCallingIdentity(caller);
498 final long caller = Binder.clearCallingIdentity();
502 Binder.restoreCallingIdentity(caller);
516 final long caller = Binder.clearCallingIdentity();
521 Binder.restoreCallingIdentity(caller);
[all...]
/frameworks/wilhelm/tests/mimeUri/
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 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 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...]
/frameworks/base/core/java/android/speech/tts/
H A DITextToSpeechService.aidl154 * @param caller a binder representing the identity of the calling
166 int loadLanguage(in IBinder caller, in String lang, in String country, in String variant);
172 * @param caller Instance a binder representing the identity of the calling
176 void setCallback(in IBinder caller, ITextToSpeechCallback cb);
186 * @param caller a binder representing the identity of the calling
191 int loadVoice(in IBinder caller, in String voiceName);
H A DTextToSpeechService.java523 // The AudioPlaybackHandler will be destroyed by the caller.
744 public SpeechItem(Object caller, int callerUid, int callerPid) { argument
745 mCallerIdentity = caller;
820 public UtteranceSpeechItem(Object caller, int callerUid, int callerPid) { argument
821 super(caller, callerUid, callerPid);
1197 public int speak(IBinder caller, CharSequence text, int queueMode, Bundle params,
1199 if (!checkNonNull(caller, text, params)) {
1203 SpeechItem item = new SynthesisSpeechItemV1(caller,
1209 public int synthesizeToFileDescriptor(IBinder caller, CharSequence text, ParcelFileDescriptor
1211 if (!checkNonNull(caller, tex
1391 setCallback(IBinder caller, ITextToSpeechCallback cb) argument
1465 getCallbackFor(Object caller) argument
[all...]
/frameworks/native/include/binder/
H A DProcessState.h40 sp<IBinder> getContextObject(const sp<IBinder>& caller);
45 const sp<IBinder>& caller);
50 const sp<IBinder>& caller,
/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/opt/net/voip/src/java/android/net/sip/
H A DSipSessionAdapter.java28 public void onRinging(ISipSession session, SipProfile caller, argument

Completed in 1932 milliseconds

1234