Home
last modified time | relevance | path

Searched refs:receive (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/libs/systemui/tracinglib/core/host/test/
DCoroutineTracingTest.kt172 assertEquals(1, channel.receive()) in <lambda>()
181 channel.receive() in <lambda>()
214 finishedLaunches.receive() in <lambda>()
317 channel.receive() in <lambda>()
327 channel.receive() in <lambda>()
503 val receivedVal = channel.receive() in <lambda>()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dclient.h221 const bool receive = (receive_buffer && receive_length); in Send() local
225 receive ? &receive_vector : nullptr, receive ? 1 : 0); in Send()
/frameworks/av/media/module/bufferpool/2.0/
DClientManager.cpp118 ResultStatus receive(ConnectionId connectionId,
371 ResultStatus ClientManager::Impl::receive( in receive() function in android::hardware::media::bufferpool::V2_0::implementation::ClientManager::Impl
386 ResultStatus res = client->receive( in receive()
398 return client->receive(transactionId, bufferId, timestampUs, handle, buffer); in receive()
538 ResultStatus ClientManager::receive( in receive() function in android::hardware::media::bufferpool::V2_0::implementation::ClientManager
543 return mImpl->receive(connectionId, transactionId, bufferId, in receive()
DBufferPoolClient.h86 ResultStatus receive(TransactionId transactionId,
DBufferPoolClient.cpp71 ResultStatus receive(
401 ResultStatus BufferPoolClient::Impl::receive( in receive() function in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient::Impl
849 ResultStatus BufferPoolClient::receive( in receive() function in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient
853 return mImpl->receive(transactionId, bufferId, timestampUs, handle, buffer); in receive()
/frameworks/base/tests/AccessoryDisplay/
DREADME15 The sink application uses the UsbDevice APIs to receive connections
32 in this arrangement and will receive power from the sink.
/frameworks/av/media/module/bufferpool/1.0/
DClientManager.cpp114 ResultStatus receive(ConnectionId connectionId,
330 ResultStatus ClientManager::Impl::receive( in receive() function in android::hardware::media::bufferpool::V1_0::implementation::ClientManager::Impl
343 return client->receive(transactionId, bufferId, timestampUs, handle, buffer); in receive()
473 ResultStatus ClientManager::receive( in receive() function in android::hardware::media::bufferpool::V1_0::implementation::ClientManager
478 return mImpl->receive(connectionId, transactionId, bufferId, in receive()
DBufferPoolClient.h78 ResultStatus receive(TransactionId transactionId,
DBufferPoolClient.cpp65 ResultStatus receive(
346 ResultStatus BufferPoolClient::Impl::receive( in receive() function in android::hardware::media::bufferpool::V1_0::implementation::BufferPoolClient::Impl
685 ResultStatus BufferPoolClient::receive( in receive() function in android::hardware::media::bufferpool::V1_0::implementation::BufferPoolClient
689 return mImpl->receive(transactionId, bufferId, timestampUs, handle, buffer); in receive()
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastQueue.md16 And there are there two ways to receive these intents:
19 dynamically requested by a running app to receive intents. These requests are
23 statically requested by an app to receive intents. These requests are delivered
/frameworks/av/media/module/bufferpool/2.0/include/bufferpool/
DClientManager.h145 ResultStatus receive(ConnectionId connectionId,
/frameworks/av/media/module/bufferpool/1.0/include/bufferpool/
DClientManager.h129 ResultStatus receive(ConnectionId connectionId,
/frameworks/base/core/java/android/window/
DImeOnBackInvokedDispatcher.java68 receive(resultCode, resultData, dispatcher); in ImeOnBackInvokedDispatcher()
139 private void receive( in receive() method in ImeOnBackInvokedDispatcher
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp535 status_t ARTSPConnection::receive(void *data, size_t size) { in receive() function in android::ARTSPConnection
569 if (receive(&c, 1) != OK) { in receiveLine()
594 if (receive(x, 3) != OK) { in receiveBinaryData()
599 if (receive(buffer->data(), buffer->size()) != OK) { in receiveBinaryData()
734 if (receive(response->mContent->data(), contentLength) != OK) { in receiveRTSPReponse()
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTSPConnection.h110 status_t receive(void *data, size_t size);
DARTPConnection.h117 status_t receive(StreamInfo *info, bool receiveRTP);
/frameworks/hardware/interfaces/sensorservice/1.0/
DREADME94 - 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/base/media/native/midi/
Damidi.cpp320 ssize_t receive(int32_t *opcodePtr, uint8_t *buffer, size_t maxBytes, in receive() function in MidiReceiver
368 return MidiReceiver((AMIDI_Port*)outputPort).receive(opcodePtr, buffer, maxBytes, in AMidiOutputPort_receive()
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md48 only receive them together (e.g. not from other sources)
69 If we send it the client must receive it. Since we only increment the seqId, and the client only ta…
80 Since we only receive the SeqId with the State changes (requirement 1),
85 By the same argument it can't be sent too early! Since we only send seqIds we receive from the serv…
187 during this interval. If no second sync has started by the time we receive
/frameworks/rs/script_api/
Drs_io.spec23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
/frameworks/av/media/module/bufferpool/1.0/vts/
Dsingle.cpp153 status = mManager->receive(mReceiverId, transactionId, sbuffer->mId, postUs, in TEST_F()
/frameworks/base/tests/TrustTests/
DREADME.md35 3. `TrustListener` which is the interface the rest of the system (e.g. SystemUI) uses to receive
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
DBandwidthEnforcementTestService.java172 socket.receive(replyPacket); in testDns()
/frameworks/av/media/module/bufferpool/2.0/tests/
Dsingle.cpp161 status = mManager->receive(mReceiverId, transactionId, sbuffer->mId, postUs, in TEST_F()
/frameworks/native/services/inputflinger/tests/
DFakeWindows.h361 return receive(); in receiveEvent()
403 std::pair<std::optional<uint32_t /*seq*/>, std::unique_ptr<InputEvent>> receive();

123