Home
last modified time | relevance | path

Searched defs:arg0 (Results 1 – 9 of 9) sorted by relevance

/development/samples/USB/AdbTest/src/com/android/adb/
DAdbMessage.java51 public void set(int command, int arg0, int arg1, byte[] data) { in set()
63 public void set(int command, int arg0, int arg1) { in set()
66 public void set(int command, int arg0, int arg1, String data) { in set()
/development/ndk/platforms/android-3/include/linux/
Dthread_info.h17 unsigned long arg0, arg1, arg2, arg3; member
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DPrepareMusicRetrieverTask.java37 protected Void doInBackground(Void... arg0) { in doInBackground()
DMusicService.java597 public IBinder onBind(Intent arg0) { in onBind()
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
DHelloSpellCheckerActivity.java69 public void onGetSuggestions(final SuggestionsInfo[] arg0) { in onGetSuggestions()
/development/samples/ApiDemos/src/com/example/android/apis/media/
DMediaPlayerDemo_Video.java138 public void onBufferingUpdate(MediaPlayer arg0, int percent) { in onBufferingUpdate()
143 public void onCompletion(MediaPlayer arg0) { in onCompletion()
/development/samples/AndroidBeamDemo/src/com/example/android/beam/
DBeam.java96 public void onNdefPushComplete(NfcEvent arg0) { in onNdefPushComplete()
/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp48 unsigned int arg0; /* first argument */ member
/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java1395 public void surfaceCreated(SurfaceHolder arg0) { in surfaceCreated()
1403 public void surfaceDestroyed(SurfaceHolder arg0) { in surfaceDestroyed()