/system/nfc/src/fuzzers/ |
D | fuzz_utils.cc | 20 static std::vector<bytes_t> UnpackPackets(const uint8_t* Data, size_t Size) { in UnpackPackets() 41 static size_t PackPackets(const std::vector<bytes_t>& Packets, uint8_t* Data, in PackPackets() 68 extern "C" size_t LLVMFuzzerCustomMutator(uint8_t* Data, size_t Size, in LLVMFuzzerCustomMutator() 105 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/system/nfc/src/fuzzers/inc/ |
D | fuzz_cmn.h | 44 const std::vector<bytes_t> Data; variable
|
/system/nfc/utils/test/ringbuffer_fuzzer/ |
D | ringbuffer_fuzzer.cpp | 10 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/system/bt/stack/test/a2dp/ |
D | a2dp_vendor_ldac_decoder_test.cc | 31 uint8_t* Data(BT_HDR* packet) { return packet->data + packet->offset; } in Data() function
|
/system/extras/simpleperf/ |
D | build_id.h | 63 const unsigned char* Data() const { in Data() function
|
/system/chre/apps/test/common/proto/ |
D | chre_cross_validation_sensor.proto | 63 message Data { message
|
/system/nfc/src/fuzzers/rw/ |
D | mfc.cc | 154 void Mfc_Fuzz(uint8_t SubType, const std::vector<bytes_t>& Data) { in Mfc_Fuzz()
|
D | t4t.cc | 162 void Type4_Fuzz(uint8_t SubType, const std::vector<bytes_t>& Data) { in Type4_Fuzz()
|
D | t2t.cc | 202 void Type2_Fuzz(uint8_t SubType, const std::vector<bytes_t>& Data) { in Type2_Fuzz()
|
D | t1t.cc | 243 void Type1_Fuzz(uint8_t SubType, const std::vector<bytes_t>& Data) { in Type1_Fuzz()
|
D | t5t.cc | 319 void Type5_Fuzz(uint8_t SubType, const std::vector<bytes_t>& Data) { in Type5_Fuzz()
|
/system/gatekeeper/include/gatekeeper/ |
D | gatekeeper_messages.h | 88 const T* Data() const { in Data() function
|
/system/tools/hidl/build/ |
D | properties.go | 65 Data []string member
|
/system/bt/profile/avrcp/tests/avrcp_device_fuzz/ |
D | avrcp_device_fuzz.cc | 62 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/system/core/adb/pairing_auth/ |
D | pairing_auth.cpp | 42 using Data = std::vector<uint8_t>; typedef
|
/system/core/adb/pairing_connection/ |
D | pairing_connection.cpp | 71 using Data = std::vector<uint8_t>; typedef
|
D | pairing_server.cpp | 54 using Data = std::vector<uint8_t>; typedef
|
/system/bt/hci/test/ |
D | packet_fragmenter_host_test.cc | 112 uint8_t* Data(BT_HDR* packet) { in Data() function
|
/system/bt/btif/src/ |
D | btif_av.cc | 99 void* Data() const { return data_; } in Data() function in BtifAvEvent
|