Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 28) sorted by relevance

12

/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DMidiFramer.java69 mReceiver.send(data, sysExStartOffset, in onSend()
83 mReceiver.send(data, sysExStartOffset, in onSend()
87 mReceiver.send(data, offset, 1, timestamp); in onSend()
96 mReceiver.send(mBuffer, 0, mCount, timestamp); in onSend()
107 mReceiver.send(data, sysExStartOffset, in onSend()
DMidiDispatcher.java81 receiver.send(msg, offset, count, timestamp); in onSend()
DMidiEventThread.java41 mDispatcher.send(event.data, 0, in run()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DMidiFramer.java69 mReceiver.send(data, sysExStartOffset, in onSend()
83 mReceiver.send(data, sysExStartOffset, in onSend()
87 mReceiver.send(data, offset, 1, timestamp); in onSend()
96 mReceiver.send(mBuffer, 0, mCount, timestamp); in onSend()
107 mReceiver.send(data, sysExStartOffset, in onSend()
DMidiDispatcher.java81 receiver.send(msg, offset, count, timestamp); in onSend()
DMidiEventThread.java41 mDispatcher.send(event.data, 0, in run()
/development/samples/browseable/DirectShare/src/com.example.android.directshare/
DSendMessageActivity.java66 findViewById(R.id.send).setOnClickListener(mOnClickListener); in onCreate()
136 case R.id.send:
137 send();
146 private void send() { in send() method in SendMessageActivity
/development/samples/ApiDemos/src/com/example/android/apis/app/
DMessengerServiceActivities.java83 mService.send(msg);
88 mService.send(msg);
132 mService.send(msg); in doUnbindService()
DIntentActivityFlags.java80 pi.send();
DMessengerService.java98 mClients.get(i).send(Message.obtain(null, in handleMessage()
/development/samples/ToyVpn/server/linux/
DToyVpnServer.cpp203 send(tunnel, parameters, sizeof(parameters), MSG_NOSIGNAL); in main()
223 send(tunnel, packet, length, MSG_NOSIGNAL); in main()
270 send(tunnel, packet, 1, MSG_NOSIGNAL); in main()
/development/tools/axl/
Dchewie.py158 thread, queued, opened, send, sent, reading, read, uri, server, y = val
160 arrow = pylab.Arrow(send, y, sent - send, 0)
/development/samples/browseable/DataLayer/
D_index.jd8 Sample demonstrating the usage of the GoogleApiClient in order to send data
/development/cmds/monkey/
DREADME.NETWORK.txt68 send a "touch down", then a series of "touch move" events (to simulate
88 automatically send both the up and the down event.
93 paramter works just like the key command and will automatically send
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DSynthEngine.java74 mEventScheduler.getReceiver().send(data, offset, count, in onSend()
172 mFramer.send(event.data, 0, event.count, event.getTimestamp()); in processMidiEvents()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DSynthEngine.java74 mEventScheduler.getReceiver().send(data, offset, count, in onSend()
172 mFramer.send(event.data, 0, event.count, event.getTimestamp()); in processMidiEvents()
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/
DMidiScope.java61 mDeviceFramer.send(data, offset, count, timestamp); in onSend()
/development/samples/browseable/RecipeAssistant/
D_index.jd11 … steps; when ready, you can click on the START action in the action bar to send the steps to the
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChat.java210 byte[] send = message.getBytes(); in sendMessage()
211 mChatService.write(send); in sendMessage()
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatFragment.java217 byte[] send = message.getBytes(); in sendMessage()
218 mChatService.write(send); in sendMessage()
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
DMyJobService.java114 mActivityMessenger.send(m); in sendMessage()
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingFragment.java157 mService.send(msg); in sendMsg()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
DSampleMediaRouteProvider.java578 receiver.send(getContext(), 0, intent); in handleStatusChange()
594 mSessionReceiver.send(getContext(), 0, intent); in handleSessionStatusChange()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsMessagingDemo.java200 pendingIntent.send(SmsManager.MMS_ERROR_IO_ERROR); in sendMessage()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DComplicationSimpleWatchFaceService.java375 complicationData.getTapAction().send(); in onComplicationTap()

12