/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
D | Socket.h | 121 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++/ |
D | Socket.cpp | 97 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/ |
D | Event.h | 35 mChannel.receive(&res); in wait()
|
D | MessageChannel.h | 159 bool receive(T* msg) { in receive() function 169 Optional<T> receive() { in receive() function
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/synchronization/ |
D | AndroidMessageChannel.h | 159 bool receive(T* msg) { in receive() function 169 Optional<T> receive() { in receive() function
|
/hardware/interfaces/media/bufferpool/aidl/default/ |
D | ClientManager.cpp | 70 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()
|
D | BufferPoolClient.h | 76 BufferPoolStatus receive(TransactionId transactionId,
|
/hardware/interfaces/automotive/can/1.0/ |
D | ICanBus.hal | 54 * @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/ |
D | IEvsUltrasonicsArrayStream.hal | 23 * Implemented on client side to receive asynchronous ultrasonic data
|
/hardware/interfaces/automotive/sv/1.0/ |
D | ISurroundViewStream.hal | 22 * This interface is to be implemented by client to receive callback for output frames and events.
|
/hardware/interfaces/media/bufferpool/aidl/default/include/bufferpool2/ |
D | ClientManager.h | 141 BufferPoolStatus receive(ConnectionId connectionId,
|
/hardware/interfaces/tv/tuner/1.0/ |
D | ILnb.hal | 23 * 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/ |
D | IBluetoothCcc.hal | 27 * controller send/receive given LMP events.
|
/hardware/google/interfaces/bluetooth/ccc/1.1/ |
D | IBluetoothCcc.hal | 30 * controller send/receive given LMP events.
|
/hardware/interfaces/cas/1.2/ |
D | ICasListener.hal | 31 * Client must enumerate plugins after receive the event.
|
/hardware/interfaces/cas/1.1/ |
D | IMediaCasService.hal | 34 * @param listener the event listener to receive events coming from the CasPlugin.
|
/hardware/interfaces/automotive/remoteaccess/hal/default/proto/ |
D | wakeup_client.proto | 32 * 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/ |
D | IEvsCameraStream.hal | 21 * Implemented on client side to receive asynchronous video frame deliveries.
|
/hardware/interfaces/usb/1.1/ |
D | IUsbCallback.hal | 24 * to receive updates on the PortStatus.
|
/hardware/interfaces/usb/1.2/ |
D | IUsbCallback.hal | 25 * to receive updates on the PortStatus.
|
/hardware/google/gfxstream/host/ |
D | RenderWindow.cpp | 356 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/ |
D | IStorage.hal | 44 * does not need to receive any callbacks.
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | IConnection.hal | 21 * client. The connection must be made in order to receive buffers from
|
/hardware/interfaces/wifi/1.5/ |
D | IWifi.hal | 32 * this must register multiple callbacks each of which must receive all
|
/hardware/interfaces/media/bufferpool/2.0/ |
D | IConnection.hal | 21 * client. The connection must be made in order to receive buffers from
|