HomeSort by relevance Sort by last modified time
    Searched defs:pending_data (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
adb-server.c 68 uint8_t* pending_data; member in struct:AdbHost
139 if (adb_host->pending_data != NULL) {
140 free(adb_host->pending_data);
247 if (adb_host->pending_data == NULL) {
248 adb_host->pending_data = malloc(size);
250 adb_host->pending_data = realloc(adb_host->pending_data,
253 if (adb_host->pending_data != NULL) {
254 memcpy(adb_host->pending_data + adb_host->pending_data_size,
499 if (adb_host->pending_data != NULL && adb_host->pending_data_size != 0)
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 143 } pending_data; member in struct:__anon3100

Completed in 303 milliseconds