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

  /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 142 AppInterface.CommandType cmdType = AppInterface.CommandType
144 if (cmdType == null) {
160 switch (cmdType) {
    [all...]
CatService.java 600 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
601 if (cmdType != null) {
602 switch (cmdType) {
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java     [all...]

Completed in 433 milliseconds