Searched refs:arg1 (Results 1 - 25 of 293) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java113 public Message obtainMessageBO(int what, boolean arg1, Object arg2) { argument
114 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, arg2);
117 public Message obtainMessageBOO(int what, boolean arg1, Object arg2, Object arg3) { argument
119 args.arg1 = arg2;
121 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, args);
124 public Message obtainMessageO(int what, Object arg1) { argument
125 return mH.obtainMessage(what, 0, 0, arg1);
128 public Message obtainMessageI(int what, int arg1) { argument
129 return mH.obtainMessage(what, arg1, 0);
132 public Message obtainMessageII(int what, int arg1, in argument
136 obtainMessageIO(int what, int arg1, Object arg2) argument
140 obtainMessageIIO(int what, int arg1, int arg2, Object arg3) argument
144 obtainMessageIIOO(int what, int arg1, int arg2, Object arg3, Object arg4) argument
152 obtainMessageIOO(int what, int arg1, Object arg2, Object arg3) argument
159 obtainMessageIOOO(int what, int arg1, Object arg2, Object arg3, Object arg4) argument
167 obtainMessageIIOOO(int what, int arg1, int arg2, Object arg3, Object arg4, Object arg5) argument
176 obtainMessageOO(int what, Object arg1, Object arg2) argument
183 obtainMessageOOO(int what, Object arg1, Object arg2, Object arg3) argument
191 obtainMessageOOOO(int what, Object arg1, Object arg2, Object arg3, Object arg4) argument
201 obtainMessageOOOOO(int what, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5) argument
212 obtainMessageOOOOII(int what, Object arg1, Object arg2, Object arg3, Object arg4, int arg5, int arg6) argument
224 obtainMessageIIII(int what, int arg1, int arg2, int arg3, int arg4) argument
234 obtainMessageIIIIII(int what, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) argument
246 obtainMessageIIIIO(int what, int arg1, int arg2, int arg3, int arg4, Object arg5) argument
[all...]
/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
31 ret sym(type1 arg1) { \
33 return real_##sym(arg1); \
38 ret sym(type1 arg1, type2 arg2) { \
40 return real_##sym(arg1, arg
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java41 public void addClient(IInputMethodClient arg0, IInputContext arg1, int arg2, int arg3) argument
67 boolean arg1) throws RemoteException {
91 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException { argument
97 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
104 public boolean notifySuggestionPicked(SuggestionSpan arg0, String arg1, int arg2) argument
124 public void setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1) argument
136 public void setImeWindowStatus(IBinder arg0, int arg1, int arg2) throws RemoteException { argument
141 public void setInputMethod(IBinder arg0, String arg1) throws RemoteException { argument
147 public void setInputMethodAndSubtype(IBinder arg0, String arg1, InputMethodSubtype arg2) argument
154 public boolean setInputMethodEnabled(String arg0, boolean arg1) throw argument
66 getEnabledInputMethodSubtypeList(String arg0, boolean arg1) argument
160 showInputMethodAndSubtypeEnablerFromClient(IInputMethodClient arg0, String arg1) argument
167 showInputMethodPickerFromClient(IInputMethodClient arg0, int arg1) argument
174 showMySoftInput(IBinder arg0, int arg1) argument
180 showSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
193 switchToNextInputMethod(IBinder arg0, boolean arg1) argument
216 updateStatusIcon(IBinder arg0, String arg1, int arg2) argument
[all...]
H A DBridgePowerManager.java52 public void acquireWakeLock(IBinder arg0, int arg1, String arg2, String arg2_5, WorkSource arg3, String arg4) argument
58 public void acquireWakeLockWithUid(IBinder arg0, int arg1, String arg2, String arg2_5, int arg3) argument
74 public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException { argument
99 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException { argument
104 public void updateWakeLockUids(IBinder arg0, int[] arg1) throws RemoteException { argument
109 public void setAttentionLight(boolean arg0, int arg1) throws RemoteException { argument
129 public void updateWakeLockWorkSource(IBinder arg0, WorkSource arg1, String arg2) throws RemoteException { argument
H A DBridgeContentProvider.java51 public int bulkInsert(String callingPackage, Uri arg0, ContentValues[] arg1) argument
58 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
78 public Uri insert(String callingPackage, Uri arg0, ContentValues arg1) throws RemoteException { argument
85 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal)
93 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal, IBinder token)
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
120 public String[] getStreamTypes(Uri arg0, String arg1) throws RemoteException { argument
126 public AssetFileDescriptor openTypedAssetFile(String callingPackage, Uri arg0, String arg1, argument
84 openAssetFile( String callingPackage, Uri arg0, String arg1, ICancellationSignal signal) argument
92 openFile( String callingPackage, Uri arg0, String arg1, ICancellationSignal signal, IBinder token) argument
[all...]
H A DBridgeWindow.java46 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) argument
59 public void moved(int arg0, int arg1) throws RemoteException { argument
64 public void windowFocusChanged(boolean arg0, boolean arg1) throws RemoteException { argument
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
H A DGeneralHprofDumpHandler.java48 public void onEndFailure(Client arg0, String arg1) { argument
51 h.onEndFailure(arg0, arg1);
56 public void onSuccess(String arg0, Client arg1) { argument
59 h.onSuccess(arg0, arg1);
64 public void onSuccess(byte[] arg0, Client arg1) { argument
67 h.onSuccess(arg0, arg1);
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapterServant.java87 (String) args.arg1,
107 mDelegate.setDisconnected((String) args.arg1, (DisconnectCause) args.arg2);
117 mDelegate.setRingbackRequested((String) msg.obj, msg.arg1 == 1);
120 mDelegate.setConnectionCapabilities((String) msg.obj, msg.arg1);
123 mDelegate.setConnectionProperties((String) msg.obj, msg.arg1);
128 mDelegate.setIsConferenced((String) args.arg1, (String) args.arg2);
138 (String) args.arg1, (ParcelableConference) args.arg2);
150 mDelegate.onPostDialWait((String) args.arg1, (String) args.arg2);
159 mDelegate.onPostDialChar((String) args.arg1, (char) args.argi1);
169 mDelegate.setVideoState((String) msg.obj, msg.arg1);
[all...]
/frameworks/base/core/java/android/os/
H A DMessage.java42 * arg1 and arg2 are lower-cost alternatives to using
46 public int arg1; field in class:Message
49 * arg1 and arg2 are lower-cost alternatives to using
145 m.arg1 = orig.arg1;
220 * <em>arg1</em>, and <em>arg2</em> members.
224 * @param arg1 The <em>arg1</em> value to set.
228 public static Message obtain(Handler h, int what, int arg1, int arg2) { argument
232 m.arg1
249 obtain(Handler h, int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DWakeupMessage.java51 String cmdName, int cmd, int arg1, int arg2) {
56 mArg1 = arg1;
60 public WakeupMessage(Context context, Handler handler, String cmdName, int cmd, int arg1) { argument
61 this(context, handler, cmdName, cmd, arg1, 0);
50 WakeupMessage(Context context, Handler handler, String cmdName, int cmd, int arg1, int arg2) argument
H A DAsyncChannel.java103 * msg.arg1 == 0 : STATUS_SUCCESSFUL
123 * msg.arg1 == 0 : Accept connection
144 * msg.arg1 == 0 : STATUS_SUCCESSFUL
296 status = response.arg1;
305 * msg.arg1 = status
351 * msg.arg1 = status
366 * msg.arg1 = status
425 * msg.arg1 = status
503 * @param arg1
505 public void sendMessage(int what, int arg1) { argument
519 sendMessage(int what, int arg1, int arg2) argument
535 sendMessage(int what, int arg1, int arg2, Object obj) argument
592 replyToMessage(Message srcMsg, int what, int arg1) argument
607 replyToMessage(Message srcMsg, int what, int arg1, int arg2) argument
624 replyToMessage(Message srcMsg, int what, int arg1, int arg2, Object obj) argument
678 sendMessageSynchronously(int what, int arg1) argument
694 sendMessageSynchronously(int what, int arg1, int arg2) argument
712 sendMessageSynchronously(int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
H A DITextServicesManager_Stub_Delegate.java60 public SpellCheckerSubtype getCurrentSpellCheckerSubtype(String arg0, boolean arg1) argument
73 public void getSpellCheckerService(String arg0, String arg1, argument
87 public void setCurrentSpellChecker(String arg0, String arg1) throws RemoteException { argument
93 public void setCurrentSpellCheckerSubtype(String arg0, int arg1) throws RemoteException { argument
/frameworks/base/wifi/java/android/net/wifi/nan/
H A DWifiNanSessionListener.java195 WifiNanSessionListener.this.onPublishFail(msg.arg1);
198 WifiNanSessionListener.this.onPublishTerminated(msg.arg1);
201 WifiNanSessionListener.this.onSubscribeFail(msg.arg1);
204 WifiNanSessionListener.this.onSubscribeTerminated(msg.arg1);
209 msg.getData().getByteArray(MESSAGE_BUNDLE_KEY_MESSAGE), msg.arg1,
213 WifiNanSessionListener.this.onMessageSendSuccess(msg.arg1);
216 WifiNanSessionListener.this.onMessageSendFail(msg.arg1, msg.arg2);
220 msg.getData().getByteArray(MESSAGE_BUNDLE_KEY_MESSAGE), msg.arg1);
355 msg.arg1 = reason;
364 msg.arg1
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DMessageQueueTest.java49 assertThat(msg.arg1, is(1));
65 assertThat(msg.arg1, is(2));
69 assertThat(msg.arg1, is(4));
73 assertThat(msg.arg1, is(6));
87 assertThat(msg.arg1, is(4));
91 assertThat(msg.arg1, is(2));
95 assertThat(msg.arg1, is(6));
114 assertThat(msg.arg1, is(0));
118 assertThat(msg.arg1, is(1));
122 assertThat(msg.arg1, i
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DMessageThreadUtil.java65 callback.updateItemCount(msg.arg1, msg.arg2);
69 callback.addTile(msg.arg1, (TileList.Tile<T>) msg.data);
72 callback.removeTile(msg.arg1, msg.arg2);
144 callback.refresh(msg.arg1);
150 msg.arg1, msg.arg2, msg.arg3, msg.arg4, msg.arg5);
153 callback.loadTile(msg.arg1, msg.arg2);
179 public int arg1; field in class:MessageThreadUtil.SyncQueueItem
188 what = arg1 = arg2 = arg3 = arg4 = arg5 = 0;
198 static SyncQueueItem obtainMessage(int what, int arg1, int arg2, int arg3, int arg4, argument
210 item.arg1
220 obtainMessage(int what, int arg1, int arg2) argument
224 obtainMessage(int what, int arg1, Object data) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java78 Object arg1; field in class:IInputConnectionWrapper.SomeArgs
269 msg.arg1, msg.arg2), args.seq);
285 msg.arg1, msg.arg2), args.seq);
301 msg.arg1), args.seq);
316 args.callback.setCursorCapsMode(ic.getCursorCapsMode(msg.arg1),
333 (ExtractedTextRequest)args.arg1, msg.arg1), args.seq);
345 ic.commitText((CharSequence)msg.obj, msg.arg1);
355 ic.setSelection(msg.arg1, msg.arg2);
364 ic.performEditorAction(msg.arg1);
563 obtainMessageII(int what, int arg1, int arg2) argument
567 obtainMessageO(int what, Object arg1) argument
571 obtainMessageISC(int what, int arg1, int seq, IInputContextCallback callback) argument
578 obtainMessageIISC(int what, int arg1, int arg2, int seq, IInputContextCallback callback) argument
585 obtainMessageOSC(int what, Object arg1, int seq, IInputContextCallback callback) argument
593 obtainMessageIOSC(int what, int arg1, Object arg2, int seq, IInputContextCallback callback) argument
602 obtainMessageIO(int what, int arg1, Object arg2) argument
606 obtainMessageOO(int what, Object arg1, Object arg2) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java79 public void addAppToken(int arg0, IApplicationToken arg1, int arg2, int arg3, int arg4, argument
87 public void addWindowToken(IBinder arg0, int arg1) throws RemoteException { argument
125 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException { argument
204 IInputContext arg1) throws RemoteException {
210 public void overridePendingAppTransition(String arg0, int arg1, int arg2, argument
266 public void prepareAppTransition(int arg0, boolean arg1) throws RemoteException { argument
310 public void setAnimationScale(int arg0, float arg1) throws RemoteException { argument
327 public void setAppTask(IBinder arg0, int arg1, int arg2, Rect arg3, Configuration arg4, argument
334 public void setAppOrientation(IApplicationToken arg0, int arg1) throws RemoteException { argument
339 public boolean setAppStartingWindow(IBinder arg0, String arg1, in argument
203 openSession(IWindowSessionCallback argn1, IInputMethodClient arg0, IInputContext arg1) argument
347 setAppVisibility(IBinder arg0, boolean arg1) argument
363 setFocusedApp(IBinder arg0, boolean arg1) argument
378 setForcedDisplaySize(int displayId, int arg0, int arg1) argument
424 updateRotation(boolean arg0, boolean arg1) argument
439 startAppFreezingScreen(IBinder arg0, int arg1) argument
455 stopAppFreezingScreen(IBinder arg0, boolean arg1) argument
471 updateOrientationFromAppTokens(Configuration arg0, IBinder arg1) argument
[all...]
/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java73 int event = msg.arg1;
110 // on top of the event values in arg1.
113 reply.arg1 = msg.arg1;
116 Log.d(TAG, "WorkerHandler.handleMsg: msg.arg1=" + msg.arg1
169 msg.arg1 = EVENT_ARG_QUERY;
211 msg.arg1 = EVENT_ARG_INSERT;
237 msg.arg1 = EVENT_ARG_UPDATE;
265 msg.arg1
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkAgent.java122 * arg1 = either {@code VALID_NETWORK} or {@code INVALID_NETWORK}
149 * arg1 = 1 if true, 0 if false
163 * arg1 = the slot number of the keepalive to start
174 * arg1 = slot number of the keepalive to stop.
188 * arg1 = slot number of the keepalive
294 (msg.arg1 == VALID_NETWORK ? "VALID, " : "INVALID, ") + redirectUrl);
296 networkStatus(msg.arg1, redirectUrl);
300 saveAcceptUnvalidated(msg.arg1 != 0);
335 private void queueOrSendMessage(int what, int arg1, int arg2) { argument
336 queueOrSendMessage(what, arg1, arg
339 queueOrSendMessage(int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/core/java/android/service/notification/
H A DNotificationRankerService.java233 args.arg1 = sbn;
243 args.arg1 = key;
253 args.arg1 = key;
262 args.arg1 = key;
272 args.arg1 = key;
296 StatusBarNotification sbn = (StatusBarNotification) args.arg1;
308 final String key = (String) args.arg1;
317 final String key = (String) args.arg1;
325 final String key = (String) args.arg1;
334 final String key = (String) args.arg1;
[all...]
/frameworks/base/media/java/android/media/
H A DJetPlayer.java417 // encoded in msg.arg1
420 (short)((msg.arg1 & JET_EVENT_SEG_MASK) >> JET_EVENT_SEG_SHIFT),
421 (byte) ((msg.arg1 & JET_EVENT_TRACK_MASK) >> JET_EVENT_TRACK_SHIFT),
424 (byte)(((msg.arg1 & JET_EVENT_CHAN_MASK) >> JET_EVENT_CHAN_SHIFT) + 1),
425 (byte) ((msg.arg1 & JET_EVENT_CTRL_MASK) >> JET_EVENT_CTRL_SHIFT),
426 (byte) (msg.arg1 & JET_EVENT_VAL_MASK) );
431 listener.onJetUserIdUpdate(mJet, msg.arg1, msg.arg2);
436 listener.onJetNumQueuedSegmentUpdate(mJet, msg.arg1);
441 listener.onJetPauseUpdate(mJet, msg.arg1);
564 int what, int arg1, in
563 postEventFromNative(Object jetplayer_ref, int what, int arg1, int arg2) argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java286 PhoneStateListener.this.onSignalStrengthChanged(msg.arg1);
289 PhoneStateListener.this.onMessageWaitingIndicatorChanged(msg.arg1 != 0);
292 PhoneStateListener.this.onCallForwardingIndicatorChanged(msg.arg1 != 0);
298 PhoneStateListener.this.onCallStateChanged(msg.arg1, (String)msg.obj);
301 PhoneStateListener.this.onDataConnectionStateChanged(msg.arg1, msg.arg2);
302 PhoneStateListener.this.onDataConnectionStateChanged(msg.arg1);
305 PhoneStateListener.this.onDataActivity(msg.arg1);
311 PhoneStateListener.this.onOtaspChanged(msg.arg1);
552 private void send(int what, int arg1, int arg2, Object obj) { argument
555 Message.obtain(listener.mHandler, what, arg1, arg
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp59 int arg1, arg2, arg3; member in class:android::CallbackHandler
61 CallbackHandler(int type, int arg1, int arg2, int arg3) argument
62 : type(type), arg1(arg1), arg2(arg2), arg3(arg3) { }
65 //ALOG(LOG_VERBOSE, LOG_TAG, "hal_notify(msg=%d, arg1=%d, arg2=%d)\n", msg.type, arg1, arg2);
67 env->CallVoidMethod(gCallback, gFingerprintServiceClassInfo.notify, type, arg1, arg2, arg3);
90 uint32_t arg1 = 0; local
95 arg1 = msg.data.error;
98 arg1
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanStateManager.java121 msg.arg1 = uid;
129 msg.arg1 = uid;
135 msg.arg1 = uid;
142 msg.arg1 = uid;
149 msg.arg1 = uid;
161 msg.arg1 = uid;
175 msg.arg1 = uid;
188 msg.arg1 = uid;
202 msg.arg1 = uid;
210 msg.arg1
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessengerTest.java64 msg.arg1 = 100;
74 if (msg.arg1 != 100) {
76 "Message.arg1 is not 100: " + msg.arg1));

Completed in 739 milliseconds

1234567891011>>