/drivers/peripheral/power/test/fuzztest/powerhdistub_fuzzer/ |
H A D | powerhdistub_fuzz.cpp | 60 static void PowerStubFuzzTest(const uint8_t *data, size_t size) in PowerStubFuzzTest() argument 94 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/drivers/peripheral/secure_element/hdi_service/ |
H A D | se_interface_driver.cpp | 41 static int32_t SeInterfaceDriverDispatch(struct HdfDeviceIoClient* client, int cmdId, struct HdfSBuf* data, in SeInterfaceDriverDispatch() argument
|
/drivers/peripheral/sensor/chipset/als/ |
H A D | als_bh1750.c | 26 static int32_t ReadBh1750RawData(struct SensorCfgData *data, struct BH1750AlsData *rawData, uint64_t *timestamp) in ReadBh1750RawData() argument 62 static int32_t ReadBh1750Data(struct SensorCfgData *data) in ReadBh1750Data() argument 90 InitBh1750(struct SensorCfgData *data) InitBh1750() argument 104 DispatchBH1750(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchBH1750() argument [all...] |
/drivers/peripheral/sensor/chipset/pedometer/ |
H A D | pedometer_bmi160.c | 26 static int32_t ReadBmi160PedometerRawData(struct SensorCfgData *data, struct PedometerData *rawData, in ReadBmi160PedometerRawData() argument 55 static int32_t ReadBmi160PedometerData(struct SensorCfgData *data) in ReadBmi160PedometerData() argument 89 InitBmi160(struct SensorCfgData *data) InitBmi160() argument 116 DispatchBMI160(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchBMI160() argument [all...] |
/drivers/peripheral/sensor/test/fuzztest/sensor_fuzzer/ |
H A D | sensor_fuzzer.cpp | 57 MessageParcel data; in DoSomethingInterestingWithMyAPI() local 80 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/drivers/peripheral/sensor/test/performance/common/ |
H A D | hdf_sensor_performance_test.cpp | 43 float *data = reinterpret_cast<float*>(event->data); in SensorTestDataCallback() local
|
/drivers/peripheral/usb/test/fuzztest/usb_fuzzer/ |
H A D | usb_fuzzer.cpp | 60 MessageParcel data;
in DoSomethingInterestingWithMyAPI() local 83 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
in LLVMFuzzerTestOneInput() argument
|
/drivers/peripheral/usb/test/fuzztest/usbddk_fuzzer/ |
H A D | usbddk_fuzzer.cpp | 61 MessageParcel data;
in DoSomethingInterestingWithMyAPI() local 84 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
in LLVMFuzzerTestOneInput() argument
|
/drivers/peripheral/usb/test/fuzztest/usbhost_fuzzer/ |
H A D | usbhost_fuzzer.cpp | 60 MessageParcel data; in DoSomethingInterestingWithMyAPI() local 109 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/drivers/peripheral/usb/test/moduletest/common/ |
H A D | usb_host_serial_func_test.cpp | 146 const string data = "abc"; in HWTEST_F() local 169 const string data[] = {"0123456789", "Z", "0!a@1#b$2%c^3&D*4(E)5-F_", ""}; HWTEST_F() local 195 string data; HWTEST_F() local 229 const string data = "abc"; HWTEST_F() local 251 const string data[] = {"0123456789", "Z", "0!a@1#b$2%c^3&D*4(E)5-F_", ""}; HWTEST_F() local 276 string data; HWTEST_F() local 421 const string data = "abc"; HWTEST_F() local [all...] |
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | data_fifo.h | 25 void *data; member 43 inline void DataFifoInit(struct DataFifo *fifo, uint32_t size, void *data) in DataFifoInit() argument 86 inline uint32_t DataFifoWrite(struct DataFifo *fifo, uint8_t *data, uint32_t size) in DataFifoWrite() argument 100 inline uint32_t DataFifoRead(struct DataFifo *fifo, uint8_t *data, uint32_ argument [all...] |
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | linked_list.c | 29 IAM_STATIC ResultCode InsertNode(LinkedList *list, void *data) in InsertNode() argument
|
/drivers/peripheral/user_auth/test/unittest/base_test/src/ |
H A D | buffer_test.cpp | 105 Buffer *data = CreateBufferBySize(BUFFER_LEN_5); in HWTEST_F() local 143 Buffer *data = CreateBufferBySize(BUFFER_LEN_5); HWTEST_F() local [all...] |
/drivers/peripheral/vibrator/test/fuzztest/vibrator_fuzzer/ |
H A D | vibrator_fuzzer.cpp | 57 MessageParcel data; in DoSomethingInterestingWithMyAPI() local 80 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/drivers/peripheral/wlan/hdi_service/ |
H A D | wlan_interface_drivers.c | 33 WlanInterfaceDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) WlanInterfaceDriverDispatch() argument
|
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/ |
H A D | hostapd_interface_drivers.c | 38 HostapdInterfaceDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) HostapdInterfaceDriverDispatch() argument
|
/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/ |
H A D | sta_fuzzer.cpp | 75 static void FuncToOptimal(struct IWlanInterface *interface, uint32_t cmdId, const uint8_t *data) in FuncToOptimal() argument 141 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/ |
H A D | wpa_interface_drivers.c | 37 WpaInterfaceDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) WpaInterfaceDriverDispatch() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | libshine.c | 75 unsigned char *data; in libshine_encode_frame() local
|
H A D | av1_parser.c | 51 av1_parser_parse(AVCodecParserContext *ctx, AVCodecContext *avctx, const uint8_t **out_data, int *out_size, const uint8_t *data, int size) av1_parser_parse() argument
|
/third_party/curl/tests/libtest/ |
H A D | lib571.c | 57 char *data = (char *)ptr; in rtp_write() local [all...] |
H A D | lib579.c | 72 const char *data; in read_callback() local
|
/third_party/elfutils/libelf/ |
H A D | nlist.c | 67 Elf_Data *data; in nlist() local
|
/third_party/elfutils/tests/ |
H A D | newdata.c | 50 Elf_Data *data = elf_newdata (scn); in add_section_data() local 199 check_section_data(Elf *elf, char *data, size_t len, size_t times) check_section_data() argument 322 Elf_Data *data = elf_rawdata (scn, NULL); check_elf() local [all...] |
H A D | sectiondump.c | 84 Elf_Data *data; in handle_section() local 141 print_bytes (Elf_Data *data) in print_bytes() argument 163 print_symtab(Elf *elf, Elf_Data *data) print_symtab() argument [all...] |