Searched refs:qresp (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/
H A Dsensors-port.c316 char qresp[1024]; local
319 android_device_query(asp->device, query, qresp, sizeof(qresp),
325 D("Query '%s' failed on device: %s", query, qresp);
335 char qresp[1024]; local
338 android_device_query(asp->device, query, qresp, sizeof(qresp),
344 D("Query '%s' failed on device: %s", query, qresp);
353 char qresp[ASP_MAX_SENSOR_MSG]; local
355 android_device_query(asp->device, "start", qresp, sizeo
370 char qresp[ASP_MAX_SENSOR_MSG]; local
[all...]
H A Dmultitouch-port.c335 char qresp[MTSP_MAX_MSG]; local
345 int res = android_device_query(mtsp->device, query, qresp, sizeof(qresp),
349 if (*qresp) {
351 if (sscanf(qresp, "%dx%d", &width, &height) == 2) {
356 E("Unexpected reply to MTS 'start' query: %s", qresp);
357 android_device_query(mtsp->device, "stop", qresp, sizeof(qresp),
363 android_device_query(mtsp->device, "stop", qresp, sizeof(qresp),
380 char qresp[MTSP_MAX_MSG]; local
[all...]

Completed in 20 milliseconds