Home
last modified time | relevance | path

Searched defs:Data (Results 1 – 17 of 17) sorted by relevance

/system/nfc/src/fuzzers/
Dfuzz_utils.cc20 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/
Dfuzz_cmn.h44 const std::vector<bytes_t> Data; variable
/system/nfc/utils/test/ringbuffer_fuzzer/
Dringbuffer_fuzzer.cpp10 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
/system/extras/simpleperf/
Dbuild_id.h63 const unsigned char* Data() const { return data_; } in Data() function
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DData.java5 public class Data implements android.os.Parcelable class
/system/chre/apps/test/common/proto/
Dchre_cross_validation_sensor.proto67 message Data { message
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DILoggableInterface.h19 class Data; variable
110 …t8_t /*byteValue*/, ::std::vector<uint8_t>* /*byteArray*/, char16_t /*charValue*/, ::std::vector<c… in LogThis()
/system/nfc/src/fuzzers/rw/
Dmfc.cc154 void Mfc_Fuzz(uint8_t SubType, const std::vector<bytes_t>& Data) { in Mfc_Fuzz()
Dt4t.cc162 void Type4_Fuzz(uint8_t SubType, const std::vector<bytes_t>& Data) { in Type4_Fuzz()
Dt2t.cc202 void Type2_Fuzz(uint8_t SubType, const std::vector<bytes_t>& Data) { in Type2_Fuzz()
Dt1t.cc243 void Type1_Fuzz(uint8_t SubType, const std::vector<bytes_t>& Data) { in Type1_Fuzz()
Dt5t.cc320 void Type5_Fuzz(uint8_t SubType, const std::vector<bytes_t>& Data) { in Type5_Fuzz()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
DILoggableInterface.h20 class Data; variable
/system/tools/hidl/build/
Dproperties.go66 Data []string member
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h91 const T* Data() const { in Data() function
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
DILoggableInterface.cpp452 …* /*in_boolArray*/, int8_t /*in_byteValue*/, std::vector<uint8_t>* /*in_byteArray*/, char16_t /*in… in LogThis()
/system/tools/aidl/tests/
Daidl_test_service.cpp866 vector<String16>*, vector<String16>*, const android::aidl::loggable::Data&, in LogThis()