Searched refs:arg2 (Results 1 - 25 of 105) sorted by relevance

12345

/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java93 public Message obtainMessageBO(int what, boolean arg1, Object arg2) { argument
94 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, arg2);
97 public Message obtainMessageBOO(int what, boolean arg1, Object arg2, Object arg3) { argument
99 args.arg1 = arg2;
100 args.arg2 = arg3;
112 public Message obtainMessageII(int what, int arg1, int arg2) { argument
113 return mH.obtainMessage(what, arg1, arg2);
116 public Message obtainMessageIO(int what, int arg1, Object arg2) { argument
117 return mH.obtainMessage(what, arg1, 0, arg2);
120 public Message obtainMessageIIO(int what, int arg1, int arg2, Objec argument
124 obtainMessageIIOO(int what, int arg1, int arg2, Object arg3, Object arg4) argument
132 obtainMessageIOO(int what, int arg1, Object arg2, Object arg3) argument
139 obtainMessageOO(int what, Object arg1, Object arg2) argument
146 obtainMessageOOO(int what, Object arg1, Object arg2, Object arg3) argument
154 obtainMessageOOOO(int what, Object arg1, Object arg2, Object arg3, Object arg4) argument
164 obtainMessageIIII(int what, int arg1, int arg2, int arg3, int arg4) argument
174 obtainMessageIIIIII(int what, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) argument
186 obtainMessageIIIIO(int what, int arg1, int arg2, int arg3, int arg4, Object arg5) argument
[all...]
H A DSomeArgs.java39 public Object arg2; field in class:SomeArgs
86 arg2 = null;
/frameworks/base/cmds/interrupter/
H A Dinterrupter.h17 #define CONCATENATE(arg1, arg2) CONCATENATE1(arg1, arg2)
18 #define CONCATENATE1(arg1, arg2) CONCATENATE2(arg1, arg2)
19 #define CONCATENATE2(arg1, arg2) arg1##arg2
38 ret sym(type1 arg1, type2 arg2) { \
40 return real_##sym(arg1, arg2); \
45 ret sym(type1 arg1, type2 arg2, type3 arg3) { \
47 return real_##sym(arg1, arg2, arg
[all...]
/frameworks/base/core/java/android/os/
H A DMessage.java42 * arg1 and arg2 are lower-cost alternatives to using
49 * arg1 and arg2 are lower-cost alternatives to using
53 public int arg2; field in class:Message
129 m.arg2 = orig.arg2;
202 * <em>arg1</em>, and <em>arg2</em> members.
207 * @param arg2 The <em>arg2</em> value to set.
210 public static Message obtain(Handler h, int what, int arg1, int arg2) { argument
215 m.arg2
231 obtain(Handler h, int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java58 public Bundle call(String callingPackage, String arg0, String arg1, Bundle arg2) argument
65 public int delete(String callingPackage, Uri arg0, String arg1, String[] arg2) argument
100 public Cursor query(String callingPackage, Uri arg0, String[] arg1, String arg2, String[] arg3, argument
107 public int update(String callingPackage, Uri arg0, ContentValues arg1, String arg2, argument
127 Bundle arg2, ICancellationSignal signal) throws RemoteException, FileNotFoundException {
126 openTypedAssetFile(String callingPackage, Uri arg0, String arg1, Bundle arg2, ICancellationSignal signal) argument
H A DBridgeIInputMethodManager.java41 public void addClient(IInputMethodClient arg0, IInputContext arg1, int arg2, int arg3) argument
97 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
104 public boolean notifySuggestionPicked(SuggestionSpan arg0, String arg1, int arg2) argument
136 public void setImeWindowStatus(IBinder arg0, int arg1, int arg2) throws RemoteException { argument
148 public void setInputMethodAndSubtype(IBinder arg0, String arg1, InputMethodSubtype arg2) argument
180 public boolean showSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
212 public void updateStatusIcon(IBinder arg0, String arg1, int arg2) throws RemoteException { argument
H A DBridgePowerManager.java42 public void acquireWakeLock(IBinder arg0, int arg1, String arg2, String arg2_5, WorkSource arg3) argument
48 public void acquireWakeLockWithUid(IBinder arg0, int arg1, String arg2, String arg2_5, int arg3) argument
H A DBridgeWindow.java44 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) argument
50 public void resized(Rect arg1, Rect arg1p5, Rect arg2, Rect arg3, argument
H A DBridgeWindowSession.java41 public int add(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3, argument
49 public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId, argument
57 public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, argument
65 public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, argument
89 public int relayout(IWindow arg0, int seq, LayoutParams arg1, int arg2, int arg3, int arg4, argument
H A DBridgeContext.java865 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { argument
895 public int checkPermission(String arg0, int arg1, int arg2) { argument
901 public int checkUriPermission(Uri arg0, int arg1, int arg2, int arg3) { argument
907 public int checkUriPermission(Uri arg0, String arg1, String arg2, int arg3, argument
969 String arg2) {
981 public void enforceCallingUriPermission(Uri arg0, int arg1, String arg2) { argument
987 public void enforcePermission(String arg0, int arg1, int arg2, String arg3) { argument
993 public void enforceUriPermission(Uri arg0, int arg1, int arg2, int arg3, argument
1000 public void enforceUriPermission(Uri arg0, String arg1, String arg2, argument
1138 public void grantUriPermission(String arg0, Uri arg1, int arg2) { argument
968 enforceCallingOrSelfUriPermission(Uri arg0, int arg1, String arg2) argument
1156 openOrCreateDatabase(String arg0, int arg1, CursorFactory arg2) argument
1162 openOrCreateDatabase(String arg0, int arg1, CursorFactory arg2, DatabaseErrorHandler arg3) argument
1181 registerReceiver(BroadcastReceiver arg0, IntentFilter arg1, String arg2, Handler arg3) argument
1188 registerReceiverAsUser(BroadcastReceiver arg0, UserHandle arg0p5, IntentFilter arg1, String arg2, Handler arg3) argument
1230 sendOrderedBroadcast(Intent arg0, String arg1, BroadcastReceiver arg2, Handler arg3, int arg4, String arg5, Bundle arg6) argument
1336 startInstrumentation(ComponentName arg0, String arg1, Bundle arg2) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java65 Object arg2; field in class:IInputConnectionWrapper.SomeArgs
203 msg.arg1, msg.arg2), args.seq);
219 msg.arg1, msg.arg2), args.seq);
288 ic.setSelection(msg.arg1, msg.arg2);
342 ic.setComposingRegion(msg.arg1, msg.arg2);
382 ic.deleteSurroundingText(msg.arg1, msg.arg2);
420 (Bundle)args.arg2);
431 Message obtainMessageII(int what, int arg1, int arg2) { argument
432 return mH.obtainMessage(what, arg1, arg2);
446 Message obtainMessageIISC(int what, int arg1, int arg2, in argument
453 obtainMessageIOSC(int what, int arg1, Object arg2, int seq, IInputContextCallback callback) argument
462 obtainMessageIO(int what, int arg1, Object arg2) argument
466 obtainMessageOO(int what, Object arg1, Object arg2) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessengerTest.java65 msg.arg2 = 1000;
79 if (msg.arg2 != 1000) {
81 "Message.arg2 is not 1000: " + msg.arg2));
H A DMessageQueueTest.java163 msg.arg2 = 789;
188 if (newMsg.arg2 != 789) {
190 "newMsg.arg2 is %d should be %d after copyFrom", msg.arg2, 789)));
235 if (msg.arg2 != 789) {
237 "msg.arg2 is %d should be %d when processing # %d",
238 msg.arg2, 789, msg.what)));
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java516 * @param arg2
518 public void sendMessage(int what, int arg1, int arg2) { argument
522 msg.arg2 = arg2;
531 * @param arg2
534 public void sendMessage(int what, int arg1, int arg2, Object obj) { argument
538 msg.arg2 = arg2;
604 * @param arg2
606 public void replyToMessage(Message srcMsg, int what, int arg1, int arg2) { argument
623 replyToMessage(Message srcMsg, int what, int arg1, int arg2, Object obj) argument
693 sendMessageSynchronously(int what, int arg1, int arg2) argument
711 sendMessageSynchronously(int what, int arg1, int arg2, Object obj) argument
[all...]
H A DAsyncService.java32 * msg.arg2 = startId, and msg.obj = intent.
100 msg.arg2 = startId;
H A DStateMachine.java1558 * what, arg1 and arg2
1576 * what, arg1 and arg2
1585 * @param arg2 is assigned to Message.arg2
1588 public final Message obtainMessage(int what, int arg1, int arg2) { argument
1589 return Message.obtain(mSmHandler, what, arg1, arg2);
1594 * what, arg1, arg2 and obj
1603 * @param arg2 is assigned to Message.arg2
1607 public final Message obtainMessage(int what, int arg1, int arg2, Objec argument
1655 sendMessage(int what, int arg1, int arg2) argument
1668 sendMessage(int what, int arg1, int arg2, Object obj) argument
1733 sendMessageDelayed(int what, int arg1, int arg2, long delayMillis) argument
1746 sendMessageDelayed(int what, int arg1, int arg2, Object obj, long delayMillis) argument
1817 sendMessageAtFrontOfQueue(int what, int arg1, int arg2) argument
1831 sendMessageAtFrontOfQueue(int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockHttpClient.java90 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1, HttpContext arg2) { argument
95 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2) { argument
100 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2, argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java49 }, msg.arg1 > 0, msg.arg2 > 0);
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java105 args.arg2 = spec;
129 final MagnificationSpec spec = (MagnificationSpec) args.arg2;
170 message.arg2 = AccessibilityNodeInfo.getAccessibilityViewId(accessibilityNodeId);
175 args.arg2 = spec;
194 final int accessibilityViewId = message.arg2;
200 final MagnificationSpec spec = (MagnificationSpec) args.arg2;
254 args.arg2 = callback;
279 (IAccessibilityInteractionConnectionCallback) args.arg2;
352 message.arg2 = focusType;
359 args.arg2
[all...]
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java955 mOnErrorListener.onError(mMediaRecorder, msg.arg1, msg.arg2);
962 mOnInfoListener.onInfo(mMediaRecorder, msg.arg1, msg.arg2);
981 int what, int arg1, int arg2, Object obj)
989 Message m = mr.mEventHandler.obtainMessage(what, arg1, arg2, obj);
980 postEventFromNative(Object mediarecorder_ref, int what, int arg1, int arg2, Object obj) argument
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java83 public void addAppToken(int arg0, IApplicationToken arg1, int arg2, int arg3, int arg4, argument
214 public void overridePendingAppTransition(String arg0, int arg1, int arg2, argument
270 int arg2, boolean arg3) throws RemoteException {
299 public void setAppStartingWindow(IBinder arg0, String arg1, int arg2, CompatibilityInfo arg3, argument
269 screenshotApplications(IBinder arg0, int displayId, int arg1, int arg2, boolean arg3) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
H A DITextServicesManager_Stub_Delegate.java74 ITextServicesSessionListener arg2, ISpellCheckerSessionListener arg3, Bundle arg4)
73 getSpellCheckerService(String arg0, String arg1, ITextServicesSessionListener arg2, ISpellCheckerSessionListener arg3, Bundle arg4) argument
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java142 (PrintWriter)args.arg2, (String[])args.arg3);
144 ((PrintWriter)args.arg2).println("Exception: " + e);
169 EditorInfo info = (EditorInfo)args.arg2;
180 EditorInfo info = (EditorInfo)args.arg2;
190 (IInputSessionCallback)args.arg2));
/frameworks/av/include/camera/
H A DICamera.h110 virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) = 0;
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h64 virtual void notifyError(int errorCode, int arg1, int arg2);

Completed in 1305 milliseconds

12345