Home
last modified time | relevance | path

Searched refs:p_buff (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_storage.c133 if (p_buff == NULL || 0 == size) in _genie_storage_write()
165 uint8_t *p_buff = NULL; in genie_storage_read_reliable() local
173 p_buff = hal_malloc(buff_size); in genie_storage_read_reliable()
174 if (p_buff == NULL) in genie_storage_read_reliable()
198 hal_free(p_buff); in genie_storage_read_reliable()
205 uint8_t *p_buff = NULL; in genie_storage_write_reliable() local
215 p_buff = hal_malloc(buff_size); in genie_storage_write_reliable()
216 if (p_buff == NULL) in genie_storage_write_reliable()
222 memset(p_buff, 0, buff_size); in genie_storage_write_reliable()
223 memcpy(p_buff, p_data, data_size); in genie_storage_write_reliable()
[all …]
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_storage.h102 genie_storage_status_e genie_storage_read_reliable(uint16_t index, uint8_t *p_buff, uint16_t data_s…
111 genie_storage_status_e genie_storage_write_reliable(uint16_t index, uint8_t *p_buff, uint16_t data_…
127 genie_storage_status_e genie_storage_read_userdata(uint16_t index, uint8_t *p_buff, uint16_t data_s…
136 genie_storage_status_e genie_storage_write_userdata(uint16_t index, uint8_t *p_buff, uint16_t data_…
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/intersyshci/
A Dintersyshci.h24 bool BESHCI_Controller_Log_Handler(const unsigned char *p_buff, uint32_t length);
25 void BESHCI_Dump_A2DP_Seq(const unsigned char *p_buff, uint32_t length);
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/app_ai/inc/
A Dapp_ai_if.h143 void ai_if_send_cmd_to_peer(uint8_t *p_buff, uint16_t length);
144 void ai_if_rev_peer_cmd_hanlder(uint16_t rsp_seq, uint8_t *p_buff, uint16_t length);

Completed in 9 milliseconds