Searched refs:cmdObj (Results 1 – 1 of 1) sorted by relevance
644 JSONObject cmdObj = new JSONObject(cmd); in processSocketCommand() local645 Logt.i(TAG, "Start processing command" + cmdObj.getString("cmdName")); in processSocketCommand()646 if ("open".equals(cmdObj.getString("cmdName"))) { in processSocketCommand()647 int cameraId = cmdObj.getInt("cameraId"); in processSocketCommand()649 } else if ("close".equals(cmdObj.getString("cmdName"))) { in processSocketCommand()651 } else if ("getCameraProperties".equals(cmdObj.getString("cmdName"))) { in processSocketCommand()653 } else if ("getCameraPropertiesById".equals(cmdObj.getString("cmdName"))) { in processSocketCommand()654 doGetPropsById(cmdObj); in processSocketCommand()655 } else if ("startSensorEvents".equals(cmdObj.getString("cmdName"))) { in processSocketCommand()657 } else if ("checkSensorExistence".equals(cmdObj.getString("cmdName"))) { in processSocketCommand()[all …]