Searched refs:Frame (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/network/wifi_forwarder/ |
D | frame.h | 83 class Frame { 85 Frame() = default; 86 Frame(const uint8_t* data, size_t size); 87 Frame(const uint8_t* data, 95 Frame(Frame&& other) = default; 97 Frame& operator=(Frame&& other) = default; 142 Frame(const Frame&) = delete; 143 Frame& operator=(const Frame&) = delete;
|
D | frame.cpp | 99 Frame::Frame(const uint8_t* data, size_t size) : mData(data, data + size) { in Frame() function in Frame 102 Frame::Frame(const uint8_t* data, size_t size, const MacAddress& transmitter, in Frame() function in Frame 112 bool Frame::incrementAttempts() { in incrementAttempts() 127 bool Frame::hasRemainingAttempts() { in hasRemainingAttempts() 140 const MacAddress& Frame::source() const { in source() 145 const MacAddress& Frame::destination() const { in destination() 150 std::string Frame::str() const { in str() 330 bool Frame::isBeacon() const { in isBeacon() 335 bool Frame::isData() const { in isData() 340 bool Frame::isDataQoS() const { in isDataQoS() [all …]
|
D | local_connection.h | 35 using OnFrameCallback = std::function<void (std::unique_ptr<Frame>)>; 46 uint32_t cloneFrame(const Frame& frame, const MacAddress& destination); 47 uint32_t transferFrame(std::unique_ptr<Frame> frame, 65 std::unique_ptr<Frame> parseFrame(struct nlmsghdr* hdr); 69 bool sendFrameOnNetlink(const Frame& frame, const MacAddress& dest); 79 Cache<FrameId, std::unique_ptr<Frame>> mPendingFrames;
|
D | local_connection.cpp | 103 uint32_t LocalConnection::transferFrame(std::unique_ptr<Frame> frame, in transferFrame() 140 uint32_t LocalConnection::cloneFrame(const Frame& frame, in cloneFrame() 142 auto copy = std::make_unique<Frame>(frame.data(), in cloneFrame() 217 std::unique_ptr<Frame> frame = std::move(frameIt->second); in onTimeout() 279 std::unique_ptr<Frame> frame = parseFrame(hdr); in onFrame() 288 std::unique_ptr<Frame> LocalConnection::parseFrame(struct nlmsghdr* hdr) { in parseFrame() 325 return std::make_unique<Frame>(data, length, source, cookie, in parseFrame() 348 Frame* frame = pendingFrame->second.get(); in onAck() 376 Frame* frame = frameIt->second.get(); in onError()
|
D | remote_connection.h | 32 using OnFrameCallback = std::function<void (std::unique_ptr<Frame>)>; 46 bool sendFrame(std::unique_ptr<Frame> frame);
|
D | wifi_forwarder.cpp | 33 , mLocalConnection([this](std::unique_ptr<Frame> frame) { in WifiForwarder() 38 , mRemoteConnection([this](std::unique_ptr<Frame> frame) { in __anone7eb97f60402() 157 void WifiForwarder::forwardFrame(std::unique_ptr<Frame> frame, in forwardFrame()
|
D | wifi_forwarder.h | 52 void forwardFrame(std::unique_ptr<Frame> frame, RadioType sourceType);
|
D | remote_connection.cpp | 232 auto frame = std::make_unique<Frame>(frameData, in receive() 250 bool RemoteConnection::sendFrame(std::unique_ptr<Frame> frame) { in sendFrame()
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b13 | 32 …lu, bps = %lu, qf = %lucapi_v2_sample_slip.cpp:CAPI_V2 SAMPLE_SLIP: Get Frame Size Info, Bad par…
|