Lines Matching refs:end

98     if (iter != sessionTypeMap_.end()) {
140 for (auto it = controllers_.begin(); it != controllers_.end();) {
540 if (iter != controllers_.end()) {
699 SLOGI("set audio scene for voip end");
727 auto iter = std::find(supportedCmd_.begin(), supportedCmd_.end(), cmd);
728 CHECK_AND_RETURN_RET_LOG(iter == supportedCmd_.end(), AVSESSION_SUCCESS, "cmd already been added");
771 auto iter = std::remove(supportedCmd_.begin(), supportedCmd_.end(), cmd);
774 supportedCmd_.erase(iter, supportedCmd_.end());
875 auto iter = std::find(supportedCastCmds_.begin(), supportedCastCmds_.end(),
877 if (iter == supportedCastCmds_.end()) {
881 iter = std::find(supportedCastCmds_.begin(), supportedCastCmds_.end(),
883 if (iter == supportedCastCmds_.end()) {
887 iter = std::find(supportedCastCmds_.begin(), supportedCastCmds_.end(),
889 if (iter == supportedCastCmds_.end()) {
895 iter = std::find(supportedCmd_.begin(), supportedCmd_.end(), AVControlCommand::SESSION_CMD_SET_LOOP_MODE);
896 if (iter != supportedCmd_.end()) {
918 auto iter = std::find(supportedCastCmds_.begin(), supportedCastCmds_.end(), castCmd);
919 if (iter != supportedCastCmds_.end()) {
938 auto iter = std::remove(supportedCastCmds_.begin(), supportedCastCmds_.end(), castCmd);
939 supportedCastCmds_.erase(iter, supportedCastCmds_.end());
954 supportedCastCmds_.begin(), supportedCastCmds_.end(), AVCastControlCommand::CAST_CONTROL_CMD_PLAY);
955 CHECK_AND_RETURN_RET_LOG(iter == supportedCastCmds_.end(), AVSESSION_SUCCESS, "cmd already been added");
960 auto iter = std::find(supportedCastCmds_.begin(), supportedCastCmds_.end(), cmd);
961 CHECK_AND_RETURN_RET_LOG(iter == supportedCastCmds_.end(), AVSESSION_SUCCESS, "cmd already been added");
966 auto iter = std::find(supportedCastCmds_.begin(), supportedCastCmds_.end(), cmd);
967 CHECK_AND_RETURN_RET_LOG(iter == supportedCastCmds_.end(), AVSESSION_SUCCESS, "cmd already been added");
985 supportedCastCmds_.begin(), supportedCastCmds_.end(), AVCastControlCommand::CAST_CONTROL_CMD_PLAY);
986 supportedCastCmds_.erase(iter, supportedCastCmds_.end());
989 supportedCastCmds_.begin(), supportedCastCmds_.end(), AVCastControlCommand::CAST_CONTROL_CMD_PAUSE);
990 supportedCastCmds_.erase(iter, supportedCastCmds_.end());
993 supportedCastCmds_.begin(), supportedCastCmds_.end(), AVCastControlCommand::CAST_CONTROL_CMD_STOP);
994 supportedCastCmds_.erase(iter, supportedCastCmds_.end());
996 auto iter = std::remove(supportedCastCmds_.begin(), supportedCastCmds_.end(), cmd);
997 supportedCastCmds_.erase(iter, supportedCastCmds_.end());
1000 supportedCastCmds_.begin(), supportedCastCmds_.end(), AVCastControlCommand::CAST_CONTROL_CMD_FAST_FORWARD);
1001 supportedCastCmds_.erase(iter, supportedCastCmds_.end());
1004 supportedCastCmds_.begin(), supportedCastCmds_.end(), AVCastControlCommand::CAST_CONTROL_CMD_REWIND);
1005 supportedCastCmds_.erase(iter, supportedCastCmds_.end());
1007 auto iter = std::remove(supportedCastCmds_.begin(), supportedCastCmds_.end(), cmd);
1008 supportedCastCmds_.erase(iter, supportedCastCmds_.end());