Home
last modified time | relevance | path

Searched defs:send (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyNotificationListenerService.java87 private void send(String reason, PendingIntent pendingIntent) { in send() method in MyNotificationListenerService.PendingIntentSender
111 private void send(String reason, Bundle extras) { in send() method in MyNotificationListenerService.PendingIntentSender
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-10229/
Dpoc.c90 pid_t send, recv; in main() local
/cts/tests/tests/net/src/android/net/cts/
DIpSecBaseTest.java111 void send(byte[] data) throws Exception; in send() method
139 public void send(byte[] data) throws Exception { in send() method in IpSecBaseTest.NativeSocket
234 public void send(byte[] data) throws Exception { in send() method in IpSecBaseTest.JavaUdpSocket
287 public void send(byte[] data) throws Exception { in send() method in IpSecBaseTest.JavaTcpSocket
/cts/suite/audio_quality/lib/src/
DSignalProcessingImpl.cpp241 bool SignalProcessingImpl::send(const char* data, int len) in send() function in SignalProcessingImpl