Searched defs:what (Results 1 - 4 of 4) sorted by relevance

/development/ndk/platforms/android-3/include/linux/netfilter/
H A Dxt_connbytes.h33 u_int8_t what; member in struct:xt_connbytes_info
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
H A DBluetoothHDPActivity.java79 switch (msg.what) {
304 private void sendMessage(int what, int value) { argument
311 mHealthService.send(Message.obtain(null, what, value, 0));
321 private void sendMessageWithDevice(int what) { argument
328 mHealthService.send(Message.obtain(null, what, mDevice));
H A DBluetoothHDPService.java104 switch (msg.what) {
266 private void sendMessage(int what, int value) { argument
273 mClient.send(Message.obtain(null, what, value, 0));
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
H A DMusicService.java60 // constants exist in our class is a mere convenience: what really defines the actions our
209 * Intent's action, which specifies what is being requested of us.
354 * MediaPlayer paused or set it to a low volume, depending on what is allowed by the
545 public boolean onError(MediaPlayer mp, int what, int extra) { argument
548 Log.e(TAG, "Error: what=" + String.valueOf(what) + ", extra=" + String.valueOf(extra));

Completed in 221 milliseconds