Home
last modified time | relevance | path

Searched defs:data (Results 1951 - 1975 of 7992) sorted by relevance

1...<<71727374757677787980>>...320

/drivers/peripheral/power/test/fuzztest/powerhdistub_fuzzer/
H A Dpowerhdistub_fuzz.cpp60 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 Dse_interface_driver.cpp41 static int32_t SeInterfaceDriverDispatch(struct HdfDeviceIoClient* client, int cmdId, struct HdfSBuf* data, in SeInterfaceDriverDispatch() argument
/drivers/peripheral/sensor/chipset/als/
H A Dals_bh1750.c26 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 Dpedometer_bmi160.c26 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 Dsensor_fuzzer.cpp57 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 Dhdf_sensor_performance_test.cpp43 float *data = reinterpret_cast<float*>(event->data); in SensorTestDataCallback() local
/drivers/peripheral/usb/test/fuzztest/usb_fuzzer/
H A Dusb_fuzzer.cpp60 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 Dusbddk_fuzzer.cpp61 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 Dusbhost_fuzzer.cpp60 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 Dusb_host_serial_func_test.cpp146 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 Ddata_fifo.h25 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 Dlinked_list.c29 IAM_STATIC ResultCode InsertNode(LinkedList *list, void *data) in InsertNode() argument
/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dbuffer_test.cpp105 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 Dvibrator_fuzzer.cpp57 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 Dwlan_interface_drivers.c33 WlanInterfaceDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) WlanInterfaceDriverDispatch() argument
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_interface_drivers.c38 HostapdInterfaceDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) HostapdInterfaceDriverDispatch() argument
/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/
H A Dsta_fuzzer.cpp75 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 Dwpa_interface_drivers.c37 WpaInterfaceDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) WpaInterfaceDriverDispatch() argument
/third_party/ffmpeg/libavcodec/
H A Dlibshine.c75 unsigned char *data; in libshine_encode_frame() local
H A Dav1_parser.c51 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 Dlib571.c57 char *data = (char *)ptr; in rtp_write() local
[all...]
H A Dlib579.c72 const char *data; in read_callback() local
/third_party/elfutils/libelf/
H A Dnlist.c67 Elf_Data *data; in nlist() local
/third_party/elfutils/tests/
H A Dnewdata.c50 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 Dsectiondump.c84 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...]

Completed in 9 milliseconds

1...<<71727374757677787980>>...320