HomeSort by relevance Sort by last modified time
    Searched full:pdata_buffer (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_rome.c 70 unsigned char *pdata_buffer = NULL; variable
458 memcpy(&cmd[10], (pdata_buffer + offset), size);
491 memcpy(&cmd[6], (pdata_buffer + offset), size);
724 pdata_buffer = (unsigned char *) malloc(size+1);
725 if (pdata_buffer == NULL) {
731 pdata_buffer[index] = 0x0;
738 pdata_buffer[index++] = (unsigned char)c;
748 free(pdata_buffer);
840 pdata_buffer = (unsigned char*) malloc (sizeof(char)*fileSize);
841 if (pdata_buffer == NULL)
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_rome.c 69 unsigned char *pdata_buffer = NULL; variable
435 memcpy(&cmd[10], (pdata_buffer + offset), size);
468 memcpy(&cmd[6], (pdata_buffer + offset), size);
706 pdata_buffer = (unsigned char *) malloc(size+1);
707 if (pdata_buffer == NULL) {
713 pdata_buffer[index] = 0x0;
720 pdata_buffer[index++] = (unsigned char)c;
730 free(pdata_buffer);
822 pdata_buffer = (unsigned char*) malloc (sizeof(char)*fileSize);
823 if (pdata_buffer == NULL)
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_rome.c 80 unsigned char *pdata_buffer = NULL; variable
483 memcpy(&cmd[10], (pdata_buffer + offset), size);
516 memcpy(&cmd[6], (pdata_buffer + offset), size);
754 pdata_buffer = (unsigned char *) malloc(size+1);
755 if (pdata_buffer == NULL) {
761 pdata_buffer[index] = 0x0;
768 pdata_buffer[index++] = (unsigned char)c;
778 free(pdata_buffer);
870 pdata_buffer = (unsigned char*) malloc (sizeof(char)*fileSize);
871 if (pdata_buffer == NULL)
    [all...]

Completed in 126 milliseconds