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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_overlay.h 67 uint32 cmdType;
80 uint32 cmdType;
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_overlay.h 67 uint32 cmdType;
80 uint32 cmdType;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 117 AppInterface.CommandType cmdType = AppInterface.CommandType
119 if (cmdType == null) {
135 switch (cmdType) {
    [all...]
CatService.java 542 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
543 if (cmdType != null) {
544 switch (cmdType) {
    [all...]

Completed in 2453 milliseconds