HomeSort by relevance Sort by last modified time
    Searched refs:totalPipes (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbdlib.h 108 #define GET_SELECT_CONFIGURATION_REQUEST_SIZE(totalInterfaces, totalPipes) \
111 ((totalPipes-totalInterfaces)*sizeof(USBD_PIPE_INFORMATION)))
113 #define GET_SELECT_INTERFACE_REQUEST_SIZE(totalPipes) \
115 ((totalPipes-1)*sizeof(USBD_PIPE_INFORMATION)))
  /hardware/qcom/display/msm8960/liboverlay/
overlay.cpp 279 int totalPipes = 0;
288 totalPipes++;
292 snprintf(str_pipes, 64, "Pipes used=%d\n\n", totalPipes);
  /hardware/qcom/display/msm8974/liboverlay/
overlay.cpp 341 int totalPipes = 0;
350 totalPipes++;
354 snprintf(str_pipes, 64, "Pipes=%d\n\n", totalPipes);
  /hardware/qcom/display/msm8084/liboverlay/
overlay.cpp 508 int totalPipes = 0;
517 totalPipes++;
521 snprintf(str_pipes, 64, "Pipes=%d\n\n", totalPipes);
  /hardware/qcom/display/msm8226/liboverlay/
overlay.cpp 497 int totalPipes = 0;
506 totalPipes++;
510 snprintf(str_pipes, 64, "Pipes=%d\n\n", totalPipes);
  /hardware/qcom/display/msm8994/liboverlay/
overlay.cpp 472 int totalPipes = 0;
481 totalPipes++;
485 snprintf(str_pipes, 64, "Pipes=%d\n\n", totalPipes);

Completed in 51 milliseconds