Home
last modified time | relevance | path

Searched defs:packet (Results 1 – 22 of 22) sorted by relevance

/system/connectivity/wificond/net/
Dmlme_event.cpp35 bool GetCommonFields(const NL80211Packet* packet, in GetCommonFields()
52 const NL80211Packet* packet) { in InitFromPacket()
74 const NL80211Packet* packet) { in InitFromPacket()
96 const NL80211Packet* packet) { in InitFromPacket()
111 const NL80211Packet* packet) { in InitFromPacket()
125 const NL80211Packet* packet) { in InitFromPacket()
Dnetlink_manager.cpp55 unique_ptr<const NL80211Packet> packet) { in AppendPacket()
119 unique_ptr<NL80211Packet> packet( in ReceivePacketAndRunHandler() local
176 void NetlinkManager::OnNewFamily(unique_ptr<const NL80211Packet> packet) { in OnNewFamily()
271 const NL80211Packet& packet, in RegisterHandlerAndSendMessage()
285 const NL80211Packet& packet, in SendMessageAndGetResponses()
336 const NL80211Packet& packet, in SendMessageAndGetSingleResponse()
354 const NL80211Packet& packet, in SendMessageAndGetSingleResponseOrError()
369 bool NetlinkManager::SendMessageAndGetAckOrError(const NL80211Packet& packet, in SendMessageAndGetAckOrError()
385 bool NetlinkManager::SendMessageAndGetAck(const NL80211Packet& packet) { in SendMessageAndGetAck()
398 bool NetlinkManager::SendMessageInternal(const NL80211Packet& packet, int fd, in SendMessageInternal()
[all …]
Dnetlink_utils.cpp167 for (auto& packet : response) { in GetWiphyIndex() local
216 for (auto& packet : response) { in GetInterfaces() local
352 for (auto& packet : response) { in GetWiphyInfo() local
357 for (const auto& packet : packet_per_wiphy) { in GetWiphyInfo() local
376 const NL80211Packet& packet, in ParseWiphyInfoFromPacket()
406 const NL80211Packet* const packet, in ParseScanCapabilities()
450 bool NetlinkUtils::ParseBandInfo(const NL80211Packet* const packet, in ParseBandInfo()
810 for (const auto& packet : split_dump_info) { in MergePacketsForSplitWiphyDump() local
Dnl80211_packet.cpp31 NL80211Packet::NL80211Packet(const NL80211Packet& packet) { in NL80211Packet()
/system/memory/lmkd/include/
Dlmkd.h72 static inline void lmkd_pack_get_target(LMKD_CTRL_PACKET packet, int target_idx, in lmkd_pack_get_target()
82 static inline size_t lmkd_pack_set_target(LMKD_CTRL_PACKET packet, struct lmk_target* targets, in lmkd_pack_set_target()
115 static inline void lmkd_pack_get_procprio(LMKD_CTRL_PACKET packet, int field_count, in lmkd_pack_get_procprio()
128 static inline size_t lmkd_pack_set_procprio(LMKD_CTRL_PACKET packet, struct lmk_procprio* params) { in lmkd_pack_set_procprio()
146 static inline void lmkd_pack_get_procremove(LMKD_CTRL_PACKET packet, in lmkd_pack_get_procremove()
155 static inline size_t lmkd_pack_set_procremove(LMKD_CTRL_PACKET packet, in lmkd_pack_set_procremove()
166 static inline size_t lmkd_pack_set_procpurge(LMKD_CTRL_PACKET packet) { in lmkd_pack_set_procpurge()
181 static inline void lmkd_pack_get_getkillcnt(LMKD_CTRL_PACKET packet, in lmkd_pack_get_getkillcnt()
191 static inline size_t lmkd_pack_set_getkillcnt(LMKD_CTRL_PACKET packet, in lmkd_pack_set_getkillcnt()
203 static inline size_t lmkd_pack_set_getkillcnt_repl(LMKD_CTRL_PACKET packet, int kill_cnt) { in lmkd_pack_set_getkillcnt_repl()
[all …]
/system/memory/lmkd/
Dliblmkd_utils.cpp36 LMKD_CTRL_PACKET packet; in lmkd_register_proc() local
47 LMKD_CTRL_PACKET packet; in lmkd_unregister_proc() local
58 LMKD_CTRL_PACKET packet; in lmkd_update_props() local
Dstatslog.cpp252 static inline size_t pack_int32(LMK_KILL_OCCURRED_PACKET packet, in pack_int32()
266 static inline size_t pack_int64(LMK_KILL_OCCURRED_PACKET packet, in pack_int64()
284 static inline size_t pack_string(LMK_KILL_OCCURRED_PACKET packet, in pack_string()
298 size_t lmkd_pack_set_kill_occurred(LMK_KILL_OCCURRED_PACKET packet, in lmkd_pack_set_kill_occurred()
339 size_t lmkd_pack_set_state_changed(LMKD_CTRL_PACKET packet, in lmkd_pack_set_state_changed()
Dlmkd.cpp776 LMKD_CTRL_PACKET packet; in ctrl_data_write_lmk_kill_occurred() local
791 LMK_KILL_OCCURRED_PACKET packet; in stats_write_lmk_kill_occurred() local
1114 static void cmd_procprio(LMKD_CTRL_PACKET packet, int field_count, struct ucred *cred) { in cmd_procprio()
1252 static void cmd_procremove(LMKD_CTRL_PACKET packet, struct ucred *cred) { in cmd_procremove()
1315 static void cmd_subscribe(int dsock_idx, LMKD_CTRL_PACKET packet) { in cmd_subscribe()
1370 static int cmd_getkillcnt(LMKD_CTRL_PACKET packet) { in cmd_getkillcnt()
1383 static void cmd_target(int ntargets, LMKD_CTRL_PACKET packet) { in cmd_target()
1460 LMKD_CTRL_PACKET packet; in ctrl_command_handler() local
/system/logging/liblog/tests/
Dliblog_benchmark.cpp265 struct packet { in BM_pmsg_short_aligned() struct
266 android_pmsg_log_header_t pmsg_header; in BM_pmsg_short_aligned()
267 android_log_header_t header; in BM_pmsg_short_aligned()
268 android_log_event_int_t payload; in BM_pmsg_short_aligned()
339 struct packet { in BM_pmsg_short_unaligned1() struct
340 android_pmsg_log_header_t pmsg_header; in BM_pmsg_short_unaligned1()
341 android_log_header_t header; in BM_pmsg_short_unaligned1()
342 android_log_event_int_t payload; in BM_pmsg_short_unaligned1()
413 struct packet { in BM_pmsg_long_aligned() struct
414 android_pmsg_log_header_t pmsg_header; in BM_pmsg_long_aligned()
[all …]
/system/core/debuggerd/tombstoned/
Dtombstoned_client.cpp52 TombstonedCrashPacket packet = {}; in tombstoned_connect() local
101 TombstonedCrashPacket packet = {}; in tombstoned_notify_completion() local
/system/nfc/src/fuzzers/integration/
Dnfc_integration_fuzzer_impl.cc171 std::vector<uint8_t> packet; in SerializeNfcActivate() local
216 std::vector<uint8_t> packet = SerializeNfcActivate( in DoRfManageIntfActivated() local
249 void DoStructuredPacket(const SimulateStructuredPacket& packet) { in DoStructuredPacket()
261 void DoPacket(const SimulatePacketArrival& packet) { in DoPacket()
Dnfc_integration_fuzzer.proto147 oneof packet { oneof
358 optional bytes packet = 1; field
/system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/
DChreChannelOutput.java56 public void send(byte[] packet) throws ChannelOutputException { in send()
/system/core/libappfuse/tests/
DFuseBufferTest.cc45 FuseRequest* const packet = reinterpret_cast<FuseRequest*>(buffer); in TestReadInvalidLength() local
58 FuseRequest* const packet = reinterpret_cast<FuseRequest*>(buffer); in TestWriteInvalidLength() local
/system/connectivity/wificond/scanning/
Dscan_utils.cpp101 for (auto& packet : response) { in GetScanResult() local
132 bool ScanUtils::ParseScanResult(unique_ptr<const NL80211Packet> packet, in ParseScanResult()
/system/core/libnetutils/
Dpacket.c161 } packet; in receive_packet() local
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp114 void AppendScanCapabilitiesAttributes(NL80211Packet* packet, in AppendScanCapabilitiesAttributes()
250 void AppendBandInfoAttributes(NL80211Packet* packet) { in AppendBandInfoAttributes()
258 void AppendWiphyFeaturesAttributes(NL80211Packet* packet) { in AppendWiphyFeaturesAttributes()
270 void AppendWiphyExtFeaturesAttributes(NL80211Packet* packet, in AppendWiphyExtFeaturesAttributes()
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc141 void nfcsnoop_capture(const NFC_HDR* packet, bool is_received) { in nfcsnoop_capture()
/system/core/debuggerd/
Dprotocol.h57 } packet; member
Ddebuggerd_test.cpp1668 TombstonedCrashPacket packet = {}; in TEST() local
/system/chre/chpp/
Dtransport.c889 static void chppAddFooter(struct PendingTxPacket *packet) { in chppAddFooter()
1064 static void chppAppendToPendingTxPacket(struct PendingTxPacket *packet, in chppAppendToPendingTxPacket()
/system/core/trusty/utils/rpmb_dev/
Drpmb_dev.c81 static int rpmb_mac(struct rpmb_key key, struct rpmb_packet* packet, size_t packet_count, in rpmb_mac()