/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | client.h | 220 const bool receive = (receive_buffer && receive_length); in Send() local 224 receive ? &receive_vector : nullptr, receive ? 1 : 0); in Send()
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 15 The sink application uses the UsbDevice APIs to receive connections 32 in this arrangement and will receive power from the sink.
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPConnection.h | 81 status_t receive(StreamInfo *info, bool receiveRTP);
|
D | ARTSPConnection.cpp | 532 status_t ARTSPConnection::receive(void *data, size_t size) { in receive() function in android::ARTSPConnection 566 if (receive(&c, 1) != OK) { in receiveLine() 591 if (receive(x, 3) != OK) { in receiveBinaryData() 596 if (receive(buffer->data(), buffer->size()) != OK) { in receiveBinaryData() 731 if (receive(response->mContent->data(), contentLength) != OK) { in receiveRTSPReponse()
|
D | ARTSPConnection.h | 107 status_t receive(void *data, size_t size);
|
D | ARTPConnection.cpp | 290 err = receive(&*it, true); in onPollStreams() 293 err = receive(&*it, false); in onPollStreams() 373 status_t ARTPConnection::receive(StreamInfo *s, bool receiveRTP) { in receive() function in android::ARTPConnection
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 94 - Single-threaded clients receive events in the correct order in the same 96 - Multi-threaded clients receive events in the correct order but in
|
/frameworks/rs/script_api/ |
D | rs_io.spec | 23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
|
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/ |
D | BandwidthEnforcementTestService.java | 166 socket.receive(replyPacket); in testDns()
|
/frameworks/base/core/java/android/net/ |
D | SntpClient.java | 120 socket.receive(response); in requestTime()
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | SntpClientTest.java | 165 mSocket.receive(ntpMsg); in SntpTestServer()
|
/frameworks/rs/script_api/include/ |
D | rs_io.rsh | 24 * - Send the processed allocation or receive the next allocation to process.
|
/frameworks/opt/net/ims/ |
D | README.txt | 27 To receive calls, an IMS application MUST provide a BroadcastReceiver that
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 30 for this service if you wish); that you receive source code or can get 42 you. You must make sure that they, too, receive or can get the source 151 complete source code as you receive it, in any medium, provided that 383 all those who receive copies directly or indirectly through you, then
|
/frameworks/support/development/checkstyle/ |
D | LICENSE | 30 for this service if you wish); that you receive source code or can get 42 you. You must make sure that they, too, receive or can get the source 151 complete source code as you receive it, in any medium, provided that 383 all those who receive copies directly or indirectly through you, then
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 139 for when the compositor must receive a newly queued frame.
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 393 // A DHCP client event or DHCP receive error.
|
/frameworks/opt/telephony/proto/ |
D | telephony.proto | 1217 // Technology used to send/receive SMS
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 40297 method protected synchronized void receive(int) throws java.io.IOException; 42860 method public synchronized void receive(java.net.DatagramPacket) throws java.io.IOException; 42888 method protected abstract void receive(java.net.DatagramPacket) throws java.io.IOException; 43860 …method public abstract java.net.SocketAddress receive(java.nio.ByteBuffer) throws java.io.IOExcept…
|
/frameworks/base/api/ |
D | current.txt | 52798 method protected synchronized void receive(int) throws java.io.IOException; 55842 method public synchronized void receive(java.net.DatagramPacket) throws java.io.IOException; 55870 method protected abstract void receive(java.net.DatagramPacket) throws java.io.IOException; 56974 …method public abstract java.net.SocketAddress receive(java.nio.ByteBuffer) throws java.io.IOExcept…
|
D | system-current.txt | 56706 method protected synchronized void receive(int) throws java.io.IOException; 59750 method public synchronized void receive(java.net.DatagramPacket) throws java.io.IOException; 59778 method protected abstract void receive(java.net.DatagramPacket) throws java.io.IOException; 60882 …method public abstract java.net.SocketAddress receive(java.nio.ByteBuffer) throws java.io.IOExcept…
|