Home
last modified time | relevance | path

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

12345

/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DSocket.h121 std::optional<Buffer<nlmsghdr>> receive(size_t maxSize = defaultReceiveSize);
152 std::optional<Message<T>> receive(const std::set<nlmsgtype_t>& msgtypes,
154 const auto msg = receive(msgtypes, maxSize);
247 void receive();
261 std::optional<Buffer<nlmsghdr>> receive(const std::set<nlmsgtype_t>& msgtypes, size_t maxSize);
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DSocket.cpp97 std::optional<Buffer<nlmsghdr>> Socket::receive(size_t maxSize) { in receive() function in android::nl::Socket
135 const auto nlerr = receive<nlmsgerr>({NLMSG_ERROR}); in receiveAck()
150 std::optional<Buffer<nlmsghdr>> Socket::receive(const std::set<nlmsgtype_t>& msgtypes, in receive() function in android::nl::Socket
206 if (!end) receive(); in receive_iterator()
212 if (mCurrent.isEnd()) receive(); in operator ++()
227 void Socket::receive_iterator::receive() { in receive() function in android::nl::Socket::receive_iterator
231 const auto buf = mSocket.receive(); in receive()
/hardware/google/aemu/base/include/aemu/base/synchronization/
DEvent.h35 mChannel.receive(&res); in wait()
DMessageChannel.h159 bool receive(T* msg) { in receive() function
169 Optional<T> receive() { in receive() function
/hardware/google/gfxstream/guest/android-emu/aemu/base/synchronization/
DAndroidMessageChannel.h159 bool receive(T* msg) { in receive() function
169 Optional<T> receive() { in receive() function
/hardware/interfaces/media/bufferpool/aidl/default/
DClientManager.cpp70 BufferPoolStatus receive(ConnectionId connectionId,
319 BufferPoolStatus ClientManager::Impl::receive( in receive() function in aidl::android::hardware::media::bufferpool2::implementation::ClientManager::Impl
334 BufferPoolStatus res = client->receive( in receive()
346 return client->receive(transactionId, bufferId, timestampMs, handle, buffer); in receive()
497 BufferPoolStatus ClientManager::receive( in receive() function in aidl::android::hardware::media::bufferpool2::implementation::ClientManager
502 return mImpl->receive(connectionId, transactionId, bufferId, in receive()
DBufferPoolClient.h76 BufferPoolStatus receive(TransactionId transactionId,
/hardware/interfaces/automotive/can/1.0/
DICanBus.hal54 * @param listener The interface to receive the messages on
68 * @param listener The interface to receive the error events on
/hardware/interfaces/automotive/evs/1.1/
DIEvsUltrasonicsArrayStream.hal23 * Implemented on client side to receive asynchronous ultrasonic data
/hardware/interfaces/automotive/sv/1.0/
DISurroundViewStream.hal22 * This interface is to be implemented by client to receive callback for output frames and events.
/hardware/interfaces/media/bufferpool/aidl/default/include/bufferpool2/
DClientManager.h141 BufferPoolStatus receive(ConnectionId connectionId,
/hardware/interfaces/tv/tuner/1.0/
DILnb.hal23 * to receive the microwave signal from the satellite, amplify it, and
30 * ILnbCallback is used by the client to receive events from the Lnb.
/hardware/google/interfaces/bluetooth/ccc/1.0/
DIBluetoothCcc.hal27 * controller send/receive given LMP events.
/hardware/google/interfaces/bluetooth/ccc/1.1/
DIBluetoothCcc.hal30 * controller send/receive given LMP events.
/hardware/interfaces/cas/1.2/
DICasListener.hal31 * Client must enumerate plugins after receive the event.
/hardware/interfaces/cas/1.1/
DIMediaCasService.hal34 * @param listener the event listener to receive events coming from the CasPlugin.
/hardware/interfaces/automotive/remoteaccess/hal/default/proto/
Dwakeup_client.proto32 * Establish a long-live connection to receive remote tasks.
39 * receive remote task again) and send the stored tasks.
/hardware/interfaces/automotive/evs/1.0/
DIEvsCameraStream.hal21 * Implemented on client side to receive asynchronous video frame deliveries.
/hardware/interfaces/usb/1.1/
DIUsbCallback.hal24 * to receive updates on the PortStatus.
/hardware/interfaces/usb/1.2/
DIUsbCallback.hal25 * to receive updates on the PortStatus.
/hardware/google/gfxstream/host/
DRenderWindow.cpp356 mOut.receive(&result); in sendMessageAndGetResult()
366 mIn.receive(msg); in receiveMessage()
434 while (auto cmd = mRepostCommands.receive()) { in RenderWindow()
/hardware/interfaces/health/storage/1.0/
DIStorage.hal44 * does not need to receive any callbacks.
/hardware/interfaces/media/bufferpool/1.0/
DIConnection.hal21 * client. The connection must be made in order to receive buffers from
/hardware/interfaces/wifi/1.5/
DIWifi.hal32 * this must register multiple callbacks each of which must receive all
/hardware/interfaces/media/bufferpool/2.0/
DIConnection.hal21 * client. The connection must be made in order to receive buffers from

12345