/frameworks/libs/systemui/tracinglib/core/host/test/ |
D | CoroutineTracingTest.kt | 172 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/ |
D | client.h | 221 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/ |
D | ClientManager.cpp | 118 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()
|
D | BufferPoolClient.h | 86 ResultStatus receive(TransactionId transactionId,
|
D | BufferPoolClient.cpp | 71 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/ |
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/module/bufferpool/1.0/ |
D | ClientManager.cpp | 114 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()
|
D | BufferPoolClient.h | 78 ResultStatus receive(TransactionId transactionId,
|
D | BufferPoolClient.cpp | 65 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/ |
D | BroadcastQueue.md | 16 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/ |
D | ClientManager.h | 145 ResultStatus receive(ConnectionId connectionId,
|
/frameworks/av/media/module/bufferpool/1.0/include/bufferpool/ |
D | ClientManager.h | 129 ResultStatus receive(ConnectionId connectionId,
|
/frameworks/base/core/java/android/window/ |
D | ImeOnBackInvokedDispatcher.java | 68 receive(resultCode, resultData, dispatcher); in ImeOnBackInvokedDispatcher() 139 private void receive( in receive() method in ImeOnBackInvokedDispatcher
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTSPConnection.cpp | 535 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/ |
D | ARTSPConnection.h | 110 status_t receive(void *data, size_t size);
|
D | ARTPConnection.h | 117 status_t receive(StreamInfo *info, bool receiveRTP);
|
/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/base/media/native/midi/ |
D | amidi.cpp | 320 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/ |
D | BLASTSync.md | 48 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/ |
D | rs_io.spec | 23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
|
/frameworks/av/media/module/bufferpool/1.0/vts/ |
D | single.cpp | 153 status = mManager->receive(mReceiverId, transactionId, sbuffer->mId, postUs, in TEST_F()
|
/frameworks/base/tests/TrustTests/ |
D | README.md | 35 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/ |
D | BandwidthEnforcementTestService.java | 172 socket.receive(replyPacket); in testDns()
|
/frameworks/av/media/module/bufferpool/2.0/tests/ |
D | single.cpp | 161 status = mManager->receive(mReceiverId, transactionId, sbuffer->mId, postUs, in TEST_F()
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeWindows.h | 361 return receive(); in receiveEvent() 403 std::pair<std::optional<uint32_t /*seq*/>, std::unique_ptr<InputEvent>> receive();
|