Searched refs:response_packet (Results 1 – 6 of 6) sorted by relevance
36 std::string response_packet) { in SetResponsePacket() argument37 response_packet_ = response_packet; in SetResponsePacket()
59 void SetResponsePacket(std::string response_packet);
1242 memcpy(packet, params->response_packet, params->response_packet_size); in ptp_usb_getpacket()1244 free(params->response_packet); in ptp_usb_getpacket()1245 params->response_packet = NULL; in ptp_usb_getpacket()1352 params->response_packet = malloc(surplen); in ptp_usb_getdata()1353 memcpy(params->response_packet, in ptp_usb_getdata()
1974 uint8_t *response_packet; member
506 params->response_packet = NULL; in ptp_opensession()
1707 current_params->response_packet = NULL; in LIBMTP_Open_Raw_Device()